I have the following question: Let $X$ be a finite-dimensional linear space, and let $T \in L(X)$ such that $T^{k} = 0$ for some $k \ge 1$. $\DeclareMathOperator{\id}{id}\DeclareMathOperator{\Ker}{Ker}$ Show that $\id_{x} + T$ is a linear isomorphism.
My idea:
We have to show that $\id_{x} + T$ is linear and $\id_{x} + T$ is an isomorphism which holds if and only if $\Ker((\id_{x} + T))= $ {0}
Let $x_{1},x_{2} \in X$ then $(\id_{x} + T)(x_{1}+x_{2}) = \id_{x}(x_{1}+x_{2}) + T(x_{1}+x_{2}) = \id_{x}(x_{1}) + \id_{x}(x_{2}) + T(x_{1}) + T(x_{2}) = (\id_{x} + T)(x_{1}) + (\id_{x} + T)(x_{2})$
Let $x \in X, a \in \Re $ then $(\id_{x} + T)(a\cdot x) = \id_{x}(a\cdot x) + T(a\cdot x) = a \cdot \id_{x}(x) + a \cdot T(x) = a \cdot (\id_{x}(x) + T(x)) = a \cdot ((\id_{x} + T)(x)) $
So $\id_{x} + T$ is linear
Still to prove: $\Ker((\id_{x} + T)) := \{x \in X : (\id_{x} + T)(x) = 0 \} = \{0\}$
So let $x \in \Ker((\id_{x} + T))$ then
$(\id_{x} + T)(x) = \id_{x}(x) + T(x) = x + 0 = x = 0 $
q.e.d.
My question: Does this make any sense? I'm very unsure about the given $T^{k}=0$ and how to handle it correctly.
Thanks for your help :)
It is $T(x)+Id(x)=0$ implies that $T^{k-1}(T(x)+x)=T^k(x)+T^{k-1}(x)=T^{k-1}(x)=0$. Recursively, you obtain $x=0$ as follows:
Suppose that $T^{k-i}(x)=0$, $T(x)+x=0$ implies that $T^{k-i-1}(T(x)+x)=T^{k-i}(x)+T^{k-i-1}(x)=T^{k-i-1}(x)=0$.