MHB Zero matrix with non-zero above diagonal

  • Thread starter Thread starter rputra
  • Start date Start date
  • Tags Tags
    Matrix Zero
rputra
Messages
35
Reaction score
0
I am working on this problem which has been baffling me since the beginning: Prove that $A^k = 0$ and $A^{k-1} \neq 0$ if $A_{k \times k}$ is a zero matrix but with entries of 1's right above its diagonal. For example, if $k = 3$ the it will look like this

$$\begin{pmatrix}
0 &1 &0\\
0 &0 &1\\
0 &0 &0\\
\end{pmatrix},$$

with small diagonal of 1's slanted parallel to the main diagonal. The hint I have been getting suggests me to use standard basis vectors. For example, in the case of $k = 3$, we have $e_1 = (1,0,0), \ e_2 = (0,1,0), \ e_3 = (0,0,1)$. Then I need to find out what are $Ae_1, \ Ae_2, \ Ae_3$, etc. After that I have to continue with $A^2 e_1, \ A^2 e_2, \ A^2 e_3,$ etc. But even with these hints, I am still confused. Any help or guidance will be very much appreciated. Thank you in advance for your help and effort.
 
Physics news on Phys.org
Tarrant said:
I am working on this problem which has been baffling me since the beginning: Prove that $A^k = 0$ and $A^{k-1} \neq 0$ if $A_{k \times k}$ is a zero matrix but with entries of 1's right above its diagonal. For example, if $k = 3$ the it will look like this

$$\begin{pmatrix}
0 &1 &0\\
0 &0 &1\\
0 &0 &0\\
\end{pmatrix},$$

with small diagonal of 1's slanted parallel to the main diagonal. The hint I have been getting suggests me to use standard basis vectors. For example, in the case of $k = 3$, we have $e_1 = (1,0,0), \ e_2 = (0,1,0), \ e_3 = (0,0,1)$. Then I need to find out what are $Ae_1, \ Ae_2, \ Ae_3$, etc. After that I have to continue with $A^2 e_1, \ A^2 e_2, \ A^2 e_3,$ etc. But even with these hints, I am still confused. Any help or guidance will be very much appreciated. Thank you in advance for your help and effort.
The standard basis has the property that for any $k\times k$ matrix $A$, the vectors $Ae_1,\,Ae_2,\ldots,Ae_k$ are given by the columns of $A$. So for example in the case of the matrix $\begin{bmatrix} 0 &1 &0\\ 0 &0 &1\\ 0 &0 &0\\ \end{bmatrix},$ you can see that $Ae_1$ is the left column of $A$ which is the zero vector. The second column of $A$ tells you that $Ae_2 = e_1$, and the third column tells you that $Ae_3 = e_2.$

Using that information, you can then see what happens to higher powers of $A$. For example, $A^2e_2 = A(Ae_2) = Ae_1 = 0.$
 
Opalg said:
The standard basis has the property that for any $k\times k$ matrix $A$, the vectors $Ae_1,\,Ae_2,\ldots,Ae_k$ are given by the columns of $A$. So for example in the case of the matrix $\begin{bmatrix} 0 &1 &0\\ 0 &0 &1\\ 0 &0 &0\\ \end{bmatrix},$ you can see that $Ae_1$ is the left column of $A$ which is the zero vector. The second column of $A$ tells you that $Ae_2 = e_1$, and the third column tells you that $Ae_3 = e_2.$

Using that information, you can then see what happens to higher powers of $A$. For example, $A^2e_2 = A(Ae_2) = Ae_1 = 0.$

Thank you! I did note the properties you mentioned above, however, the big question is: How do you use the properties to arrive at the conclusion that $A^k = 0$ while $A^{k-1} \neq 0$? Thanks again and again, I am sincerely looking forward to hear from you again.
 
Tarrant said:
The big question is: How do you use the properties to arrive at the conclusion that $A^k = 0$ while $A^{k-1} \neq 0$? Thanks again and again, I am sincerely looking forward to hear from you again.
The effect of $A$ on the basis vector $e_j$ is that $Ae_j= e_{j-1}$ except when $j=1$, in which case $Ae_1=0.$ When you iterate $A$ $n$ times, you find that $A^ne_j = e_{j-n}$ unless $j-n\leqslant0$, in which case $A^ne_j = 0$. (To prove that carefully, you'll probably have to use induction on $n$.)

Now putting $n=k-1$ you see that $A^{k-1}e_k = e_1 \ne0$, so that $A^{k-1} \neq 0$. However, when you put $n=k$ you find that $j-k\leqslant0$, and hence $A^ke_j = 0$, for all $j$. Thus $A^k$ takes all the basis vectors to zero, which means that $A^k=0.$
 
Opalg said:
The effect of $A$ on the basis vector $e_j$ is that $Ae_j= e_{j-1}$ except when $j=1$, in which case $Ae_1=0.$ When you iterate $A$ $n$ times, you find that $A^ne_j = e_{j-n}$ unless $j-n\leqslant0$, in which case $A^ne_j = 0$. (To prove that carefully, you'll probably have to use induction on $n$.)

Now putting $n=k-1$ you see that $A^{k-1}e_k = e_1 \ne0$, so that $A^{k-1} \neq 0$. However, when you put $n=k$ you find that $j-k\leqslant0$, and hence $A^ke_j = 0$, for all $j$. Thus $A^k$ takes all the basis vectors to zero, which means that $A^k=0.$

Thanks again! I think I should have posted this problem earlier, I have been struggling with this problem for days. This form has been useful for me, I am all for it! Thank you again.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top