Cayley's Theorem Proof
📂Abstract AlgebraCayley's Theorem Proof
Theorem
Every group is isomorphic to some subgroup of the symmetric group.
Explanation
This concise yet significant theorem conveys the message that by studying symmetric groups, one can grasp all groups.
Proof
Although the proof may seem tedious at first glance, the techniques involved are quite interesting, so it is recommended to try and follow it at least once.
Part 1. f:G→G′ is injective then G≃f(G)
For group G and G′, let’s show that if a homomorphism f:G→G′ is injective, then G≃f(G).
Definition of a group: A group is a binary operation structure that satisfies the following properties.
- (i): The operation is associative.
- (ii): There is an identity element for all elements.
- (iii): There is an inverse for all elements.
f, when viewed as a function f:G→f(G) with the image of G under f, f(G)⊂G′, as its codomain, is naturally surjective. Assuming that f is injective, showing that f(G) is a group leads to G≃f(G).
If we let x,y∈G and x′,y′∈G′, then
f(xy)=f(x)f(y)=x′y’
so f(G) is closed under the operation of G′. Also, since f(G)⊂G′ and G′ is a group, it satisfies the associative law.
If we designate e as the identity of G, and e′ as the identity of G′,
e′f(e)=f(e)=f(ee)=f(e)f(e)
then f(G) has the identity element e′.
Lastly,
e′=f(e)=f(xx−1)=f(x)f(x−1)=x′f(x−1)
this means every x′∈f(G) has an inverse f(x−1), so f(G) is a group.
Part 2. ∃ϕ:G↪SG
Now, proving the existence of a monomorphism (a homomorphism that is also injective) ϕ:G→SG concludes the proof.
Defining λx:G→G for x∈G as λx(g):=xg,
λx(a)=λx(b)⟹xa=xb⟹a=b
shows that λx is injective. Also, for every c∈G,
λx(x−1c)=xx−1c=c
thus λx is surjective, and therefore λx:G→G is a permutation of G.
So, now it is possible to define ϕ:G→SG for x∈G as ϕ(x)=λx. If we define ϕ(x)=ϕ(y), then λx=λy and λx(e)=λy(e), therefore
xe=ye⟹x=y
meaning, ϕ is injective. Meanwhile, since ϕ(xy)=λxy, thus λxy(g)=(xy)g, and since λx,λy is a permutation,
(λxλy)(g)=λx(λy(g))=λx(yg)=x(yg)
To summarize,
ϕ(xy)=λxy=λxλy=ϕ(x)ϕ(y)
thus, ϕ is a homomorphism.
Therefore, G is isomorphic to some subgroup of SG.
■