Unitary + Upper Triangular => Diagonal

February 23rd, 2007 ~ Posted in: Mathematics

That is, if U U^* = I and U is upper triangular, then U is diagonal. Can you prove it?

You can do it by induction easily– the idea is the same as that used in proving that every normal matrix is diagonalizable (in complex space), using Schur’s theorem– but try for a way that uses less calculation. After all, one of the nice aspects of positivity, normality, self-adjointness, etc. is that often times arguments about matrices don’t need to appeal directly to their elements.

3 Responses to “Unitary + Upper Triangular => Diagonal”

  • 1. Fanfan
    February 23rd, 2007 at 2:39 pm

    (a) U unitary U* = inv(U)
    (b) U unitary sum_j |U_ij|^2 = 1
    (c) Inverse of an upper-triangular matrix U with diagonal elements U_ii is also upper-triangular with diagonal elements 1/U_ii

    (a),(c) => 1/U_ii = U*_ii => |U_ii|=1
    with (b) => U diagonal

  • 2. Alex
    February 25th, 2007 at 12:24 am

    Damn, I didn’t realize it was so simple, mainly because I didn’t exploit (b)– I usually think about the orthonormality condition on the columns in terms of an ‘inner product’, not the most concrete euclidean one. That makes this problem so trivial!

    An alternate way to get |U_{ii}|=1 is \|Ux\|=\|x\|, so already you know the eigenvalues are all modulus one. Easier for me than arguing that the inverse of an upper-triangular matrix is upper-triangular (sounds sensible, but off the top of my head, I can’t agree).

    My way of doing it, which I’m now slightly less proud of, is to note that U^* = U^{-1} = p(U) for some poly p, so U^* is also upper-triangular. But U is upper-triangular, so U* is lower triangular, so U^*, U are diagonal.

  • 3. Fanfan
    February 25th, 2007 at 1:48 pm

    Indeed, combining your remark that the eigenvalues have modulus one, the fact that they are equal to the diagonal entries on a triangular matrix and the norm of any row equal to one gives a not very difficult solution, but yours is even simpler: knowing that the inverse of upper-triangular is upper-triangular, the answer is immediate.

This entry was posted on Friday, February 23rd, 2007 at 1:38 pm and is filed under Mathematics. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply