Prove that for $n\times n$ matrix $A$ : $A^{n+1} = 0 \implies A^n = 0$
Is this statement true? How do you prove it?
Prove that for $n\times n$ matrix $A$ : $A^{n+1} = 0 \implies A^n = 0$
Is this statement true? How do you prove it?
Assume not, there exists a non-zero eigenvalue $\lambda$, such that
$A^n*v=\lambda*v$
multiply $A$ on both sides, we have
$\lambda*Av=0$
Since $\lambda$ is not $0$, $Av=0$
hence $A^n*v=0=\lambda*v$, contradiction!
Use the fact that the sequence of the kernels is increasing and concave. More formally:
$$\forall i \in [|0,n-1|] \quad \ker(A^i) \subseteq \ker(A^{i+1})$$
and
$$\forall i \in [|0,n-2|] \quad \dim(\ker(A^{i+1})) - \dim(\ker(A^i)) \geq \dim(\ker(A^{i+2})) - \dim(\ker(A^{i+1}))$$
To be clearer: the sequence of the kernels is increasing (with respect to the set inclusion order), but if at the step $i \rightarrow i+1$ the kernel has gained $k$ dimensions, then it cannot gain more than $k$ dimensions at the following steps.
Now, $A^{n+1} = 0$ is equivalent to $\ker(A^{n+1}) = \mathbb{R}^n$, what can you conclude?