8

In general, we know that if $G$ is a finite group and $K$ is a field, then $K[G]$ (the group algebra) is semisimple whenever $\operatorname{char}(K)$ does not divide the order of $G$. However, this result does not hold when we have a $p$-group and a finite field of characteristic $p$.

How would I go about showing that an irreducible representation of a $p$-group $G$ over a field $K$ of characteristic $p$ must be the trivial representation?

It seems like this would perhaps entail some sort of application of Maschke's Theorem to get a contradiction. I know that $|G| = \sum_i \operatorname{dim}(V_i)^2$, where $V_i$ is an irreducible representation. But it seems like that does not help me much here.

Any thoughts as to how to approach this question?

Vladhagen
  • 4,878
  • 1
    $|G|=\sum_i \dim(V_i)^2$ does not hold in general. As far as I know, it is true for semisimple algebra over an algebraically closed field. – Bach Sep 14 '20 at 20:35
  • Here's another proof: https://math.stackexchange.com/questions/1211369/irreducible-representation-of-a-p-group-over-field-of-characteristic-p-is-tr?rq=1 – Ken Sep 26 '20 at 06:39

2 Answers2

13

Hint. Let $G$ act on the representation (minus $0$) and use an orbit counting argument to find a copy of the trivial representation.

Let $V$ be a nontrivial irreducible representation. Note that $V$ must be finite dimensional since $G$ is finite. Write $V^\circ = V\setminus\{0\}$ and let $G$ act on $V^\circ$. By orbit stabilizer, $\left| \mathcal{O}_x \right|$ divides $|G|$ for any $x\in V^\circ$, so all $G$-orbits have prime power (more precisely, power of $p$) size. Since these all need to sum to $\left|V^\circ\right|=p^n-1$, there is at least one orbit of size $1$. This orbit is a $G$-invariant one-dimensional subspace, and thus is an isomorphic copy of the trivial representation. But this contradicts that $V$ is irreducible.

  • A very clean method of thinking of it. – Vladhagen Nov 19 '13 at 07:47
  • 1
    @Alexander Gruber I dont understand one thing. Why do you say that $|V^{\circ}|=p^n-1$? – Badshah Nov 01 '14 at 21:48
  • 1
    @alexander You're assuming $K = \mathbb{F}_p$, but he only said $K$ is of characteristic $p$. – Eric Auld Mar 31 '15 at 02:05
  • 1
    @Eric, see the comment by Mariano on this. $K$ contains $\mathbb{F}p$ as the prime subfield, so we can define $$W=\mathrm{Span}{\mathbb{F}p}(\mathcal{O}(v))$$ where $\mathcal{O}(v)$ is the orbit of some non-zero $v\in V$. Such $W$, as a _subset of $V$, is $G$-invariant, and so it is a representation of $G$ over $\mathbb{F}p$, but it is _not necessarily a subspace of $V$, and therefore might not be a sub-rep. I'm stuck here. Thoughts? – doodle Feb 19 '16 at 23:14
  • By the way, @doodle, you don't need a sub-representation, only a $G$-invariant set. The only arguments being used are the orbit-stabilizer theorem and Burnside's counting Lemma - both are for group actions on sets. – Teebro Prokash Mar 01 '19 at 19:26
  • @doodle May I know how do you see that $W$ is a representation? If the action is $g.(\sum c_i(g_i.v)):=\sum c_i((gg_i).v)$, I could not see its well-defined-ness. Thanks. – 10understanding Feb 01 '20 at 15:05
  • @doodle Got it. Thanks!!! – 10understanding Feb 01 '20 at 20:03
  • How do you conclude that it is an isomorphic copy of the trivial representation from being a $G$-invariant one-dimensional subspace? – Bach Sep 14 '20 at 20:31
1

It is surprising to see that nobody mentioned a beautiful proof of a slightly more general statement presented in Serre's "Linear Representations of Finite Groups". This is Proposition $26$ in $\S8.3$ of Serre's book:

Proposition 26. Let $V$ be a nonzero (not necessarily finite dimensional) vector space over a field $k$ of characteristic $p$ and let $\rho:G\to \mathrm{GL}(V)$ be a representation of a finite $p$-group $G$ on $V$. Then, $V^G\neq 0$, i.e., there exists a nonzero vector $v\in V$ which is fixed by $\rho(g)$ for all $g\in G$.

Proof. Pick any $v\in V\setminus\{0\}$ and let $X$ denote the subgroup (which is just the $\mathbb{F}_p$-vector space) generated by $\{\rho(g)v\mid g\in G\}$. Then for some $n$, $X$ is an $n$-dimensional $\mathbb{F}_p$-vector space on which the finite $p$-group $G$ acts. Since $X$ is the disjoint union of all of its $G$-orbits (which is either a singleton when a representative is $G$-invariant, or a set whose cardinality is a positive power of $p$ otherwise, by the orbit-stabilizer theorem), we deduce that $|X^G| \equiv |X| = p^n \equiv 0 \pmod{p}$. Since $0\in X^G$, $p \leq |X^G| \leq |V^G|$. $\mbox{ }\blacksquare$

WLOG
  • 1,286