Proving the Nilpotency of Square Triangular Matrices with Zero Diagonal Entries

  • Thread starter Thread starter redyelloworange
  • Start date Start date
  • Tags Tags
    Matrix Operators
redyelloworange
Messages
19
Reaction score
0

Homework Statement


Prove that any square triangular matrix with each diagonal entry equal to zero is nilpotent

The Attempt at a Solution


Drawing out the matrix and multiplying seems a little tedious. Perhaps there is a better way?
Is there another way to do this without assuming that the eigenvalues of a nilpotent operator are all 0?

Thanks for your help!
 
Physics news on Phys.org
This might not be the easiest way, but trying a few examples shows that as you raise the matrix to higher powers, the zeros creep up towards the top-right corner one space at a time. This suggests trying to prove a stronger result, that if Aij=0 for i>j-k and Bij=0 for i>j-l, then (AB)ij=0 for i>j-k-l (or something like that).
 
Last edited:
Since it is triangular with zero diagonal you know the eigenvalues are all 0, thus you know the min poly is x^n for some n. Why are you 'assuming' that the eigenvalues of a nilpotent operator are all 0? It is clearly true (over a field), and isn't important for this question, really (you state you don't want to assume nilpotent implies all e-values 0, but we actually need all e-values 0 implies nilpotent).
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top