0

Let $V=\mathbb{C^2}$ be the standard representation of $SO_2$

Decompose $V$ into irreducible representations

The standard unit vectors of $\mathbb{C^2}$ are $e_1$ and $e_2$

I am not sure how to use these to decompose $V$, does it have something to do with finding eigenvectors?

thinker
  • 2,129
  • You mean real irreducible representation right? And $\mathrm{SO}(2)$, with real matrices? – anon May 02 '16 at 02:25

2 Answers2

1

A way to do this is to use the Lie algebra: if $$ J = \pmatrix{ 0& -1\\1 & 0 } = {d\over d \theta }{\Large|}_{\theta = 0 }\pmatrix{ \cos \theta & -\sin \theta\\ \sin \theta & \cos \theta},$$ then $$J^2 + 1 = 0.$$ Diagonlize $J$: then the rotation $\exp J\theta $ will act on (stabilize) the eigen-spaces of $J$.

  • btw: $ \exp J\theta$ acts by multiplication by $e^{i\theta}= \cos \theta + i \sin \theta$ on one eigen-space, and by multiplication by $e^{-i\theta}= \cos \theta - i \sin \theta$ on the other.
peter a g
  • 4,923
0

I assume you mean $\mathrm{SO}(2)$ and not $\mathrm{SO}(2,\mathbb{C})$. Notice real matrices commute with multiplication by the imaginary unit $i$, and the most obvious real irreducible representation of $\mathrm{SO}(2)$ is $\mathbb{R}^2$. It should be clear there is a copy of $\mathbb{R}^2$ within $\mathbb{C}^2$. Can you find another copy? (Use multiplication by $i$.)

anon
  • 151,657