Physics 129a Lecture 5 Caltech, 10/10/23
3 Basic concepts of group theory
Direct Product:
The definition of the quotient group is like dividing the group G by its normal subgroup H. Is
there a way to multiply two groups together? The answer is yes.
The direct product of two groups G and H is again a group, with elements {(g, h), g ∈ G, h ∈ H}
and their composition rule is given by
(g1 , h1 )(g2 , h2 ) = (g1 g2 , h1 h2 ) (1)
It is straight forward to check that the group axioms are satisfied. The direct product of G with
H is denoted as G × H.
Comments about direct product and quotient group:
(1) G × H contains subgroups G0 = {(g, e)} and H 0 = {(e, h)} which are isomorphic to G and H
respectively.
(2) Every element in G0 commute with every element in H 0 . (g, e)(e, h) = (g, h) = (e, h)(g, e)
(3) G0 and H 0 are both normal subgroups of G×H. ((g, h)(g1 , e)(g −1 , h−1 ) = (gg1 g −1 , e), (g, h)(e, h1 )(g −1 , h−1 ) =
(e, hh1 h−1 ).
(4) The quotient group (G × H)/G0 is isomorphic to H and the quotient group (G × H)/H 0 is
isomorphic to G.
(5) The order of G × H is the product of the order of G and the order of H.
Example: Take two C2 groups G = gp{a}, a2 = e, H = gp{b}, b2 = e. Their direct product G × H
contains four elements (e, e), (a, e), (e, b), (a, b) which forms a D2 group. Therefore, D2 = C2 × C2 .
Example: C4 = gp{a}, a4 = e also has a C2 normal subgroup {e, a2 } and the quotient group is
isomorphic to C2 . However, C4 6= C2 × C2 . (A simple way to see this is to notice that C4 has an
element of order 4.)
Example: D3 has a C3 subgroup and D3 /C3 = C2 . However, D3 6= C2 × C3 , because C2 is not a
normal subgroup of D3 . Instead, C2 × C3 = C6 (hint: show that C2 × C3 has an element of order
6).
Example: For co-prime integers p1 and p2 , Cp1 × Cp2 = Cp1 ×p2 .
Center
Definition: the center of a group, denoted as Z(G), is the set of elements that commute with every
1
element of G.
Z(G) = {a ∈ G | ag = ga, ∀g ∈ G} (2)
Comments:
(1) Z(G) is a normal subgroup of G. Actually, the requirement of the center is stronger than that
of a normal subgroup. Every element of Z(G) is invariant under conjugation.
(2) Z(G) is abelian.
(3) Z(G) = G if and only if G is abelian.
4 Group representations
4.1 Mapping between groups
A group homomorphism from group A to group B, is a mapping from group elements in A to group
elements in B, such that the group structure is preserved.
That is, the mapping f : A → B, takes each element a ∈ A and maps it to a unique element in
b = f (a) ∈ B. If a1 a2 = a3 , then f (a1 )f (a2 ) = f (a3 ), which implies that the identity element in A
is mapped to the identity element in B and f (a−1 ) = (f (a))−1 .
Comments:
(1) The set of elements {f (a), a ∈ A} in B is called the image of f . It may happen that not every
element in B is in the image of f . The image of f forms a subgroup of B.
(2) Different elements in A can be mapped to the same element in B.
(3) If different elements in A are mapped to different elements in B, then the mapping is said to
be faithful.
(4) The set of elements in A that are mapped to the identity in B is said to be the kernel of f . The
kernel of f forms a subgroup of A. In fact, it is a normal subgroup of A (how to prove it?) and the
image in B form the corresponding quotient group. (we are going to prove this in the homework)
(5) If f is a one to one mapping, then f is said to be an isomorphism. A faithful mapping is not
necessarily an isomorphism because it is possible that not all elements in B are in the image of f .
Example: If we choose A to be D3 , what group can the image be? (C2 , D3 or the trivial group)
2
4.2 Group Representation: definition
A group is a very abstract concept. The same group can appear in many different ways. For
example, we can think of the cyclic group as the rotation symmetry of regular polygons. Or
equivalently, we can think of it as integer modulo n. To have a concrete handle when we try to
analyze properties of groups, it is useful to choose a nice way to write down the group elements and
their composition rules. It turns out to be particularly helpful to use matrices to represent groups
and that is what a group representation is.
Definition: a representation of a group G is a group homomorphism from G to GL(n, C), the
general linear group of invertible matrices of dimension n over complex numbers C.
Comments:
(1) Apart from GL(n, C), it is often useful to restrict the representation to general linear real
matrices GL(n, R), orthogonal matrices O(n) and unitary matrices U (n). The representation is
said to be complex, real, orthogonal or unitary respectively.
(2) The set of matrices used as representation can be thought of as linear transformations on an
underlying n dimensional vector space. Once we have chosen a basis for the vector space, the linear
representation can be written as matrices.
4.3 Examples
Example 1: C2
The C2 group has two possible normal subgroups: the identity group {e} and C2 itself. There
are hence two possibilities for the kernel group and correspondingly two possibilities for the image
group: C2 and {e}.
When the image group is C2 , the representation is a faithful one. One possible realization is
D(e) = 1, D(c) = −1.
When the image group is {e}, the representation is a trivial one, D(e) = D(c) = 1. Every group
has a trivial representation like this.
1 0
There are also two dimensional representations of C2 . For example, D(e) = , D(c) =
0 1
0 1
.
1 0