Problem Set 01

Math 299, Fall 2024.

Read

Skim over the chapters on groups from your 210A textbook. You can also take a look at some of the additional books and resources on the course webpage.

To Work On

Try to work on some of the following problems. It’s better to understand one of them deeply (even if you don’t completely solve it) then to just have vague ideas for all. Hopefully as a team we can make it through all of them.

  1. Prove the following lemma, which should look a lot like the class equation. You’ll want to combine the fact that the orbits of $G$ partition $X$ together with the Orbit-Stabilizer Theorem, which tells you how big each orbit is.

    Orbit Equation. Let $G$ be a finite group acting on a finite set $X$. Let $\mathcal{O}_1, \ldots, \mathcal{O}_n$ be the orbits of $G$ that contain more than $1$ element, and let $x_1,\ldots x_n \in X$ be such that $x_i \in \mathcal{O}_i$. Then $|X| = |\operatorname{Fix}(G)|+\sum_{i=1}^n|G:G_{x_i}|.$

  2. Use the Orbit Equation to prove the following lemma. Hint: Lagrange tells you something about $|G:G_{x_i}|$.

    p-group Fixed-Point Lemma. Let $p$ be prime, and let $P$ be a finite $p$-group1. If $P$ acts on a finite set $X$, then $|\operatorname{Fix}(P)| \equiv |X|$ modulo $p$.

  3. Use the $p$-group Fixed-Point Lemma to prove that finite $p$-groups have a nontrivial center. Hint: let $P$ act on itself by conjugation. What is $\operatorname{Fix}(G)$ with respect to this action?

    Lemma. Let $p$ be prime. If $P$ is a nontrivial finite $p$-group, then $Z(P)$ is nontrivial.

  4. Put together a clean proof (that you can explain to the group) of one of the parts of Sylow’s Theorem.

    Sylow’s Theorem. Let $G$ be a finite group of order $mp^k$ with $p$ prime and $p$ not dividing $m$.

    1. $G$ has a subgroup of order $p^k$ (called a Sylow $p$-subgroup).
    2. All Sylow $p$-subgroups are conjugate.
    3. The number of Sylow $p$-subgroups is congruent to 1 mod $p$.
    4. Every $p$-subgroup of $G$ is contained in some Sylow $p$-subgroup.

    Hint: To prove conjugacy and that the number of Sylows is congruent to 1 mod $p$, try letting $G$ act on $\operatorname{Syl}_p(G)$ (i.e. the set of Sylow $p$-subgroups) by conjugation. Let $\mathcal{O}$ be an orbit. The goal is to show $\mathcal{O}=\operatorname{Syl}_p(G)$ and $|\mathcal{O}| \equiv 1$ mod $p$. Choose $P \in \mathcal{O}$, and towards a contradiction, assume that $Q\in \operatorname{Syl}_p(G)$ but $Q\notin \mathcal{O}$. The key is to consider how $P$ and $Q$ act on $\mathcal{O}$ and use the p-group Fixed-Point Lemma above; to make this work, you’ll want to show that $R\in \operatorname{Fix}(P) \iff RP \text{ is a group of order } |R|\cdot|P|/|R\cap P| \iff R = P$ (and similarly with $Q$ in place of $P$.)

  5. Let $1\le n \le 75$. Using the results above, determine as many values of $n$ as possible for which you can prove that there is no simple group of order $n$.

Footnotes

  1. Let $p$ be prime. A $p$-group is a group in which every elements has order that is a power of $p$. By Lagrange, we have that $P$ is a finite $p$-group if and only if $P$ has order $p^k$.