Quinn’s Mind Palace

Group theory definitions & proofs (1)

The following exercises are from Appendix 2 of Quantum Computation and Quantum Information by Isaac Chuang & Michael Nielsen. I am currently reading this book. I hope I can finish this book by Friday — will work hard to accomplish that.


A group (G,·) is a non-empty set G with a binary group multiplication operation “·”, with the following properties:

The order of a finite group G is the number of elements it contains, denoted as |G|.

The order of an element gG is the smallest positive integer r such that gr=e which is the identity element.

A group G is Abelian if g1g2=g2g1 for all g1,g2G.

A subgroup H of G is a subset of G which forms a group under the same group multiplication operation as G.

The conjugate of g2 with respect to g1 is g11g2g1.

A normal subgroup is a subgroup H of G such that g1Hg=H for all gG.

The conjugacy class Gx of an element xG is defined by Gx{g1xggG} .


Exercise A2.1: Prove that for any element g of a finite group, there always exists a positive integer r such that gr=e. That is, every element of such a group has an order.

Proof: Let G be a finite group and gG. G has |G| elements.

According to closure property, g,g2,,g|G| a total of |G| elements are G.

According to identity property, there exist an identity eG.

Now we have |G|+1 elements in the discussion. For a finite G of only |G| elements, there must exist gi,gj (0i<j|G|) such that gi=gj.

gj·gi=gi·gi=egji=e, where ji>0. QED.


Lagrange’s theorem: If H is a subgroup of a finite group G then |H| divides |G|.

Proof: For each gG, we define its left coset gH={g·hhH} which has an order of |H|.

For any two left cosets g1H,g2H, suppose there exist xg1Hg2H, i.e., x=g1h1=g2h2 for some h1,h2H.

Then g1=g2h2h11g2H.

Therefore every g1hg2H, i.e., g1Hg2H.

By a symmetric argument, g2Hg1H.

Therefore, g1H=g2H. That means, g1H and g2H are either identical or disjoint.

By their identical cosets, we can partition elements g in G into several subsets, each has an order of |H|. Let k be the number of distinct cosets, then |G|=k|H|. QED.


Exercise A2.3: Show that the order of an element gG divides |G|.

Proof: gr=e. Consider a subgroup {e,g,g2,,gr1}G which has r distinct elements.

Then according to Lagrange’s theorem, r divides |G|. QED.


Exercise A2.4: Show that if yGx then Gy=Gx.

Proof: Gx{g1xggG} , Gy{g1yggG} .

Suppose y=g11xg1Gx where g1G.

Gy={g1g11xg1ggG}={g21xg2g2g1gG}=Gx. QED.


Exercise A2.5: Show that if x is an element of an Abelian group G then Gx={x} .

Proof: Gx{g1xggG} .

In an Abelian group, g1xg=g1gx=ex=x.

Therefore, Gx={x} . QED.

#Mathematics