Given a projection T, how do we prove that T(v) = v in this situation?

73 Views Asked by At

Let $V$ be a finite dimensional vector space and let $T: V\to V$ be a linear transformation. Assume that $T$ is a projection - i.e.,

$T^2(v) = T(v)$ for every $v \in V$.

Assuming that $v \in \mathrm{range}(T)$, how do we show that $T(v) = v$?

I thought that it would be straight-forward to say that

$v \in \mathrm{range}(T)$ which equals $\{w \in V : w = T(v), v \in V\}$

so $v$ obviously $= T(v)$ since it must fit the condition $w = T(v)$. However, I was told that we must show this:

$T(v) = T^2(w) = T(w) = v$ where $v = T(w)$, $w \in V$.

But I don't understand why. Help appreciated! (I'm sure the explanation is something quick I'm missing)

2

There are 2 best solutions below

1
On BEST ANSWER

If $v \in \mathrm{range}(T)$ then there exists some $w \in V$ such that $T(w)=v$. Applying $T$ to both sides we have that $T^2(w)=T(v)$, but $T^2(w)=T(w)=v$.

1
On

The problem in your argument is you have $w = T(v)$ for some $v\in V$ not the specific $v$ you started with.

The confusion is coming because you're using the same symbol $v$ to represent two things:

  1. your vector you want to show has $T(v) = v$
  2. a random vector in $V$

if you change the notation on the set I think it will be more clear why your argument doesn't work.