After proving the divisibility criterion for powers equal to the identity, we now determine the order of a power
am. If
a has finite order
n, then the order of
am is controlled by the greatest common divisor of
m and
n. This result is one of the most frequently used formulas in cyclic groups and finite group computations. It explains when a power of an element has the same order as the element and when the order becomes smaller. In this lesson, students will prove the formula
o(am)=gcd(m,n)n and apply it in examples.
:::theorem
Let
(G,∘) be a group with identity element
e and let
a∈G. If
o(a)=n, then for every positive integer
m,
o(am)=gcd(m,n)n.
:::
:::proof
Given that
(G,∘) is a group with identity element
e and
a∈G.
Given that
o(a)=n.
Let
m∈N.
To prove that
o(am)=gcd(m,n)n.
Let
d=gcd(m,n).
Then there exist relatively prime positive integers
r and
s such that
m=dr,n=ds,gcd(r,s)=1.
We first prove that
(am)s=e.
Now
(am)s=ams=adrs=arn=(an)r=e.
Therefore
am has finite order and
o(am)∣s.
Let
o(am)=t.
Then
(am)t=e.
Thus
(am)t=e⟹amt=e.
Since
o(a)=n, the divisibility criterion gives
n∣mt.
Using
m=dr and
n=ds, we get
ds∣drt⟹s∣rt.
Since
gcd(r,s)=1, Euclid's lemma gives
s∣t.
We already have
t∣s. Therefore
t=s.
Since
s=dn=gcd(m,n)n,
we get
o(am)=gcd(m,n)n.
Hence,
o(am)=gcd(m,n)n.
□
:::
The formula shows two important cases. If
gcd(m,n)=1, then
o(am)=n, so
am has the same order as
a. If
m divides
n, then
o(am)=mn. For example, if
o(a)=12, then
o(a5)=12 because
gcd(5,12)=1, while
o(a4)=3 because
gcd(4,12)=4.
:::corollary
Let
(G,∘) be a group and let
a∈G. If
o(a)=n and
gcd(m,n)=1, then
o(am)=n.
:::
:::proof
Given that
(G,∘) is a group,
a∈G,
o(a)=n, and
gcd(m,n)=1.
To prove that
o(am)=n.
Using the order of a power formula,
o(am)=gcd(m,n)n=1n=n.
Hence,
o(am)=n.
□
:::
:::corollary
Let
(G,∘) be a group and let
a∈G. If
o(a) is infinite, then
o(am) is infinite for every positive integer
m.
:::
:::proof
Given that
(G,∘) is a group,
a∈G, and
o(a) is infinite.
Let
m∈N.
To prove that
o(am) is infinite.
If possible let
o(am) be finite. Then there exists
k∈N such that
(am)k=e.
Therefore
(am)k=e⟹amk=e.
Since
mk∈N, this contradicts that
a has infinite order.
A contradiction. Hence,
o(am) is infinite for every positive integer
m.
□
:::
:::example
Let
o(a)=12. Then
o(a4)=gcd(4,12)12=412=3.
Thus
a4 has order
3.
:::
:::example
Let
o(a)=12. Then
o(a5)=gcd(5,12)12=112=12.
Thus
a5 has the same order as
a.
:::
:::solved-problem
Let
(G,∘) be a group and let
a∈G. If
o(a)=18, find
o(a6).
:::
:::solution
Let
(G,∘) be a group and let
a∈G.
Given that
o(a)=18.
To find
o(a6).
Using the order of a power formula,
o(a6)=gcd(6,18)18=618=3.
Hence,
o(a6)=3.
□
:::
:::solved-problem
Let
(G,∘) be a group and let
a∈G. If
o(a)=20, determine all positive integers
m with
1≤m<20 such that
o(am)=20.
:::
:::solution
Let
(G,∘) be a group and let
a∈G.
Given that
o(a)=20.
To determine all positive integers
m with
1≤m<20 such that
o(am)=20.
By the formula,
o(am)=gcd(m,20)20.
Thus
o(am)=20 if and only if
gcd(m,20)=1.
The positive integers
m with
1≤m<20 and
gcd(m,20)=1 are
1,3,7,9,11,13,17,19.
Hence, the required values are
1,3,7,9,11,13,17,19.
□
:::
The formula
o(am)=n/gcd(m,n) creates a repeating pattern as
m varies. We observe the order of each power
am for a fixed original order
n. Change
n and notice that powers relatively prime to
n keep the full order, while powers sharing a larger common divisor have smaller order. This connects a group-theoretic question to the arithmetic structure of divisors of
n.
:::scientific-preview[Power Order Pattern Explorer]
@libraries: plotly
:::
Use the calculator to compute the order of
am from
o(a)=n. Enter
n and
m. The calculator applies the formula
o(am)=n/gcd(m,n). Try values of
m that are relatively prime to
n and compare them with values that divide
n.
:::calculator[Order of a Power]
:::
:::exercise
[1] State the formula for
o(am) when
o(a)=n.
[2] If
o(a)=15, find
o(a5).
[3] If
o(a)=15, find
o(a4).
[4] If
o(a)=24, find all
m with
1≤m<24 such that
o(am)=24.
[5] Prove that if
a has infinite order, then
am has infinite order for every
m∈N.
:::
:::answer
[1]
o(am)=gcd(m,n)n.
[2]
o(a5)=15/gcd(5,15)=3.
[3]
o(a4)=15/gcd(4,15)=15.
[4] The values are
1,5,7,11,13,17,19,23.
[5] If
(am)k=e, then
amk=e, contradicting that
a has infinite order.
:::
:::faq
Q: What is the order of
am when
o(a)=n?
A: It is
n/gcd(m,n).
Q: When does
am have the same order as
a?
A: When
gcd(m,n)=1.
Q: Can a power have smaller order than the original element?
A: Yes. For example, if
o(a)=12, then
o(a4)=3.
Q: What happens if
a has infinite order?
A: Every positive power
am also has infinite order.
:::
:::call-to-action[Prime Order Elements]
subtitle: Continue to elements of prime order and see how the order formula simplifies in the prime case.
button: Next Lesson | /abstract-algebra/introduction-to-groups/order-of-an-element/prime-order-elements
button-ghost: Previous Lesson | /abstract-algebra/introduction-to-groups/order-of-an-element/powers-equal-to-identity
:::