mathmari said:
How do we know that $T^2 = T$ ? (Wondering)
$T^2(x,y) = T(T(x,y)) = T(0,y) = T(x,y)$ for all $(x,y) \in \Bbb R^2$.
mathmari said:
Could we say the following for $1$-dimensional subspaces? (Wondering)
If the subspace $W$ is of dimenion $1$, then it is a line.
So, it is of the form $\{t(x_0, y_0) : t\in \mathbb{R}\}=\mathbb{R}(x_0, y_0)$.
So that it is $T$-invariant, i.e., $T(W)\subseteq W$, we have that $T(t_0x_0, t_0y_0)=(ax_0, ay_0) \Rightarrow (0, t_0y_0)=(ax_0, ay_0)$.
If $y_0=0$ then the above relation holds for $a=0$.
So, $W$ is the $x$-axis.
Therefore, the $x$-axis is a $\mathbb{R}[x]$-submodule of $\mathbb{R}^2$.
If $y_0\neq 0$ then we choose $a=t_0$ and it must be $x_0=0$.
So, $W$ is the $y$-axis.
Therefore, the $y$-axis is a $\mathbb{R}[x]$-submodule of $\mathbb{R}^2$.
Have we shown in that way that the only $1$-dimensional subspaces are the $x$-axis and the $y$-axis? (Wondering)
The important thing to realize here is that if a line is non-degenerate, it contains some non-zero point $(x_0,y_0)$.
Now we know that for any element $t(x_0,y_0) = (tx_0,ty_0)$, that for $T(W) \subseteq W$ we must have:
$T(tx_0,ty_0) = (ax_0,ay_0)$ for some $a \in \Bbb R$.
If $y_0 = 0$, this is ALWAYS TRUE, since:
$T(tx_0,t0) = t(T(x_0,0)) = t(0,0) = (0,0)$, and we can take for ANY $t$, a value of $a = 0$.
This is because the $x$-axis is the kernel of $T$, so $T$ sends the entire $x$-axis to $(0,0)$ and $(0,0)$ is an element of EVERY subspace of $\Bbb R^2$.
This shows the $x$-axis is ONE $T$-invariant subspace.
On the other hand if $(x_0,y_0) \neq (0,0)$ and $y_0 \neq 0$, let's say it's $b$ for now, we need to show that $x_0$ MUST BE $0$.
Now, by the DEFINITION of $T$, we have $T(tx_0,ty_0) = t(T(x_0,y_0)) = t(0,y_0) = (0,ty_0)$.
So for $y_0 = b$, for example, $T(tx_0,tb) = (0,tb)$.
Now if we have a (one-dimensional) $T$-invariant subspace, $(0,tb) = a(x_0,b)$, that is:
$ax_0 = 0$
$tb = ab$.
Note this has to be true for ANY $t$. So let's use $t = 1$. This gives:
$ax_0 = 0$
$b = ab$
and we can solve the second equation by dividing by $b$ (since $b \neq 0$), to get $a = 1$. Then the first equation is:
$x_0 = 0$.
So what you wrote is correct, but be sure you understand WHY.