[Math] Was the abstract algebra textbook trying to kill me

abstract-algebragroup-theory

I'm doing an independent study (self-taught course) in abstract algebra and I'm using the abstract algebra textbook here: http://abstract.ups.edu/. In Chapter 9: Isomorphisms, problem 20 asks: "Prove or disprove: Every abelian group of order divisible by $3$ contains a subgroup of order $3$." I spent a lot of time on this question and eventually came up with the answer below, but this question seemed a lot harder than all of the other questions. Keeping in mind that the book hasn't yet given me all of the usual tools to prove this (see below or the textbook for the ones I do have), did I miss something obvious? Or is this actually that hard? At one point, the book says, "In Chapter 13, we will prove that all finite abelian groups are isomorphic to direct products of the form $\mathbb{Z}_{p_1^{e_1}}\times\cdots\times\mathbb{Z}_{p_k^{e_k}}$, where $p_1,\dots,p_k$ are (not necessarily distinct) primes." Do you think I was supposed to use this, even though the book hasn't proven it yet?

So far, I've covered some basic material about cyclic groups, the groups $S_n$, $A_n$, and $D_n$, Lagrange's Theorem, basic properties of isomorphisms, and some basic direct product stuff. In particular, I have not covered quotients or group actions. For more complete information, please see the textbook.

My solution (abbreviated)

Call a group $3$-free if its order is not divisible by 3. Let $G$ be a group with order divisible by $3$, and find a maximal $3$-free subgroup $H$ (one that is not contained in any other $3$-free subgroup). Pick a $g\in G\setminus H$ and let $d$ be the least positive integer such that $g^d\in H$. Then $g^iH=g^jH$ iff $i\equiv j\text{ mod }d$, so the subgroup (of $G$) $H'=\langle g\rangle H$ has $|H'|=d\cdot |H|$. $|H'|$ must be divisible by $3$, so $d$ is divisible by $3$, and therefore the order $k$ of $g$ is divisible by $3$, so $g^{k/3}$ has order $3$.

Thanks!

Best Answer

I assume that Sylow theorems were not covered yet?

And since the theorem holds also for non-abelian groups, I wonder why they restrict to abelian groups. It makes the following easier though:

Let $G$ be a group of order $n$ divisible by $3$. Select $h\in G\setminus\{1\}$. If the order of $h$ is divisible by $3$, then you find a power of $h$ that has order $3$. Otherwise $G/\langle h\rangle$ has order divisible by $3$ and can be assumed by induction to have an element $g+\langle h\rangle$ of order $3$, which has order a multiple of $3$ in $G$.

Related Question