3

I imagine this is a duplicate, but I can't find it. In the first chapter on groups, Aluffi shows that if $g$ is a group element of finite order, then $$|g^n|=\frac {|g|}{\gcd(n,|g|)}.$$ In an exercise, he asks the reader to show that if $g$ is an element of maximal finite order in an abelian group and $h$ is any element of finite order, then $|h|\mid|g|$. I proved this using the following hopefully-valid lemma:

Lemma

If $g$ has finite order and $m\mid |g|$ then there is an element with order $m$.

Proof

$$|g^{|g|/m}|=\frac{|g|}{|g|/m}=m$$ $\square$

If $g$ is of maximal finite order and $h$ is of finite order, then $|g|$ and $\frac{|h|}{\gcd(|g|,|h|)}$ are relatively prime, so by a previous exercise, $$|gh|=|g|\frac{|h|}{\gcd(|g|,|h|)}.$$ By maximality, $\gcd(|g|,|h|)=|h|$ so $|h|\mid|g|$.

Is this correct? The hint Aluffi gives for the exercise involves powers of primes and such and thus strikes me as more complicated.

Note

I see that Prove that for any element $b$, $|b|$ divides $|a|$ (order of $b$ divides order of $a$). addresses a similar question, but the solutions all seem quite different from mine and don't answer the question of whether mine is valid.

dfeuer
  • 9,069

1 Answers1

3

In my opinion, the usual definition of the order as the smallest positive natural number for which the corresponding power becomes trivial is conceptually wrong. It should be a characterization, not a definition. The correct definition is the following: Let $G$ be a group, $g \in G$. Then $\{z \in \mathbb{Z} : g^z = 1\}$ is obviously a subgroup of $\mathbb{Z}$. Hence it has the form $d \mathbb{Z}$ for some unique $d \geq 0$. We call $d$ the order of $g$ (and yes, this includes $d=0$, but for silly reasons one usually defines $d=\infty$ then). Hence, we have the following defining property of $d$:

For all $n \in \mathbb{Z}$ we have $g^n = 1$ iff $d\mid n$.

This is how one can really work with orders without pain. For example we can prove the desired formula as follows: Let $d$ be the order of $g$, and $n \in \mathbb{N}$.

$$(g^n)^m = 1\iff g^{n \cdot m}=1 \iff d\mid n \cdot m \iff d/\gcd(d,n) \mid n/\gcd(d,n) \cdot m \iff \text{(since $d/\gcd(d,n)$ and $n/\gcd(d,n)$ are coprime) } d/\gcd(d,n)\mid m.$$

This shows that $d/\gcd(d,n)$ satisfies the defining property of the order of $g^n$.

No need to prove lemmas or deal with prime powers.

dfeuer
  • 9,069
  • I fully agree with your opinion. Not only ${z\in\mathbb{Z}:g^z=1}$ is a subgroup, but it's the kernel of a homomorphism, so we can apply the homomorphism theorem to count the elements of $\langle g\rangle$. – egreg Nov 26 '13 at 00:23
  • Yes, you are right, one immediately gets $\langle g \rangle \cong \mathbb{Z}/d\mathbb{Z}$. – Martin Brandenburg Nov 26 '13 at 15:19
  • @MartinBrandenburg: I realise that this is a very old post, but I have the following question: I agree that the definition of the order of an element you have proposed is very appealing, but arguably, we want the order of an element $g\in G$ to denote the order of the cyclic subgroup of $G$ that $g$ generates. Thus, it seems that if there is no $n\ge 1$ such that $g^n=1$, then there are good reasons to define the order of $g$ as $\infty$ (or as $\aleph_0$?), but there are also good reasons to define the order of $g$ as $0$. – Joe Dec 03 '23 at 17:01
  • @MartinBrandenburg: Do you have an argument for why it is better to define the order of $g$ as $0$ in such a situation? I know that this is what we do for the characteristic of a ring, but that just pushes the question back to: why say "characteristic zero" rather than "infinite characteristic"? – Joe Dec 03 '23 at 17:02