How to show that T is invertible in this case.

601 Views Asked by At

Let $T$ be a linear transformation from a vector space $V$ over reals into $V$ such that $T-T^2=I.$ Show that $T$ is invertible.

I am not able to understand how is $T$ being treated like a matrix when it is infact a linear transformation.

Is it the Matrix equivalent of $T$ being talked about?

1

There are 1 best solutions below

0
On BEST ANSWER

Since $T$ is a linear transformation, $T^2$ means $T\circ T$. And$$T-T^2=\operatorname{Id}\iff T\circ(\operatorname{Id}-T)=\operatorname{Id}.$$Therefore, $T$ is invertible and $T^{-1}=\operatorname{Id}-T$.