I am having trouble proving problem 10.1.18 in Dummit and Foote.
The problem is stated as follows:
Let $F = \mathbb{R}$, $V = \mathbb{R}^2$ and let $T$ be the linear transformation from $V$ to $V$ which is rotation clockwise about the origin by $\pi/2$ radians. Show that $V$ and $0$ are the only $F[x]$-submodules for this $T$.
Here is the route I tried to take:
We proceed with the goal of satisfying the submodule criteria, namely that a submodule is non-empty and closed under addition and multiplication by elements of $F[x]$.
With this in mind, let $S \subset V$ be an $F[x]$-submodule of $V$. Then the elements of $S$ are of the form $(x,y)$.
Therefore, to satisfy the second criterion of the Submodule criteria, we need to show that $(x_1,y_1) + p(x)(x_2,y_2) \in S$, for $p(x) \in F[x]$.
We also see that the linear transformation stated above is given by $T(x,y) = (y,-x)$.
Now, if I understand how the polynomials act on elements of $V$, we should have:
$$(x_1,y_1) + p(x)(x_2,y_2) = (x_1,y_1) + a_n T^n(x_2,y_2) + a_{n-1} T^{n-1}(x_2,y_2) + \dots + a_0(x_2,y_2)$$
where $a_n$ is the $n$-th coefficient in the polynomial $p(x)$.
From the definition of componentwise addition, and the fact that the reals are closed under addition and multiplication, it seems clear to me that $S$ is closed under addition and multiplication by elements of $F[x]$. Although aside from just claiming that, I'm not sure how to rigorously show this. Is this sufficient? Or am I missing something?
In addition, this only shows that $V$ is a submodule. I'm unclear how I can show that besides $0$, $V$ is the only other submodule.