After proving cancellation laws and the idempotent property, we now study equations in groups. One of the strongest consequences of the group axioms is that equations of the forms
a∘x=b and
y∘a=b always have unique solutions. This result shows why groups are algebraic systems where division-like operations are always possible, even when the operation is not ordinary multiplication. In this lesson, students will learn how to solve left and right group equations, why the two formulas differ in non-commutative groups, and how uniqueness follows from cancellation laws.
:::definition[Group Equation]
Let
(G,∘) be a group and let
a,b∈G. An equation in which the unknown element belongs to
G and is combined with known group elements using
∘ is called a
groupequation. Two basic forms are
a∘x=b
and
y∘a=b.
:::
In ordinary arithmetic, the equation
ax=b is solved by multiplying by
a−1 when
a=0. In a group, the same idea works, but the side matters. To solve
a∘x=b, multiply by
a−1 on the left. To solve
y∘a=b, multiply by
a−1 on the right. If the group is not commutative, these two operations cannot be interchanged. This side discipline is a major theme in abstract algebra.
:::theorem
Let
(G,∘) be a group with identity element
e and let
a,b∈G. Then the equation
a∘x=b
has a unique solution in
G, namely
x=a−1∘b.
:::
:::proof
Given that
(G,∘) is a group with identity element
e and
a,b∈G.
To prove that the equation
a∘x=b has a unique solution in
G.
Let
x=a−1∘b.
Since
a−1∈G,
b∈G, and
G is closed under
∘, we get
x∈G.
Now
a∘x=a∘(a−1∘b)=(a∘a−1)∘b[∵∘ is associative]=e∘b[∵a∘a−1=e]=b[∵e is the identity element].
Therefore
x=a−1∘b is a solution of
a∘x=b.
Let
x1,x2∈G be two solutions of
a∘x=b.
Then
a∘x1=b
and
a∘x2=b.
Therefore
a∘x1=b,a∘x2=b⟹a∘x1=a∘x2⟹x1=x2[∵left cancellation law].
Hence,
a∘x=b has a unique solution in
G.
□
:::
:::theorem
Let
(G,∘) be a group with identity element
e and let
a,b∈G. Then the equation
y∘a=b
has a unique solution in
G, namely
y=b∘a−1.
:::
:::proof
Given that
(G,∘) is a group with identity element
e and
a,b∈G.
To prove that the equation
y∘a=b has a unique solution in
G.
Let
y=b∘a−1.
Since
b∈G,
a−1∈G, and
G is closed under
∘, we get
y∈G.
Now
y∘a=(b∘a−1)∘a=b∘(a−1∘a)[∵∘ is associative]=b∘e[∵a−1∘a=e]=b[∵e is the identity element].
Therefore
y=b∘a−1 is a solution of
y∘a=b.
Let
y1,y2∈G be two solutions of
y∘a=b.
Then
y1∘a=b
and
y2∘a=b.
Therefore
y1∘a=b,y2∘a=b⟹y1∘a=y2∘a⟹y1=y2[∵right cancellation law].
Hence,
y∘a=b has a unique solution in
G.
□
:::
Group equations are solved by applying the inverse on the correct side. In additive modular arithmetic the operation is commutative, so the numerical answers may look similar, but the formulas still teach the side discipline. Choose an equation type and values, then check the computed solution by substitution. The preview also includes a three-term equation, where the unknown must be isolated by undoing the left factor first and the right factor last. This mirrors the algebraic proof in a finite model.
:::scientific-preview[Group Equation Solver Explorer]
:::
The two formulas should be memorized with their sides:
a∘x=b⇒x=a−1∘b
and
y∘a=b⇒y=b∘a−1.
In a commutative group, these formulas may look similar, but in a non-commutative group they are genuinely different. Students often write
x=b∘a−1 for the first equation. That is generally wrong unless commutativity is known.
:::example
In the additive group
(Z,+), the equation
5+x=12
has solution
x=(−5)+12=7.
This matches the group formula
x=a−1∘b, because the additive inverse of
5 is
−5.
:::
:::example
In the multiplicative group
(Q−{0},⋅), the equation
3x=10
has solution
x=3−1⋅10=31⋅10=310.
Hence, the solution is
x=310.
:::
:::solved-problem
Let
(G,∘) be a group. Solve the equation
a∘x∘b=c
for
x∈G, where
a,b,c∈G.
:::
:::solution
Let
(G,∘) be a group with identity element
e, and let
a,b,c∈G.
To solve
a∘x∘b=c
for
x∈G.
Starting with the equation,
a∘x∘b=c⟹a−1∘(a∘x∘b)=a−1∘c⟹(a−1∘a)∘x∘b=a−1∘c[∵∘ is associative]⟹e∘x∘b=a−1∘c⟹x∘b=a−1∘c.
Now multiply both sides on the right by
b−1. Then
x∘b=a−1∘c⟹(x∘b)∘b−1=(a−1∘c)∘b−1⟹x∘(b∘b−1)=(a−1∘c)∘b−1⟹x∘e=(a−1∘c)∘b−1⟹x=(a−1∘c)∘b−1.
Hence, the solution is
x=(a−1∘c)∘b−1.
□
:::
Use the calculator below to solve equations in the additive group of integers modulo
n. Enter
n,
a, and
b. The calculator solves
a+x=b modulo
n using the group formula
x=−a+b. This is a finite concrete model of the general group equation
a∘x=b.
:::calculator[Equation Solver]
@libraries: none
:::
:::exercise
[1] In a group
(G,∘), solve
a∘x=b for
x.
[2] In a group
(G,∘), solve
y∘a=b for
y.
[3] In
(Z,+), solve
8+x=−3.
[4] In
(Q−{0},⋅), solve
5x=2.
[5] In a group, solve
p∘x∘q=r.
:::
:::answer
[1]
x=a−1∘b.
[2]
y=b∘a−1.
[3]
x=−11.
[4]
x=52.
[5]
x=(p−1∘r)∘q−1.
:::
:::faq
Q: Why does
a∘x=b always have a solution in a group?
A: Because
a has an inverse, and
x=a−1∘b is in the group.
Q: Why is the solution unique?
A: If two solutions exist, the left or right cancellation law forces them to be equal.
Q: Can
a−1∘b be replaced by
b∘a−1?
A: Not in general. That replacement requires commutativity.
Q: What is the main difference between
a∘x=b and
y∘a=b?
A: The first equation is solved by multiplying on the left by
a−1, while the second is solved by multiplying on the right by
a−1.
:::
:::call-to-action[Properties of Inverses]
subtitle: Continue to the main inverse laws, including the inverse of the identity, double inverse, and inverse of a product.
button: Next Lesson | /abstract-algebra/introduction-to-groups/elementary-properties-of-groups/properties-of-inverses
button-ghost: Previous Lesson | /abstract-algebra/introduction-to-groups/elementary-properties-of-groups/idempotent-elements-in-groups
:::