[Math] Finding invariant subspaces

linear algebrarepresentation-theory

Let $x$ be a variable. Denote by $V$ the vector space consisting of all polynomials $P(x)=ax^2+bx+c$ of degree not more than 2, with complex coefficients. For any real number $t$ determine an operator $\varphi(t):P \mapsto \tilde{P}$ on the vector space $V$ by the formula $\tilde{P}(x) = P(x+t)$. Consider the set $\mathbb{R}$ of real numbers as a group with the additive composition law.

(a) Show that the correspondence $t \mapsto \varphi(t)$ is a representation of the group $\mathbb{R}$ in the complex vector space $V$.

(b) Demonstrate that the representation $\varphi$ is not irreducible.

(c) Describe all vector subspaces of $V$ that are preserved by every operator $\varphi(t)$ where $t$ ranges over $\mathbb{R}$. Prove that the representation $\varphi$
is not decomposable into a direct sum of irreducible representations of the group $\mathbb{R}$.

For part (c), we know that the non-trivial $\varphi$-invariant subspaces of $V$ will be 1 or 2-dimensional. I've found the possible 1-dimensional $\varphi$-invariant subspaces of $V$ by solving the equation $$\varphi(t)(ax^2+bx+c)=\alpha(ax^2+bx+c)$$ for $a,b,c$, where $\alpha$ is a scalar. We get that the only 1-dimensional $\varphi$-invariant subspace of $V$ is that consisting of constant polynomials.

How would I find the possible 2-dimensional $\varphi$-invariant subspaces, and hence show that $V$ can't be expressed as a direct sum of a 1-dimensional and a 2-dimensional invariant subspace (and so is not decomposable)?

Best Answer

Remember that invariant subspaces of a representation $\pi:G\to GL(V)$ are the linear spans of sets of the form $\{ \pi(g) v\vert g\in G, v\in A\}$ for $A\subseteq V$. So a good starting point is studying the spans of orbits of points.

  • You can check directly that the orbits of nonzero constant polynomials are just singletons, and they span the space of all constant polynomials;
  • the orbits of linear polynomials are sets of the form $V'_a=\{\alpha(x+a+t)\vert t\in {\bf R}\}$ for some $a,\alpha\in {\bf C}$ with $\alpha\neq 0$, and it is easy to see that they span a space containing constants and from that it's easy to see that they all span the entire space of polynomials of degree $\leq 1$;
  • similarly, you can show that the span of each orbit of a quadratic contains a linear polynomial and hence its orbit, so from that, all linear polynomials, and so also all quadratics, so it is the entire space.
Related Question