Let $V$ be a vector space of all real valued functions from $(-1,1) \rightarrow \mathbb{R}$, $W_1 = \{f \in V \vert f(x) = f(-x)$ $\forall x \in (0,1)\}$, $W_2 = \{f \in V \vert f(-x) = -f(x)$ $\forall x \in (0,1)\}$. Let $T : V \rightarrow V$be a linear operator such that $T(w_1 + w_2) = w_1 - w_2$ $\forall$ $w_1 \in W_1$, $w_2 \in W_2$, then
- $T$ is invertible
- $T$ is involutory
- $Ker(T-I) \cap Ker(T+I) = \{0\}$
- $Im(T-I) \cap Im(T+I) = \{0\}$
I am unable to figure out how to proceed with this question. What would the matrix of the transformation look like? Can someone help me solve this question?
First of all we have $V=W_1 \oplus W_2$. Are you able to show this ?
Furthermore: $T^2(w_1+w_2)=T(w_1-w_2)=w_1-(-w_2)=w_1+w_2$ for all $w_1 \in W_1,w_2 \in W_2$.
Hence $T^2=id_V$. This shows 2. and 1.
If $v \in Ker(T-I) \cap Ker(T+I)$, then $Tv=v$ and $Tv=-v$, hence $v=-v$, therefore $v=0$. This gives 3.
Now it is your turn to show 4.