After reading through your solution carefully (before I'd only glanced at it), I see you were almost there.
To finish it off, notice that ujk = 0 whenever k < j, due to triangular matrix condition.
This means the only potentially non-zero term in the sum at the end will be when k = j, i.e...