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 is a non-empty set with a binary group multiplication operation “”, with the following properties:
- Closure: For all , the product .
- Associativity: For all , .
- Identity: There exists such that for all , .
- Inverse: For every , there exists such that .
The order of a finite group is the number of elements it contains, denoted as .
The order of an element is the smallest positive integer such that which is the identity element.
A group is Abelian if for all .
A subgroup of is a subset of which forms a group under the same group multiplication operation as .
The conjugate of with respect to is .
A normal subgroup is a subgroup of such that for all .
The conjugacy class of an element is defined by .
Exercise A2.1: Prove that for any element of a finite group, there always exists a positive integer such that . That is, every element of such a group has an order.
Proof: Let be a finite group and . has elements.
According to closure property, a total of elements are .
According to identity property, there exist an identity .
Now we have elements in the discussion. For a finite of only elements, there must exist () such that .
, where . QED.
Lagrange’s theorem: If is a subgroup of a finite group then divides .
Proof: For each , we define its left coset which has an order of .
For any two left cosets , suppose there exist , i.e., for some .
Then .
Therefore every , i.e., .
By a symmetric argument, .
Therefore, . That means, and are either identical or disjoint.
By their identical cosets, we can partition elements in into several subsets, each has an order of . Let be the number of distinct cosets, then . QED.
Exercise A2.3: Show that the order of an element divides .
Proof: . Consider a subgroup which has distinct elements.
Then according to Lagrange’s theorem, divides . QED.
Exercise A2.4: Show that if then .
Proof: , .
Suppose where .
. QED.
Exercise A2.5: Show that if is an element of an Abelian group then .
Proof: .
In an Abelian group, .
Therefore, . QED.