After establishing integral power laws, we now study a power formula involving conjugation. In group theory, an expression of the form
a∘b∘a−1 is called a conjugate of
b by
a. Conjugation appears throughout abstract algebra, especially in normal subgroups, group actions, symmetry groups, and matrix similarity. The main power formula says that the
n-th power of a conjugate is the conjugate of the
n-th power. In this lesson, students will prove this formula carefully using induction.
:::definition[Conjugate Element]
Let
(G,∘) be a group and let
a,b∈G. The element
a∘b∘a−1
is called the
conjugate of
b by
a.
:::
Conjugation should be read as a transformation of
b by surrounding it with
a on the left and
a−1 on the right. In matrix groups, this resembles the expression
ABA−1, which is used in similarity of matrices. In abstract groups, conjugation is a way to compare elements within the same group. It preserves many algebraic properties, including powers.
:::theorem
Let
(G,∘) be a group with identity element
e and let
a,b∈G. Then
(a∘b∘a−1)n=a∘bn∘a−1∀n∈N.
:::
:::proof
Given that
(G,∘) is a group with identity element
e and
a,b∈G.
To prove that
(a∘b∘a−1)n=a∘bn∘a−1∀n∈N.
We prove the result by mathematical induction on
n.
For
n=1,
(a∘b∘a−1)1=a∘b∘a−1=a∘b1∘a−1.
Therefore the result is true for
n=1.
Assume that the result is true for
n=k, that is,
(a∘b∘a−1)k=a∘bk∘a−1.
To prove that the result is true for
n=k+1.
Now
(a∘b∘a−1)k+1=(a∘b∘a−1)k∘(a∘b∘a−1)=(a∘bk∘a−1)∘(a∘b∘a−1)[∵induction hypothesis]=a∘bk∘(a−1∘a)∘b∘a−1[∵∘ is associative]=a∘bk∘e∘b∘a−1=a∘bk∘b∘a−1=a∘bk+1∘a−1.
Therefore the result is true for
n=k+1.
Hence, by mathematical induction,
(a∘b∘a−1)n=a∘bn∘a−1∀n∈N.
□
:::
The cancellation in the middle of the induction step is the key:
a−1∘a=e.
When two conjugated factors are multiplied, the middle
a−1 from the first factor and
a from the second factor cancel. This leaves the powers of
b next to each other. That is why the expression becomes
a∘bk+1∘a−1.
:::corollary
Let
(G,∘) be a group with identity element
e and let
a,b∈G. Then
(a−1∘b∘a)n=a−1∘bn∘a∀n∈N.
:::
:::proof
Given that
(G,∘) is a group with identity element
e and
a,b∈G.
To prove that
(a−1∘b∘a)n=a−1∘bn∘a∀n∈N.
Apply the previous theorem with
a−1 in place of
a. Since
(a−1)−1=a, we get
(a−1∘b∘a)n=a−1∘bn∘(a−1)−1=a−1∘bn∘a.
Hence,
(a−1∘b∘a)n=a−1∘bn∘a.
□
:::
:::example
Let
A and
B be invertible matrices of the same size. Then
(ABA−1)n=ABnA−1.
For
n=2,
(ABA−1)2=(ABA−1)(ABA−1)=AB(A−1A)BA−1=ABIBA−1=AB2A−1.
This is the matrix version of the group theorem.
:::
:::solved-problem
Let
(G,∘) be a group with identity element
e and let
a,b∈G. Prove that
(a∘b2∘a−1)3=a∘b6∘a−1.
:::
:::solution
Let
(G,∘) be a group with identity element
e and let
a,b∈G.
To prove that
(a∘b2∘a−1)3=a∘b6∘a−1.
Using the conjugation power formula,
(a∘b2∘a−1)3=a∘(b2)3∘a−1=a∘b6∘a−1.
Hence,
(a∘b2∘a−1)3=a∘b6∘a−1.
□
:::
:::solved-problem
Let
(G,∘) be a group with identity element
e and let
a,b∈G. If
a∘b∘a−1=b−1,
prove that
a∘bn∘a−1=b−n∀n∈N.
:::
:::solution
Let
(G,∘) be a group with identity element
e and let
a,b∈G.
Given that
a∘b∘a−1=b−1.
To prove that
a∘bn∘a−1=b−n∀n∈N.
Using the conjugation power formula,
a∘bn∘a−1=(a∘b∘a−1)n=(b−1)n=b−n.
Hence,
a∘bn∘a−1=b−n∀n∈N.
□
:::
:::remark
The formula
(a∘b∘a−1)n=a∘bn∘a−1 is not the same as distributing powers over arbitrary products. The special structure matters: the middle inverse and the next left factor cancel in every repetition. Without this conjugation pattern, powers of products cannot usually be simplified in a non-commutative group.
:::
A conjugated product repeats the pattern
aba−1aba−1⋯. We observe the middle cancellations that leave one
a at the far left, one
a−1 at the far right, and all copies of
b grouped together. Change the exponent and notice that the number of surviving
b factors becomes exactly
n. This visual pattern explains why
(a∘b∘a−1)n=a∘bn∘a−1.
:::scientific-preview[Conjugation Word Reduction]
@libraries: plotly
:::
Use the calculator to check the conjugation power identity for invertible diagonal matrices. The example uses ordinary matrix multiplication with diagonal matrices, so the arithmetic is easy to display. The purpose is to see the pattern
(ABA−1)n=ABnA−1 in a concrete setting. Since diagonal entries commute, the numbers simplify cleanly while the displayed formula still highlights the conjugation structure.
:::calculator[Conjugation Power Test]
:::
:::exercise
[1] Define the conjugate of
b by
a.
[2] Prove that
(a∘b∘a−1)2=a∘b2∘a−1.
[3] Prove that
(a−1∘b∘a)n=a−1∘bn∘a.
[4] If
a∘b∘a−1=b2, find
a∘b3∘a−1.
[5] Explain why the conjugation power formula does not require the group to be abelian.
:::
:::answer
[1] The conjugate of
b by
a is
a∘b∘a−1.
[2]
(a∘b∘a−1)2=a∘b∘(a−1∘a)∘b∘a−1=a∘b2∘a−1.
[3] Apply the conjugation power theorem with
a−1 in place of
a.
[4] Since
a∘b3∘a−1=(a∘b∘a−1)3=(b2)3=b6.
[5] The proof uses associativity and inverse cancellation, not commutativity.
:::
:::faq
Q: What is conjugation in a group?
A: Conjugation is the expression
a∘b∘a−1.
Q: What is the power of a conjugate?
A:
(a∘b∘a−1)n=a∘bn∘a−1.
Q: Does this formula hold in non-commutative groups?
A: Yes. It is especially useful in non-commutative groups.
Q: Why do the middle terms cancel?
A: In repeated products, each
a−1 is followed by
a, and
a−1∘a=e.
:::
:::call-to-action[Power Equations]
subtitle: Continue to worked problems where power identities are used to prove equations such as powers equal to the identity.
button: Next Lesson | /abstract-algebra/introduction-to-groups/powers-of-elements-in-groups/power-equations-in-groups
button-ghost: Previous Lesson | /abstract-algebra/introduction-to-groups/powers-of-elements-in-groups/integral-power-laws
:::