An Introduction to Finite Groups

Size: px
Start display at page:

Download "An Introduction to Finite Groups"

Transcription

1 An Introduction to Finite Groups Physics 5040 Spring Definitions A group (G, ) is a nonempty set G together with a binary operation called multiplication (or a product) and denoted by that obeys the following axioms: (G1) a, b G implies a b G (closure); (G2) a, b, c G implies (a b) c = a (b c) (associativity); (G3) There exists e G such that a e = e a = a for all a G (identity); (G4) For each a G, there exists a 1 G such that a a 1 = a 1 a = e (inverse). Furthermore, a group is said to be abelian if it also has the property that (G5) a b = b a for all a, b G (commutativity). In the case of abelian groups, the group multiplication operation is frequently denoted by + and called addition. We will generally simplify our notation by leaving out the group multiplication symbol and assuming that it is understood for the particular group under discussion. The number of elements in a group G is called its order and will be denoted by n G. If this number is finite, then we say that G is a finite group. Otherwise, G is said to be infinite. It is also a fact that every group of order less than or equal to 5 must be abelian, and hence that the smallest non-abelian group is of order 6. While we have defined a group in the usual manner, it should be realized that there is a certain amount of redundancy in our definition. In particular, it is not necessary to require that a right inverse also be the left inverse. To see this, suppose that for any a G, we have the right inverse defined by aa 1 = e. Then multiplying from the left by a 1 yields a 1 aa 1 = a 1. But a 1 G so there exists an (a 1 ) 1 G such that (a 1 )(a 1 ) 1 = e. Multiplying our previous expression from the right by (a 1 ) 1 results in a 1 a = e, and hence we see that a 1 is also a left inverse. Of course, we could have started with a left inverse and shown that it is also a right inverse. Similarly, we could have defined a right identity by ae = a for all a G. We then observe that a = ae = a(a 1 a) = (aa 1 )a = ea, and hence e is also a left identity. It is easy to show that the identity element is unique. To see this, suppose that there exist e, e G such that for every a G we have ea = ae = a = e a = ae. Since ea = a for every a G, we have in particular that ee = e. On the other hand, since we also have ae = a, it follows that ee = e. Therefore e = ee = e so that e = e. 1

2 Before showing the uniqueness of the inverse, we first prove an important basic result. Suppose that ax = ay for a, x, y G. Let a 1 be a (not necessarily unique) inverse to a. Then x = ex = (a 1 a)x = a 1 (ax) = a 1 (ay) = (a 1 a)y = ey = y. In other words, the equation ax = ay means that x = y. This is sometimes called the (left) cancellation law. As a special case, we see that if aa 1 = e = aa 1, then this implies a 1 = a 1 so that the inverse is indeed unique as claimed. This also shows that (a 1 ) 1 = a since (a 1 ) 1 (a 1 ) = e and aa 1 = e. Finally, another important result follows by noting that (ab)(b 1 a 1 ) = a((bb 1 )a 1 ) = a(ea 1 ) = aa 1 = e. Since the inverse is unique, we then see that (ab) 1 = b 1 a 1. This clearly extends by induction to any finite product of group elements. Example 1. The set of integers Z = 0, ±1, ±2,... forms an infinite abelian group where the group multiplication operation is just ordinary addition. It should be obvious that the (additive) identity element is 0, and the inverse of any number n is given by n. However, it is easy to see that Z is not a group under the operation of ordinary multiplication. Indeed, while Z is both closed and associative under multiplication, and it also contains the (multiplicative) identity element 1, no element of Z (other than ±1) has a multiplicative inverse in Z (for example, 2 1 = 1/2 / Z). On the other hand, if we consider the set Q of all rational numbers, then Q forms a group under ordinary addition (with identity element 0 and inverse p/q Q to any p/q Q). Moreover, the nonzero elements of Q also form a group under ordinary multiplication (with identity element 1 and inverse q/p Q to any p/q Q). Example 2. The cyclic groups of order n are the groups C n of the form {e, a, a 2, a 3,..., a n 1, a n = e}. They are all necessarily abelian, and the simplest non-cyclic group is of order 4. Example 3. A more complicated (but quite useful) example is given by the set of all rotations in the xy-plane. Consider the following figure that shows a vector r = (x, y) making an angle ϕ with the x-axis, and a vector r = (x, y ) making an angle θ + ϕ with the x-axis: 2

3 y r = (x, y ) y r = (x, y) θ ϕ x x We assume r = r = r so that the vector r results from a counterclockwise rotation by an angle θ with respect to the vector r. From the figure, we see that r has components x and y given by x = r cos(θ + ϕ) = r cosθ cosϕ r sin θ sinϕ = xcos θ y sin θ y = r sin(θ + ϕ) = r sin θ cosϕ + r cosθ sin ϕ = xsin θ + y cosθ. Let R(α) denote a counterclockwise rotation by an angle α. It should be clear that R(0) is just the identity rotation (i.e., no rotation at all), and that the inverse is given by R(α) 1 = R(α). With these definitions, it is easy to see that the set of all rotations in the plane forms an infinite (actually, continuous) abelian group. A convenient way of describing these rotations is with the matrix [ ] cosα sinα R(α) =. sin α cosα (As we will see below, such a matrix is said form a representation of the rotation group.) We then see that r = R(θ)r, which in matrix notation is just [ ] [ ] [ ] x cosθ sinθ x y =. sin θ cosθ y Using this notation, it is easy to see that R(0) is the identity since [ ] [ ] [ ] x 1 0 x = y 0 1 y and also that R(θ) 1 = R( θ) because [ ] [ ] cosθ sinθ cosθ sinθ R(θ)R( θ) = = sin θ cosθ sinθ cosθ [ ] 1 0 = R( θ)r(θ). 0 1 We remark that while the rotation group in two dimensions is abelian, the rotation group in three dimensions is not. For example, let R z (θ) denote a rotation 3

4 about the z-axis (in the right-handed sense ). Then, applied to any vector ˆx lying along the x-axis, we see that R y (90 )R z (45 )ˆx R z (45 )R y (90 )ˆx since in the second case, the result lies along the z-axis, while in the first case it does not. Now that we know the inverse is unique, let us take another look at the (left) cancellation law. We restate it as the following useful result, often called the rearrangement lemma. Lemma. If a, b, c G and ca = cb, then a = b. Proof. Since G contains c 1 by definition, simply multiply the equation from the left by c 1. What this result means is that if a and b are distinct elements of G, then so are ca and cb. The importance of this comes from observing that if all the group elements are arranged in a sequence, say {g 1,..., g n }, then multiplying from the left by an element h results in the sequence {hg 1,...,hg n } which is the same as the original sequence except for order. (Of course, the same result holds equally well for multiplication from the right.) Since each element hg i is determined by the group multiplication rule, let us write hg i = g hi where h i is the integer label of this particular element. (For example, if hg 2 = g 5, then h 2 = 5.) Since the rearrangement lemma tells us that g hi and g hj are distinct if i j, it follows that the numbers (h 1,..., h n ) are simply a permutation of (1,...,n). In other words, there is a natural correspondence between group elements h and the permutation characterized by (h 1,..., h n ). To elaborate on this, let us denote an arbitrary permutation of n objects by ( ) 1 2 n p = p 1 p 2 p n where each entry in the first row is to be replaced by the corresponding entry below it. The set of all n! permutations of n objects forms a group called the permutation group or the symmetric group and is denoted by S n. It is clear that one permutation followed by another permutation is a third permutation, and this defines the group multiplication. (By convention, multiplication proceeds from right to left.) The identity corresponds to no permutation at all, and is represented by ( ) 1 2 n e = 1 2 n 4

5 while the inverse of p is just p 1 = ( ) p1 p 2 p n. 1 2 n Example 4. Let us give an example that demonstrates the multiplication of permutations. Consider the permutations p, q S 6 defined by ( ) ( ) p = q = To evaluate the product pq, we first note that q takes 1 2 and then p takes 2 6, so the product pq takes or simply 1 6. Next, q takes 2 1 while p takes 1 2 so that pq takes 2 2. Continuing in this manner, we see that ( ) pq = Notice that in this example, the final answer can be written as a product of two disjoint permutations (i.e., they permute different sets of numbers): ( ) ( ) ( ) = Also notice that since the two permutations on the right are disjoint, the order in which you multiply them doesn t matter. A simpler notation for permutations is the so-called cycle notation, which in this case for the result pq would be the product of a 1-cycle, a 2-cycle and a 3-cycle written as (164)(35)(2). The first of these is to be interpreted as leaving 2 unchanged, then the second as 3 5 and 5 3, while the third is interpreted as 1 6, 6 4 and 4 1. In other words, each cycle only includes those numbers in the permutation that are actually permuted within themselves, starting with one number and following its path until you return to the starting point. Thus (164) is the same as (641) or (416) (but not (614) or (146) and so forth). In order to describe how to decompose a permutation into a product of cycles, it is easiest to simply give an example. Consider the permutation p S 6 shown in Example 4. Starting with 1, repeatedly apply p until you get back to 1 again. Since S n is finite, this can only take a finite number of steps. In this case, we have so we can write p as the 6-cycle p = (126543). Since all 6 numbers in p are accounted for, we are done in this case. Now look at q. Again starting from 1 we have so we have the 2-cycle (12). Now go to the next number not included so far, which in this case is 3. Then we have 5

6 which gives us the 4-cycle (3654) and we are done. Therefore we can write q = (3654)(12). For the product pq we see that so we have the 3-cycle (164), then 2 2 gives (2) and gives the 2-cycle (35). Therefore pq = (164)(2)(35) as we stated above. The multiplication of cycles is also very straightforward if you just think about how permutations are multiplied (and remember that multiplication proceeds from right to left). For example, consider the product (12)(23) of 2-cycles in S 3. The first cycle says 2 3, while the second cycle doesn t do anything to 3. Then the first says 3 2 and now the second also says 2 1, so we have 3 1. Putting these together we have the result (231) = (123). As another example, consider the product (234)(123) of 3-cycles in S 4. We have 1 2 followed by 2 3 for the term 1 3. Then we have 2 3 followed by 3 4 for the term 2 4. Even though the first term also has 3 1, this was already taken into account since there is no 1 in the second term. Thus we are left with the result (13)(24). Keep in mind that if you have any doubt, you can always write out the complete permutations and multiply them. And again I emphasize that the order in which disjoint cycles are multiplied is irrelevant. In any case, this notation will greatly simplify some of our examples that use the group S n, as we now show. First, a subset H of a group G is said to be a subgroup of G if H also forms a group under the same multiplication rule as G. Example 5. Consider the group S 3 of order 3! = 6. I leave it as an exercise to verify that each of the following four subsets forms a subgroup of S 3 : {e, (12)} {e, (23)} {e, (31)} {e, (123), (321)}. Be sure to note that (123) = (312) (321). 2 Homomorphisms Let ϕ : G G be a mapping from a group G to a group G. If for every a, b G we have ϕ(ab) = ϕ(a)ϕ(b) then ϕ is said to be a homomorphism, and the groups G and G are said to be homomorphic. In other words, a homomorphism preserves group multiplication, but is not in general either surjective or injective. It should also be noted that the product ab is an element of G while the product ϕ(a)ϕ(b) is an element of G. Example 6. Let G be the (abelian) group of all real numbers under addition, and let G be the group of nonzero real numbers under multiplication. If we define 6

7 ϕ : G G by ϕ(x) = 2 x, then so that ϕ is indeed a homomorphism. ϕ(x + y) = 2 x+y = 2 x 2 y = ϕ(x)ϕ(y) Example 7. Let G be the group of all real (or complex) numbers under ordinary addition. For any real (or complex) number a, we define the mapping ϕ of G onto itself by ϕ(x) = ax. This ϕ is clearly a homomorphism since ϕ(x + y) = a(x + y) = ax + ay = ϕ(x) + ϕ(y). However, if b is any other nonzero real (or complex) number, then you can easily show that the ( non-homogeneous ) mapping ψ(x) = ax+b is not a homomorphism. Let e be the identity element of G, and let e be the identity element of G. If ϕ : G G is a homomorphism, then ϕ(g)e = ϕ(g) = ϕ(ge) = ϕ(g)ϕ(e), and we have the important result ϕ(e) = e. Using this result, we then see that e = ϕ(e) = ϕ(gg 1 ) = ϕ(g)ϕ(g 1 ), and hence the uniqueness of the inverse tells us that ϕ(g 1 ) = ϕ(g) 1. It is very important to note that in general ϕ(g) 1 ϕ 1 (g) since if g G we have ϕ(g) 1 G while if g G, then ϕ 1 (g) G. It is now easy to see that the homomorphic image of G is necessarily a subgroup of G. Closure is obvious because ϕ(a)ϕ(b) = ϕ(ab). There is an identity because ϕ(e) = e G. There is also an inverse because if ϕ(g) G, then ϕ(g) 1 = ϕ(g 1 ) G. And associativity holds because [ϕ(a)ϕ(b)]ϕ(c) = ϕ(ab)ϕ(c) = ϕ(abc) = ϕ(a)ϕ(bc) = ϕ(a)[ϕ(b)ϕ(c)]. In general, there may be many elements g G that map into the same element g G under ϕ. It is of particular interest to see what happens if more than one element of G (besides e) maps into e. If k G is such that ϕ(k) = e, then for any g G we have ϕ(gk) = ϕ(g)ϕ(k) = ϕ(g)e = ϕ(g). Therefore, if gk g we see that ϕ could not possibly be a one-to-one mapping. To help us see just when a homomorphism is one-to-one, we define the kernel of ϕ to be the set Kerϕ = {g G : ϕ(g) = e }. It is easy to see that Kerϕ is a subgroup of G. If a homomorphism ϕ : G G is one-to-one (i.e., injective), we say that ϕ is an isomorphism. If, in addition, ϕ is also onto (i.e., surjective), then we say that G 7

8 and G are isomorphic. In other words, G and G are isomorphic if ϕ is a bijective homomorphism. (We point out that many authors use the word isomorphism to implicitly mean that ϕ is a bijection.) In particular, an isomorphism of a group onto itself is called an automorphism. From the definition, it appears that there is a relationship between the kernel of a homomorphism and whether or not it is an isomorphism. We now proceed to show that this is indeed the case. By way of notation, if H is a subset of a group G, then by Hg we mean the set Hg = {hg G : h H}. In the particular case that H is a subgroup of G, then Hg is called a right coset of G. (And left cosets are defined in the obvious way.) Recall also that if ϕ : G G and g G then, by an inverse image of g, we mean any element g G such that ϕ(g) = g. Theorem 1. Let ϕ be a homomorphism of a group G onto a group G, and let K ϕ be the kernel of ϕ. Then given any g G, the set of all inverse images of g is given by K ϕ g where g G is any particular inverse image of g. Proof. Consider any k K ϕ. Then by definition of homomorphism, we must have ϕ(kg) = ϕ(k)ϕ(g) = e g = g. In other words, if g is any inverse image of g, then so is any kg K ϕ g. We must be sure that there is no other element h G, h / K ϕ g with the property that ϕ(h) = g. To see that this is true, suppose ϕ(h) = g = ϕ(g). Then ϕ(h) = ϕ(g) implies e = ϕ(h)ϕ(g) 1 = ϕ(h)ϕ(g 1 ) = ϕ(hg 1 ). But this means that hg 1 K ϕ, and hence hg 1 = k for some k K ϕ. Therefore h = kg K ϕ g and must have already been taken into account. Corollary. A homomorphism ϕ mapping a group G to a group G is an isomorphism if and only if Kerϕ = {e}. Proof. Note that if ϕ(g) G, then we may apply Theorem 1 to G and ϕ(g). In other words, it is trivial that ϕ always maps G onto ϕ(g). Now, if ϕ is an isomorphism, then it is one-to-one by definition, so that there can be no element of G other than e that maps into e. Conversely, if Kerϕ = {e} then Theorem 1 shows that any x ϕ(g) G has exactly one inverse image. Of course, if ϕ is surjective, then ϕ(g) is just equal to G. In other words, we may think of isomorphic groups as being essentially identical to each other. 8

9 Example 8. Let G be any group, and let g G be fixed. We define the mapping ϕ : G G by ϕ(a) = gag 1, and we claim that ϕ is an automorphism. To see this, first note that ϕ is indeed a homomorphism since for any a, b G we have ϕ(ab) = g(ab)g 1 = g(aeb)g 1 = g(ag 1 gb)g 1 = (gag 1 )(gbg 1 ) = ϕ(a)ϕ(b). To see that ϕ is surjective, simply note that for any b G we may define a = g 1 bg so that ϕ(a) = b. Next, we observe that if ϕ(a) = gag 1 = e, then right-multiplying by g and left multiplying by g 1 yields a = (g 1 g)a(g 1 g) = g 1 eg = e and hence Kerϕ = {e}. From the corollary to Theorem 1, we now see that ϕ must be an isomorphism. Our next important result is called Cayley s theorem. Theorem 2. Every group of order n is isomorphic to a subgroup of S n. Note that G has n elements while S n has n! elements. Proof. Let us define the mapping ϕ : G S n by ( ) 1 2 n ϕ : a G ϕ(a) := p a := S a 1 a 2 a n n where the indices a i are determined by the definition (due to the rearrangement lemma) ag i = g ai. If we can show that ϕ is a homomorphism, then from ϕ(a) = p a, we see that if p a is the identity in S n, then we must have a = e so that Kerϕ = {e} and ϕ is in fact an isomorphism. Let ab = c in G. First note that g ci = cg i = (ab)g i = a(bg i ) = ag bi = g abi so that c i = a bi. Now observe that (since (b 1, b 2,...,b n ) is just some permutation of (1, 2,..., n)) ( ) ( ) 1 2 n 1 2 n ϕ(a)ϕ(b) = p a p b = a 1 a 2 a n b 1 b 2 b n 9

10 ( b1 b = 2 b n = a b1 a b2 a bn ) ( ) 1 2 n = p a b1 a b2 a c = p ab bn = ϕ(ab). Thus ϕ is a homomorphism as claimed. ( ) 1 2 n b 1 b 2 b n Example 9. We show that the cyclic group C 3 = {e, a, b = a 2 } of order 3 is isomorphic to the subgroup of S 3 defined by {e, (123), (321)}. (See Examples 2 and 5.) Let us relabel the elements of C 3 as (g 1, g 2, g 3 ). Multiplying from the left by g 1 = e leaves the ordered set unchanged, so eg i = g ei = g i which corresponds to the identity permutation p e = (1)(2)(3) S 3. Next, multiplying by g 2 = a we obtain the ordered set (a, b, e) = (g 2, g 3, g 1 ) so that (a 1, a 2, a 3 ) = (2, 3, 1) which corresponds to (in cycle notation) a C 3 p a = (123) S 3. Finally, multiplying by g 3 = b = a 2 we obtain (b, e, a) = (g 3, g 1, g 2 ) so that (b 1, b 2, b 3 ) = (3, 1, 2) which corresponds to b C 3 p b = (132) = (321) S 3. To verify the homomorphism property, consider, for example p a p b = (123)(132) = (1)(3)(2) = p e = p ab and p a p a = (123)(123) = (132) = p b = p aa. 3 Representations We know that the composition of linear transformations on a vector space V is associative, but not necessarily commutative (think of matrix multiplication), and hence it is really just a group multiplication. A set of nonsingular linear transformations on V that is closed with respect to compositions forms a group of linear transformations, or a group of operators. If there is a homomorphism ϕ from a group G to a set U(G) of operators on a vector space V, then U(G) is said to form a representation of G. In other words, we have ϕ(g) = U(g) for each g G, and U(g 1 g 2 ) = U(g 1 )U(g 2 ). 10

11 The dimension of the representation is the dimension of V. If the homomorphism is also an isomorphism, then the representation is said to be faithful. A representation that is not faithful is sometimes said to be degenerate. Note that by definition the U(g) s form a group, and hence they must be nonsingular operators. Just as we showed for homomorphisms in general, given any U(g), there exists U(g) 1 so that U(g) = U(ge) = U(g)U(e) and therefore we always have U(e) = 1. Now we observe that 1 = U(e) = U(gg 1 ) = U(g)U(g 1 ) and thus U(g 1 ) = U(g) 1. In particular, if the representation U(G) is unitary, then U(g) = U(g) 1 = U(g 1 ). Note also that if U(g) L(V ) and v V, then the fact that U(g) is nonsingular means that U(g)v = 0 if and only if v = 0. We will restrict our consideration to finite-dimensional representations. Let {e i } be a basis for V. Then the matrix representation D(g) i j of an operator U(g) is defined in the usual manner by U(g)e i = e j D(g) j i. That these matrices themselves form a representation follows by observing that U(g 1 )U(g 2 )e i = U(g 1 )e j D(g 2 ) j i = e kd(g 1 ) k j D(g 2) j i = U(g 1 g 2 ) = e k D(g 1 g 2 ) k i. Since the {e k } form a basis, we must have (in terms of matrix multiplication) D(g 1 g 2 ) = D(g 1 )D(g 2 ). The group of matrices D(G) are said to form a matrix representation of G. Example 10. Let V = C, and for each g G, define U(g) = 1. Since U(g 1 )U(g 2 ) = 1 1 = 1 = U(g 1 g 2 ), we see that the mapping g 1 forms a trivial one-dimensional representation of any group. Example 11. Let G be a group of matrices. For example, G could be the group GL(n) consisting of all nonsingular n n matrices, or the group U(n) of all unitary n n matrices. We may define a representation of G by U(g) = det g. That this is indeed a representation follows from the fact that det(g 1 g 2 ) = (det g 1 )(det g 2 ). Thus we have a non-trivial one-dimensional representation of any matrix group. 11

12 Example 12. Let G = {R(θ), 0 θ < 2π} be the group of rotations in the plane as shown in Example 3. x 2 x 2 e 2 θ e 2 e 1 θ e 1 x 1 x 1 The vectors e i and e i are the usual orthonormal basis vectors with e i = e i = 1. From the geometry of the diagram we see that e 1 = U(θ)e 1 = e 1 cosθ + e 2 sin θ e 2 = U(θ)e 2 = e 1 ( sinθ) + e 2 cosθ so that e i = e jd(θ) j i and the matrix (D(θ)j i ) is given by [ ] cosθ sinθ (D(θ) j i ) =. sin θ cosθ I leave it as an exercise to verify that D(θ + φ) = D(θ)D(φ). Thus {U(θ)} forms a two-dimensional representation of the rotation group R(θ) with the matrix realization {D(θ)} with respect to the basis {e i }. Now let U(G) be a representation of G on V, and let S be any nonsingular operator on V. Then U (G) = S 1 U(G)S also forms a representation on V because U (g 1 g 2 ) = S 1 U(g 1 g 2 )S = S 1 U(g 1 )U(g 2 )S = S 1 U(g 1 )SS 1 U(g 2 )S = U (g 1 )U (g 2 ). Two representations related by such a similarity transformation are said to be equivalent representations. Equivalent representations are essentially the same, and our interest is generally in determining the various inequivalent representations of a group. What happens if we have a representation U(G) on V where there happens to be a subspace W V with the property that U(g)W W for all g G? In this case W is said to be a U(G)-invariant subspace, and we know that the matrix 12

13 representation D(G) of U(G) will take the block diagonal form (with respect to the appropriate basis) [ ] D (g) B D(g) =. 0 C Note that [ ][ ] [ ] D (g 1 ) B 1 D (g 2 ) B 2 D (g 1 )D (g 2 ) E D(g 1 )D(g 2 ) = = 0 C 1 0 C 2 0 F [ ] D (g 1 g 2 ) B 12 = D(g 1 g 2 ) = 0 C 12 and therefore the matrices D (G) also form a representation of U(G) but with dimension dim W < dim V. If the invariant subspace W V does not contain any nontrivial U(G)-invariant subspace, then W is said to be minimal or proper. A representation U(G) is said to be irreducible if it does not contain any nontrivial U(G)-invariant subspace; otherwise, it is reducible. Furthermore, if we have V = W 1 W r where each W i is a minimal U(G)-invariant subspace, then U(G) is said to be completely reducible or decomposable. In this case, the matrix representation of U(G) takes the block diagonal form D(G) = D 1 (G)... Dr(G) where each D i (G) is a matrix representation of U(G). Thus we see that restricting U(G) to any W i yields a lower-dimensional representation of G. Therefore a representation U(G) is completely reducible if it can be decomposed into a direct sum of irreducible representations. We will frequently refer to an irreducible representation as an irrep. If the group representation space V is a unitary space (i.e., a complex inner product space) and if the operators U(G) on V are unitary, then we say that U(G) is a unitary representation of G. Since unitary operators preserve lengths, angles and scalar products, unitary representations are fundamental to the study of symmetry groups. The following two theorems greatly simplify many of the results in representation theory. Theorem 3. Every representation of a finite group on a unitary space is equivalent to a unitary representation. Proof. Let D(G) be a representation of G on V. We must find a nonsingular operator S such that U(g) := SD(g)S 1 is unitary for every g G. (If you feel so 13

14 compelled, you can define S = S 1 so this can be written as U(g) = S 1 D(g) S.) Define the Hermitian operator A = g G D(g) D(g). A is positive definite since for any x V we have x, Ax = g x, D(g) D(g)x = g D(g)x, D(g)x = g D(g)x 2. This is greater than or equal to 0, and is equal to 0 if and only if x = 0. (Because each D(g) is nonsingular so that D(g)x = 0 if and only if x = 0. Also note that D(e) = 1 so that the sum includes the term D(e)x 2 = x 2 which is 0 only if x = 0.) In particular, since A is Hermitian it can be diagonalized. This means there exists a basis of (nonzero) eigenvectors v i with corresponding real eigenvalues λ i. Then v i, Av i = λ i v i, v i = λ i v i 2. Since v i 0, the result above then shows that v i, Av i = λ i v i 2 > 0 so that each λ i is both real and greater than 0. Let M be the unitary operator that diagonalizes A so that M AM = λ 1... λ n. Defining the square root of A by T = λ1... λn = T we then define the nonsingular operator S by S = MTM = S. Note that (since T 2 = M AM) S 2 = MTM MTM = MT 2 M = A. And for any h G, the rearrangement lemma tells us that D(h) AD(h) = g D(h) D(g) D(g)D(h) = g [D(g)D(h)] D(g)D(h) = g D(gh) D(gh) = g D(g) D(g) = A. 14

15 Therefore so that S 2 = A = D(h) AD(h) = D(h) S 2 D(h) [S 1 D(h) S][SD(h)S 1 ] = 1. Finally, define U(h) = SD(h)S 1 so that U(h) U(h) = 1 and U(G) is unitary. (Where we used the fact that (S 1 ) = (S ) 1 = S 1.) Theorem 4. Every reducible representation of a finite group is completely reducible. Proof. By Theorem 3, we need only consider a unitary representation U(G). (I leave it as an easy exercise for you to show that if an arbitrary representation D(G) is reducible, then U(G) = SD(G)S 1 is also reducible.) Let W V be a U(G)- invariant subspace. As we have seen, using the Gram-Schmidt process we may write V = W W, and we need only show that W is also U(G)-invariant. But this is easy to do, for if x W and y W, then for any g G we have x, U(g)y = U(g) x, y = U(g 1 )x, y = 0 because the invariance of W means that U(g 1 )x W. Although you proved them in the last homework set, I include Schur s lemmas and their proofs here for the sake of completeness. Theorem 5 (Schur s lemma 1). Let U(G) be an irreducible representation of G on V. If A L(V ) is such that AU(g) = U(g)A for all g G, then A = λ1 where λ C. Proof. Suppose U(g)A = AU(g) for all g G. Let v V λ so that Av = λv. Then A[U(g)v] = U(g)[Av] = λ[u(g)v] so that U(g)v V λ and V λ is U(G)-invariant. Since U(G) is irreducible we have either V λ = {0} or V λ = V. But v 0 by definition, and hence we must have V λ = V. This means that Av = λv for all v V which is equivalent to saying that A = λ1. Theorem 6 (Schur s lemma 2). Let U(G) and U (G) be two irreducible representations of G on V and V respectively, and suppose A L(V, V ) is such that AU (g) = U(g)A for all g G. Then either A = 0, or else A is an isomorphism of V onto V so that A 1 exists and U(G) is equivalent to U (G). 15

16 Proof. Let AU (g) = U(g)A for all g G and for A L(V, V ). If v Im A then there exists v V such that Av = v. But then U(g)v = U(g)Av = A[U (g)v] Im A by definition. Since U(G) is irreducible we must have ImA = {0} or V. If ImA = {0} then A = 0. If ImA = V, look at KerA. For v KerA we have Av = 0 so that A[U (g)v] = U(g)Av = 0 which implies U (g)v KerA. But U (G) is also irreducible, so KerA is either {0} or V. If KerA = V then A = 0 which isn t possible since ImA = V. Therefore KerA = {0} so A is one-to-one and onto. In other words, A 1 exists so that U (g) = A 1 U(g)A for all g G and hence U(G) is equivalent to U (G). Example 13. Let us show that a consequence of Schur s lemma 1 is that the irreducible representations of any abelian group must be one-dimensional. To see this, let U(G) be an irrep of an abelian group G, and let h G be arbitrary but fixed. Since G is abelian, we have U(gh) = U(g)U(h) = U(h)U(g) for all g G, and hence Theorem 5 tells us we can write U(h) = λ h 1. Since this applies to any h G, we see that the mapping h λ h is a one-dimensional representation of G. In other words, if V is one-dimensional and x V, then so that λ gh = λ g λ h. U(g)U(h)x = λ h U(g)x = λ g λ h x = U(gh)x = λ gh x Example 14. Schur s lemmas have extremely important consequences for any quantum mechanical operator that corresponds to a physical observable that is invariant under some symmetry transformation group G. The symmetry operators are mapped into a unitary representation D(g) that acts on a Hilbert space V of states. In general, this representation is reducible, meaning that we can find a basis for V in which the matrix representation of each D(g) is block diagonal. Then D(g) = D 1 (g) D r (g) where each D i (g) is a unitary irrep acting on a subspace of V. In general, each irrep may occur more than once, but we assume that we have chosen our basis so that the µth irrep is represented by the same unitary matrix D µ (g) no matter how many times it occurs in the block diagonal decomposition. Let us label our orthonormal basis states by µ, j, x where µ labels the irrep (i.e., which blocks (invariant subspaces) correspond to a particular irrep), j = 1,...,n µ labels the basis vectors within each subspace (which 16

17 is then of dimension n µ ), and x labels any other physical variables necessary to describe the state. Note that if a particular irrep occurs only once, then we don t need the extra variable x to label its states. However, in general there will be many physical states that all have the same symmetry properties, and in this case we need the extra label to distinguish them. The orthonormality of these states means that µ, j, x ν, k, y = δ µν δ jk δ xy. With respect to this basis of invariant subspaces, the matrix representation of D(g) is defined in the usual manner by D(g) ν, k, y = l ν, l, y D ν (g) lk and therefore the matrix elements are given by µ, j, x D(g) ν, k, y = δ µν δ xy D µ (g) jk. (1) This is simply the algebraic description of the block diagonal matrix form of D(g). Using the completeness relation µ, j, x µ, j, x = I µ,j,x we have the equivalent operator representation D(g) = µ,j,x µ, j, x µ, j, x D(g) ν,k,y ν, k, y ν, k, y = µ, j, x δ µν δ xy D µ (g) jk ν, k, y µ,j,x ν,k,y = µ, j, x D µ (g) jk µ, k, x µ,j,k,x Under the symmetry transformation, the states transform as ψ ψ = D(g) ψ and ψ ψ = ψ D(g). And under a symmetry transformation, the matrix elements of an observable O must obey ψ O ψ = ψ O ψ and this therefore requires that O O = D(g)OD(g). 17

18 If the observable is invariant under the symmetry, then we must have O = O, and this then implies that [O, D(g)] = 0 for all g G. That the symmetry operators commute with the observable puts an important constraint on the matrix elements µ, j, x O ν, k, y. To see this, we insert complete sets and calculate as follows, using equation (1): 0 = µ, j, x [O, D(g)] ν, k, y = µ, j, x O ρ,l,z ρ, l, z ρ, l, z D(g) ν, k, y µ, j, x D(g) ρ,l,z ρ, l, z ρ, l, z O ν, k, y = l µ, j, x O ν, l, y D ν (g) l k l D µ (g) j l µ, l, x O ν, k, y This is essentially just the equation [OD ν (g)] jk = [D µ (g)o] jk. Thus, by Schur s lemma 2, we conclude that the matrix elements of O vanish unless µ = ν. And by Schur s lemma 1, we see that in the case where µ = ν, the matrix elements of O must be proportional to the identity matrix, i.e., to δ jk. However, the symmetry doesn t tell us anything about the dependence on the physical parameters x and y, so we are finally able to write µ, j, x O ν, k, y = f µ (x, y)δ µν δ jk where the function f µ (x, y) is independent of the symmetry variables of the problem, and only contains the physics. This is a simple example of the famous Wigner-Eckart theorem. 4 Cosets and Quotient Groups Because equivalent representations are in a sense identical, it would be nice to find some way of characterizing representations that is independent of whether or not they are equivalent. One approach that immediately comes to mind is the trace of a representation. Since the trace is invariant under similarity transformations, it will be the same for all equivalent matrices corresponding to a given group element. Thus, we define the character of g G in the representation U(G) to be the number χ(g) = tru(g). If D(G) is the matrix representation of U(G), then we have χ(g) = i D(g) i i. Since the character of a group element is the same for all equivalent representations, let us take a closer look at equivalence. This will lead in a natural way to the 18

19 concept of class. In the next section we will return to our discussion of characters, where we will treat them in great detail. We say that an element a G is conjugate to b G if there exists x G such that a = xbx 1. Clearly, if a is conjugate to b, then b is conjugate to a, and any element is conjugate to itself (just take x = e). Furthermore, if a is conjugate to b and b is conjugate to c, then a = xbx 1 and b = ycy 1 so that a = x(ycy 1 )x 1 = (xy)c(xy) 1 so that a is conjugate to c. Thus conjugation is an equivalence relation. The set of all group elements conjugate to each other is called a (conjugate) class. The class of an element a will be denoted by [a]. Note that e is in a class by itself, and that no other class can contain e. Furthermore, [e] = e is the only class which is also a subgroup (although a trivial one). Example 15. Consider the permutation group S 3 again. The element (12) is conjugate to (31) because (23)(12)(23) 1 = (23)(12)(23) = (23)(231) = (31). Similarly, (123) is conjugate to (321) because (12)(123)(12) 1 = (12)(123)(12) = (12)(13) = (132) = (321). One of the most important properties of equivalence relations is that these classes are disjoint. To see this, pick any a G. By letting x vary over all of G in the expression xax 1, we can find all elements of G that are conjugate to a, and therefore determine [a]. Similarly, given any b G we may do the same thing to find [b]. We claim that [a] and [b] are disjoint (as long as a b). Indeed, suppose they contain a common element c. Then we have a = xcx 1 and b = ycy 1 for some x, y G. But then we can write c = y 1 by so that a = x(y 1 by)x 1 = (xy 1 )b(xy 1 ) 1 so that a is conjugate to b and a and b would have to be in the same class. Therefore, equivalence classes are either identical or disjoint. This shows that every group element is contained in a unique class. Example 16. We can divide the elements of S 3 into three classes: C 1 = {e} C 2 = {(12), (23), (31)} C 3 = {(123), (321)}. This illustrates a general property of the symmetric groups: permutations with the same cycle structure belong to the same class. To see that this is true, let us take a look at conjugate elements in S n. Consider two elements a, b S n given by Then a = ( ) 1 n a 1 a n bab 1 = b = ( ) 1 n = b 1 b n ( ) a1 a n. b a1 b an ( ) ( ) ( ) 1 n 1 n b1 b n b 1 b n a 1 a n 1 n 19

20 ( ) b1 b = n b a1 b an So we see that to evaluate bab 1, we apply b separately to the top and bottom rows of a. Since a cycle in general leaves some numbers unchanged, we see that conjugation will leave that number alone. In particular, suppose a 1 = 1. Then b 1 b a1 = b 1 and in general, if a k = k then b k b ak = b k also remains unchanged, and cycle structure is preserved. For example, (23)(12)(23) 1 = (31) (123)(12)(123) 1 = (32) (12)(123)(12) 1 = (132). Note that if a is a product of cycles, say a = a 1 a 2, then we can always write bab 1 = ba 1 a 2 b 1 = [ba 1 b 1 ][ba 2 b 1 ] and again we see that the cycle structure of a will be maintained. It is also possible in many cases to give a physical interpretation of the class structure. For example, consider some group of symmetry transformations on a symmetrical object. Then we can interpret the relation b = x 1 ax as the result of first rotating the object by x, then performing the transformation a, and then rotating back by x 1. This shows that b must be the same physical type of transformation as a, but performed about a different axis, one that is related to that of a by the transformation x. Example 17. Let us consider the symmetry transformations of an equilateral triangle. 3 b c 2 1 a Here we label the vertices by 1, 2 and 3 so they may be distinguished in a symmetry operation. The group elements a, b and c represent rotations by π about the axes shown. The element d is defined to be a clockwise rotation by 2π/3 in the plane of the triangle, and element f is a counterclockwise rotation by 2π/3. These five 20

21 operations together with the identity e define a group of order 6 which is denoted by D 3 (the dihedral group of order 3). By convention, we assume that the rotation axes a, b and c remain fixed in space and do not rotate with the object. Then it is convenient to describe the group multiplication rules by constructing a group multiplication table as shown below: e a b c d f e e a b c d f a a e d f b c b b f e d c a c c d f e a b d d c a b f e f f b c a e d By definition, the table entries are row elements times column elements (in that order). Using the multiplication table, you can show that the two rotations by 2π/3 form a class, the three rotations by π form a class, and obviously the identity element forms a class of its own. For example, we see that dcd 1 = bd 1 = bf = a or c = d 1 ad. In physical terms, first d rotates the triangle clockwise by 2π/3 so that vertex 2 lies on axis a. Next, a rotates about its axis by π so that vertices 1 and 3 are interchanged. Finally, d 1 = f rotates counterclockwise by 2π/3, leaving the triangle in precisely the same configuration as the single rotation by π about axis c, which is the same as a but rotated 2π/3 counterclockwise by the transformation d 1. It is clear that this is an non-abelian group. In fact, I leave it to you to verify that the following set of matrices forms a two-dimensional representation of this group. [ ] [ ] [ ] /2 3/2 e = a = b = /2 1/2 c = [ ] 1/2 3/2 3/2 1/2 d = [ ] 1/2 3/2 3/2 1/2 f = [ ] 1/2 3/2 3/2 1/2 Now let H be a subgroup of a group G, and let a G be arbitrary. As we stated earlier, the set Ha = {ha : h H} is called a right coset of H in G. Note that if a H, the rearrangement lemma shows us that Ha = H. Let a, b G be arbitrary, and suppose that the cosets Ha and Hb have an element in common. This means that h 1 a = h 2 b for some 21

22 h 1, h 2 H. But then using the fact that H is a subgroup, we see that a = h 1 1 h 1 a = h 1 1 h 2 b Hb. Since this means that a = hb for some h = h 1 1 h 2 H, we see from the rearrangement lemma that this implies Ha = Hhb = Hb and therefore if any two right cosets have an element in common, then they must in fact be identical. It is easy to see that the set of all right cosets of H in G defines an equivalence relation that partitions G into disjoint subsets. It is important to realize that if a / H, then the coset Ha can not be a subgroup, because it cannot contain the identity element. Indeed, if ha = e for some h H, then a = h 1 e = h 1 H, a contradiction. Clearly every g G must lie in some coset of H (just form Hg for each g G), and these cosets are either identical or disjoint. Since each coset contains the same number of elements as H, it follows that the order of G is a multiple of the order of H, i.e., n H n G. This proves the next theorem, known as Lagrange s theorem. Theorem 7. If G is a finite group and H is a subgroup of G, then n H is a divisor of n G. While we have restricted our discussion to right cosets, it is clear that everything could be repeated using left cosets defined in the obvious way. It should also be clear that for a general subgroup H of a group G, we need not have Ha = ah for any a G. However, if N is a subgroup of G such that for every n N and g G we have gng 1 N, then we say that N is a normal (or invariant) subgroup of G. An equivalent way of phrasing this is to say that N is a normal subgroup of G if and only if gng 1 N for all g G (where by gng 1 we mean the set of all gng 1 with n N). The notation N G is sometimes used to denote the fact that N is a normal subgroup of G. Since for any n N we have gng 1 N for all g G, we see that the entire class [n] is contained in N. Thus a normal subgroup N consists of complete classes. Theorem 8. A subgroup N of G is normal if and only if gng 1 = N for every g G. Proof. If gng 1 = N for every g G, then clearly gng 1 N so that N is normal. Conversely, suppose that N is normal in G. Then, for each g G we have gng 1 N, and hence g 1 Ng = g 1 N(g 1 ) 1 N. 22

23 Using this result, we see that N = (gg 1 )N(gg 1 ) = g(g 1 Ng)g 1 gng 1 and therefore N = gng 1 (This also follows from Example 8). Example 18. The subgroup N = {e, a 2 } is a normal subgroup of the cyclic group C 4 = {e = a 4, a, a 2, a 3 }. Noting that a 1 = a 3, (a 2 ) 1 = a 2 and (a 3 ) 1 = a, we see that ana 1 = a{e, a 2 }a 3 = {a 4, a 6 } = {e, a 2 } = N a 2 N(a 2 ) 1 = a 2 {e, a 2 }a 2 = {a 4, a 6 } = {e, a 2 } = N a 3 N(a 3 ) 1 = a 3 {e, a 2 }a = {a 4, a 6 } = {e, a 2 } = N. Be careful to note that Theorem 8 does not say that gng 1 = n for every n N and g G. This will in general not be true. The usefulness of this theorem is that it allows us to prove the following result. Theorem 9. A subgroup N of G is normal if and only if every left coset of N in G is also a right coset of N in G. Proof. If N is normal, then gng 1 = N for every g G, and hence gn = Ng. Conversely, suppose that every left coset gn is also a right coset. We show that in fact this right coset must be Ng. Since N is a subgroup it must contain the identity element e, and therefore g = ge gn so that g must also be in whatever right coset it is that is identical to gn. But we also have eg = g so that g is in the right coset Ng. Then, since any two right cosets with an element in common must be identical, it follows that gn = Ng. Thus, we see that gng 1 = Ngg 1 = N so that N is normal. If G is a group and A, B are subsets of G, we define the set AB = {ab G : a A, b B}. In particular, if H is a subgroup of G, then HH H since H is closed under the group multiplication operation. But we also have H = He HH (since e H), and hence HH = H. Now let N be a normal subgroup of G. By Theorem 9 we then see that (Na)(Nb) = N(aN)b = N(Na)b = NNab = Nab. In other words, the product of right cosets of a normal subgroup is again a right coset. This closure property suggests that there may be a way to construct a group 23

24 out of the cosets Na where a is any element of G. We now show that there is indeed a way to construct such a group. Our method is used frequently throughout mathematics, and entails forming what is called a quotient structure. Let G/N denote the collection of all right cosets of N in G. In other words, an element of G/N is a right coset of N in G. We use the product of subsets as defined above to define a product on G/N. Theorem 10. Let N be a normal subgroup of a group G. Then G/N is a group. Proof. We show that the product in G/N obeys properties (G1) (G4) in the definition of a group. (1) If A, B G/N, then A = Na and B = Nb for some a, b G, and hence (since ab G) AB = NaNb = Nab G/N. (2) If A, B, C G/N, then A = Na, B = Nb and C = Nc for some a, b, c G and hence (AB)C = (NaNb)Nc = (Nab)Nc = N(abN)c = N(Nab)c = N(ab)c = Na(bc) = Na(Nbc) = Na(NbNc) = A(BC) (3) If A = Na G/N, then and similarly AN = NaNe = Nae = Na = A NA = NeNa = Nea = Na = A. Thus N = N e G/N serves as the identity element in G/N. (4) If Na G/N, then Na 1 is also in G/N, and we have as well as NaNa 1 = Naa 1 = Ne Na 1 Na = Na 1 a = Ne. Therefore Na 1 G/N is the inverse to any element Na G/N. Corollary. If N is a normal subgroup of a finite group G, then n G/N = n G /n N. Proof. By construction, G/N consists of all the right cosets of N in G, and by Lagrange s theorem (Theorem 7) this number is just n G/N = n G /n N. 24

25 The group defined in Theorem 10 is called the quotient group (or factor group) of G by N. Example 19. Consider the normal subgroup N = {e, a 2 } of C 4 (see Example 18). The quotient group C 4 /N consists of the distinct cosets of N, which are Ne = N and M := Na = {a, a 3 } = an. (Since Na 2 = a 2 N = N and Na 3 = a 3 N = M.) It is easy to see that C 4 /N indeed forms a group {e = N, M} since NM = NNa 3 = Na 3 = M, MN = Na 3 N = a 3 NN = a 3 N = M and MM = N so that M 1 = M. Thus both N and C 4 /N are of order 2, and are isomorphic to C 2 (they have the same multiplication table). Example 20. The permutation group S 3 has the normal subgroup N = {e, (123), (321)}. It is also easy to verify that N(12) = N(23) = N(31) = {(12), (23), (31)} so that the elements of S 3 /N are the cosets Ne = N and M = N(ij) = (ij)n = {(12), (23), (31)} (where (ij) stands for any of the three 2-cycles). It is then not hard to see that NM = N(ij)N = (ij)n = M = MN and NN = MM = N. Therefore S 3 /N is of order 2 and is also isomorphic to C 2. Theorem 11. Let a group G have a non-trivial normal subgroup N. Then any representation of the quotient group G/N induces a degenerate (i.e., non-faithful) representation of G. Conversely, let U(G) be a degenerate representation of G. Then G has at least one normal subgroup N such that U(G) defines a faithful representation of the quotient group G/N. Proof. Define a mapping ϕ from G to the cosets of N by ϕ(g) = gn. This is a homomorphism because ϕ(g 1 g 2 ) = g 1 g 2 N = g 1 Ng 2 N = ϕ(g 1 )ϕ(g 2 ). Since G can be decomposed into the distinct equivalence classes defined by the cosets of N, the fact that N is non-trivial (so it has more than one element) means that n N elements of G all map into the same coset. Thus ϕ is many-to-one. Now let ψ be a representation of G/N, and define the mapping U = ψ ϕ. This is illustrated in the following commutative diagram: G U U(G) ϕ ψ Then U is a representation of G because G/N U(g 1 g 2 ) = ψ(ϕ(g 1 g 2 )) = ψ(ϕ(g 1 )ϕ(g 2 )) = ψ(ϕ(g 1 ))ψ(ϕ(g 2 )) = U(g 1 )U(g 2 ). 25

26 But because ϕ is many-to-one, this representation is not faithful. The proof of the converse is left as an exercise (see the homework problems). Example 21. Referring to Example 20, we know that S 3 has the normal subgroup N = {e, (123), (321)}, and that the cosets of N are only N itself and M = N(ij). Furthermore, we showed that S 3 /N is isomorphic to the cyclic group C 2 = {e, a}. Now, the group C 2 has the rather simple representation ψ(e) = 1, ψ(a) = 1 as you can easily verify. This is then also a representation of S 3 /N. Then this representation induces a representation of S 3 via the assignment U : S 3 S 3 /N {1, 1} as U(g) = +1 for g = e, (123), (321) U(g) = 1 for g = (12), (23), (31). You should verify that this yields the same multiplication table as S 3. For example, (12)(23) = (123) which agrees with ( 1)( 1) = +1. While we won t go into any further discussion of these topics, a group is said to be simple if it does not contain any non-trivial invariant subgroup, and is semisimple if it does not contain any abelian invariant subgroup. A consequence of Theorem 11 is that all (non-trivial) representations of simple groups are necessarily faithful. While Theorem 8 shows us that for every g G we have gng 1 = N if N is a normal subgroup of G, it is in fact also true that for every g G we have gcg 1 = C if C is merely any class. This is actually obvious, because by definition, if a C, then because C is a class, it must contain every gag 1. (You can also think of this as a direct consequence of the rearrangement lemma.) In other words, any class contains every element conjugate to every member of the class, and only those conjugate elements. Conversely, suppose C is a subset of G with the property that gcg 1 = C for all g G. I claim that C must consist entirely of (complete) classes. Indeed, subtract every complete class (in common) from both sides of this relation, and denote any remainder by R. If r R, then for any g G we have grg 1 on the left, and this must be contained in R on the right. But this means that R contains [r] for each r R. Therefore C must consist of complete classes. Summarizing this discussion, we have the following result. Theorem 12. Let C be a subset of a finite group G. Then C consists entirely of (complete) classes if and only if gcg 1 = C for every g G. Generalizing our notation slightly, if C i and C j are two classes, we let C i C j denote the set C i C j = {x i x j : x i C i and x j C j }. (Be sure to realize that any 26

27 specific term in the product C i C j may occur more than once.) Then according to Theorem 12, for every g G we have C i C j = gc i g 1 gc j g 1 = gc i C j g 1. But then the converse part of Theorem 12 tells us that C i C j must consist of complete classes. We can express this fact mathematically by writing C i C j = k c ijk C k (2) where the integers c ijk tell us how often the class C k appears in the product C i C j. Example 22. In Example 17 we found the classes of the group D 3 (the symmetry group of the equilateral triangle). We may label them by C 1 = {e} C 2 = {a, b, c} C 3 = {d, f}. Using the group multiplication table we find that For example, C 1 C 1 = C 1 C 1 C 2 = C 2 C 1 C 3 = C 3 C 2 C 2 = 3C 1 + 3C 3 C 2 C 3 = 2C 2 C 3 C 3 = 2C 1 + C 3. C 2 C 2 = {a 2, ab, ac, ba, b 2, bc, ca, cb, c 2 } = {e, d, f, f, e, d, d, f, e} = 3C 1 + 3C 3. Let us derive some results that we will find very useful in the next section. Suppose x i C i and x j C j. Then x i x j = (x i x j x 1 i )x i C j C i since x i x j xi 1 C j. This shows that C i C j C j C i. Similarly we see that C j C i C i C j, and therefore C i C j = C j C i. This shows that the coefficients in equation (2) have the symmetry property c ijk = c jik. (3) If C 1 = {e}, then C 1 C j = C j = k c 1jkC k implies that c 1jk = δ jk. Thus we have c 1jk = c j1k = δ jk. (4) Now suppose x i, x j C. By definition of class, this means there exists g G such that x i = gx j g 1. Taking the inverse of both sides of this equation shows that 27

MATH 4107 (Prof. Heil) PRACTICE PROBLEMS WITH SOLUTIONS Spring 2018

MATH 4107 (Prof. Heil) PRACTICE PROBLEMS WITH SOLUTIONS Spring 2018 MATH 4107 (Prof. Heil) PRACTICE PROBLEMS WITH SOLUTIONS Spring 2018 Here are a few practice problems on groups. You should first work through these WITHOUT LOOKING at the solutions! After you write your

More information

A Little Beyond: Linear Algebra

A Little Beyond: Linear Algebra A Little Beyond: Linear Algebra Akshay Tiwary March 6, 2016 Any suggestions, questions and remarks are welcome! 1 A little extra Linear Algebra 1. Show that any set of non-zero polynomials in [x], no two

More information

FROM GROUPS TO GALOIS Amin Witno

FROM GROUPS TO GALOIS Amin Witno WON Series in Discrete Mathematics and Modern Algebra Volume 6 FROM GROUPS TO GALOIS Amin Witno These notes 1 have been prepared for the students at Philadelphia University (Jordan) who are taking the

More information

ENTRY GROUP THEORY. [ENTRY GROUP THEORY] Authors: started Mark Lezama: October 2003 Literature: Algebra by Michael Artin, Mathworld.

ENTRY GROUP THEORY. [ENTRY GROUP THEORY] Authors: started Mark Lezama: October 2003 Literature: Algebra by Michael Artin, Mathworld. ENTRY GROUP THEORY [ENTRY GROUP THEORY] Authors: started Mark Lezama: October 2003 Literature: Algebra by Michael Artin, Mathworld Group theory [Group theory] is studies algebraic objects called groups.

More information

Normal Subgroups and Quotient Groups

Normal Subgroups and Quotient Groups Normal Subgroups and Quotient Groups 3-20-2014 A subgroup H < G is normal if ghg 1 H for all g G. Notation: H G. Every subgroup of an abelian group is normal. Every subgroup of index 2 is normal. If H

More information

Mathematics 331 Solutions to Some Review Problems for Exam a = c = 3 2 1

Mathematics 331 Solutions to Some Review Problems for Exam a = c = 3 2 1 Mathematics 331 Solutions to Some Review Problems for Exam 2 1. Write out all the even permutations in S 3. Solution. The six elements of S 3 are a =, b = 1 3 2 2 1 3 c =, d = 3 2 1 2 3 1 e =, f = 3 1

More information

2) e = e G G such that if a G 0 =0 G G such that if a G e a = a e = a. 0 +a = a+0 = a.

2) e = e G G such that if a G 0 =0 G G such that if a G e a = a e = a. 0 +a = a+0 = a. Chapter 2 Groups Groups are the central objects of algebra. In later chapters we will define rings and modules and see that they are special cases of groups. Also ring homomorphisms and module homomorphisms

More information

GROUP THEORY PRIMER. D(g 1 g 2 ) = D(g 1 )D(g 2 ), g 1, g 2 G. and, as a consequence, (2) (3)

GROUP THEORY PRIMER. D(g 1 g 2 ) = D(g 1 )D(g 2 ), g 1, g 2 G. and, as a consequence, (2) (3) GROUP THEORY PRIMER New terms: representation, irreducible representation, completely reducible representation, unitary representation, Mashke s theorem, character, Schur s lemma, orthogonality theorem,

More information

Cosets and Normal Subgroups

Cosets and Normal Subgroups Cosets and Normal Subgroups (Last Updated: November 3, 2017) These notes are derived primarily from Abstract Algebra, Theory and Applications by Thomas Judson (16ed). Most of this material is drawn from

More information

Math 2070BC Term 2 Weeks 1 13 Lecture Notes

Math 2070BC Term 2 Weeks 1 13 Lecture Notes Math 2070BC 2017 18 Term 2 Weeks 1 13 Lecture Notes Keywords: group operation multiplication associative identity element inverse commutative abelian group Special Linear Group order infinite order cyclic

More information

DEPARTMENT OF MATHEMATIC EDUCATION MATHEMATIC AND NATURAL SCIENCE FACULTY

DEPARTMENT OF MATHEMATIC EDUCATION MATHEMATIC AND NATURAL SCIENCE FACULTY HANDOUT ABSTRACT ALGEBRA MUSTHOFA DEPARTMENT OF MATHEMATIC EDUCATION MATHEMATIC AND NATURAL SCIENCE FACULTY 2012 BINARY OPERATION We are all familiar with addition and multiplication of two numbers. Both

More information

INTRODUCTION TO THE GROUP THEORY

INTRODUCTION TO THE GROUP THEORY Lecture Notes on Structure of Algebra INTRODUCTION TO THE GROUP THEORY By : Drs. Antonius Cahya Prihandoko, M.App.Sc e-mail: antoniuscp.fkip@unej.ac.id Mathematics Education Study Program Faculty of Teacher

More information

Definitions, Theorems and Exercises. Abstract Algebra Math 332. Ethan D. Bloch

Definitions, Theorems and Exercises. Abstract Algebra Math 332. Ethan D. Bloch Definitions, Theorems and Exercises Abstract Algebra Math 332 Ethan D. Bloch December 26, 2013 ii Contents 1 Binary Operations 3 1.1 Binary Operations............................... 4 1.2 Isomorphic Binary

More information

Introduction to Groups

Introduction to Groups Introduction to Groups Hong-Jian Lai August 2000 1. Basic Concepts and Facts (1.1) A semigroup is an ordered pair (G, ) where G is a nonempty set and is a binary operation on G satisfying: (G1) a (b c)

More information

Homomorphisms. The kernel of the homomorphism ϕ:g G, denoted Ker(ϕ), is the set of elements in G that are mapped to the identity in G.

Homomorphisms. The kernel of the homomorphism ϕ:g G, denoted Ker(ϕ), is the set of elements in G that are mapped to the identity in G. 10. Homomorphisms 1 Homomorphisms Isomorphisms are important in the study of groups because, being bijections, they ensure that the domain and codomain groups are of the same order, and being operation-preserving,

More information

Theorems and Definitions in Group Theory

Theorems and Definitions in Group Theory Theorems and Definitions in Group Theory Shunan Zhao Contents 1 Basics of a group 3 1.1 Basic Properties of Groups.......................... 3 1.2 Properties of Inverses............................. 3

More information

Groups and Symmetries

Groups and Symmetries Groups and Symmetries Definition: Symmetry A symmetry of a shape is a rigid motion that takes vertices to vertices, edges to edges. Note: A rigid motion preserves angles and distances. Definition: Group

More information

Physics 251 Solution Set 1 Spring 2017

Physics 251 Solution Set 1 Spring 2017 Physics 5 Solution Set Spring 07. Consider the set R consisting of pairs of real numbers. For (x,y) R, define scalar multiplication by: c(x,y) (cx,cy) for any real number c, and define vector addition

More information

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31

2 Lecture 2: Logical statements and proof by contradiction Lecture 10: More on Permutations, Group Homomorphisms 31 Contents 1 Lecture 1: Introduction 2 2 Lecture 2: Logical statements and proof by contradiction 7 3 Lecture 3: Induction and Well-Ordering Principle 11 4 Lecture 4: Definition of a Group and examples 15

More information

Teddy Einstein Math 4320

Teddy Einstein Math 4320 Teddy Einstein Math 4320 HW4 Solutions Problem 1: 2.92 An automorphism of a group G is an isomorphism G G. i. Prove that Aut G is a group under composition. Proof. Let f, g Aut G. Then f g is a bijective

More information

INTRODUCTION TO REPRESENTATION THEORY AND CHARACTERS

INTRODUCTION TO REPRESENTATION THEORY AND CHARACTERS INTRODUCTION TO REPRESENTATION THEORY AND CHARACTERS HANMING ZHANG Abstract. In this paper, we will first build up a background for representation theory. We will then discuss some interesting topics in

More information

Lecture Note of Week 2

Lecture Note of Week 2 Lecture Note of Week 2 2. Homomorphisms and Subgroups (2.1) Let G and H be groups. A map f : G H is a homomorphism if for all x, y G, f(xy) = f(x)f(y). f is an isomorphism if it is bijective. If f : G

More information

Groups. Chapter 1. If ab = ba for all a, b G we call the group commutative.

Groups. Chapter 1. If ab = ba for all a, b G we call the group commutative. Chapter 1 Groups A group G is a set of objects { a, b, c, } (not necessarily countable) together with a binary operation which associates with any ordered pair of elements a, b in G a third element ab

More information

GRE Subject test preparation Spring 2016 Topic: Abstract Algebra, Linear Algebra, Number Theory.

GRE Subject test preparation Spring 2016 Topic: Abstract Algebra, Linear Algebra, Number Theory. GRE Subject test preparation Spring 2016 Topic: Abstract Algebra, Linear Algebra, Number Theory. Linear Algebra Standard matrix manipulation to compute the kernel, intersection of subspaces, column spaces,

More information

4 Group representations

4 Group representations Physics 9b Lecture 6 Caltech, /4/9 4 Group representations 4. Examples Example : D represented as real matrices. ( ( D(e =, D(c = ( ( D(b =, D(b =, D(c = Example : Circle group as rotation of D real vector

More information

Supplement. Dr. Bob s Modern Algebra Glossary Based on Fraleigh s A First Course on Abstract Algebra, 7th Edition, Sections 0 through IV.

Supplement. Dr. Bob s Modern Algebra Glossary Based on Fraleigh s A First Course on Abstract Algebra, 7th Edition, Sections 0 through IV. Glossary 1 Supplement. Dr. Bob s Modern Algebra Glossary Based on Fraleigh s A First Course on Abstract Algebra, 7th Edition, Sections 0 through IV.23 Abelian Group. A group G, (or just G for short) is

More information

MA441: Algebraic Structures I. Lecture 14

MA441: Algebraic Structures I. Lecture 14 MA441: Algebraic Structures I Lecture 14 22 October 2003 1 Review from Lecture 13: We looked at how the dihedral group D 4 can be viewed as 1. the symmetries of a square, 2. a permutation group, and 3.

More information

Cosets, factor groups, direct products, homomorphisms, isomorphisms

Cosets, factor groups, direct products, homomorphisms, isomorphisms Cosets, factor groups, direct products, homomorphisms, isomorphisms Sergei Silvestrov Spring term 2011, Lecture 11 Contents of the lecture Cosets and the theorem of Lagrange. Direct products and finitely

More information

0 Sets and Induction. Sets

0 Sets and Induction. Sets 0 Sets and Induction Sets A set is an unordered collection of objects, called elements or members of the set. A set is said to contain its elements. We write a A to denote that a is an element of the set

More information

A group G is a set of discrete elements a, b, x alongwith a group operator 1, which we will denote by, with the following properties:

A group G is a set of discrete elements a, b, x alongwith a group operator 1, which we will denote by, with the following properties: 1 Why Should We Study Group Theory? Group theory can be developed, and was developed, as an abstract mathematical topic. However, we are not mathematicians. We plan to use group theory only as much as

More information

φ(xy) = (xy) n = x n y n = φ(x)φ(y)

φ(xy) = (xy) n = x n y n = φ(x)φ(y) Groups 1. (Algebra Comp S03) Let A, B and C be normal subgroups of a group G with A B. If A C = B C and AC = BC then prove that A = B. Let b B. Since b = b1 BC = AC, there are a A and c C such that b =

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

More information

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations

Definitions. Notations. Injective, Surjective and Bijective. Divides. Cartesian Product. Relations. Equivalence Relations Page 1 Definitions Tuesday, May 8, 2018 12:23 AM Notations " " means "equals, by definition" the set of all real numbers the set of integers Denote a function from a set to a set by Denote the image of

More information

Introduction to Group Theory

Introduction to Group Theory Chapter 10 Introduction to Group Theory Since symmetries described by groups play such an important role in modern physics, we will take a little time to introduce the basic structure (as seen by a physicist)

More information

Exercises on chapter 1

Exercises on chapter 1 Exercises on chapter 1 1. Let G be a group and H and K be subgroups. Let HK = {hk h H, k K}. (i) Prove that HK is a subgroup of G if and only if HK = KH. (ii) If either H or K is a normal subgroup of G

More information

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

2MA105 Algebraic Structures I

2MA105 Algebraic Structures I 2MA105 Algebraic Structures I Per-Anders Svensson http://homepage.lnu.se/staff/psvmsi/2ma105.html Lecture 7 Cosets once again Factor Groups Some Properties of Factor Groups Homomorphisms November 28, 2011

More information

20 Group Homomorphisms

20 Group Homomorphisms 20 Group Homomorphisms In Example 1810(d), we have observed that the groups S 4 /V 4 and S 3 have almost the same multiplication table They have the same structure In this paragraph, we study groups with

More information

3.8 Cosets, Normal Subgroups, and Factor Groups

3.8 Cosets, Normal Subgroups, and Factor Groups 3.8 J.A.Beachy 1 3.8 Cosets, Normal Subgroups, and Factor Groups from A Study Guide for Beginner s by J.A.Beachy, a supplement to Abstract Algebra by Beachy / Blair 29. Define φ : C R by φ(z) = z, for

More information

Topics in linear algebra

Topics in linear algebra Chapter 6 Topics in linear algebra 6.1 Change of basis I want to remind you of one of the basic ideas in linear algebra: change of basis. Let F be a field, V and W be finite dimensional vector spaces over

More information

MTH 411 Lecture Notes Based on Hungerford, Abstract Algebra

MTH 411 Lecture Notes Based on Hungerford, Abstract Algebra MTH 411 Lecture Notes Based on Hungerford, Abstract Algebra Ulrich Meierfrankenfeld Department of Mathematics Michigan State University East Lansing MI 48824 meier@math.msu.edu August 28, 2014 2 Contents

More information

Particles I, Tutorial notes Sessions I-III: Roots & Weights

Particles I, Tutorial notes Sessions I-III: Roots & Weights Particles I, Tutorial notes Sessions I-III: Roots & Weights Kfir Blum June, 008 Comments/corrections regarding these notes will be appreciated. My Email address is: kf ir.blum@weizmann.ac.il Contents 1

More information

Solutions to Some Review Problems for Exam 3. by properties of determinants and exponents. Therefore, ϕ is a group homomorphism.

Solutions to Some Review Problems for Exam 3. by properties of determinants and exponents. Therefore, ϕ is a group homomorphism. Solutions to Some Review Problems for Exam 3 Recall that R, the set of nonzero real numbers, is a group under multiplication, as is the set R + of all positive real numbers. 1. Prove that the set N of

More information

2. Groups 2.1. Groups and monoids. Let s start out with the basic definitions. We will consider sets with binary operations, which we will usually

2. Groups 2.1. Groups and monoids. Let s start out with the basic definitions. We will consider sets with binary operations, which we will usually 2. Groups 2.1. Groups and monoids. Let s start out with the basic definitions. We will consider sets with binary operations, which we will usually write multiplicatively, as a b, or, more commonly, just

More information

Lecture 10: A (Brief) Introduction to Group Theory (See Chapter 3.13 in Boas, 3rd Edition)

Lecture 10: A (Brief) Introduction to Group Theory (See Chapter 3.13 in Boas, 3rd Edition) Lecture 0: A (Brief) Introduction to Group heory (See Chapter 3.3 in Boas, 3rd Edition) Having gained some new experience with matrices, which provide us with representations of groups, and because symmetries

More information

5 Irreducible representations

5 Irreducible representations Physics 129b Lecture 8 Caltech, 01/1/19 5 Irreducible representations 5.5 Regular representation and its decomposition into irreps To see that the inequality is saturated, we need to consider the so-called

More information

Solutions to odd-numbered exercises Peter J. Cameron, Introduction to Algebra, Chapter 3

Solutions to odd-numbered exercises Peter J. Cameron, Introduction to Algebra, Chapter 3 Solutions to odd-numbered exercises Peter J. Cameron, Introduction to Algebra, Chapter 3 3. (a) Yes; (b) No; (c) No; (d) No; (e) Yes; (f) Yes; (g) Yes; (h) No; (i) Yes. Comments: (a) is the additive group

More information

IRREDUCIBLE REPRESENTATIONS OF SEMISIMPLE LIE ALGEBRAS. Contents

IRREDUCIBLE REPRESENTATIONS OF SEMISIMPLE LIE ALGEBRAS. Contents IRREDUCIBLE REPRESENTATIONS OF SEMISIMPLE LIE ALGEBRAS NEEL PATEL Abstract. The goal of this paper is to study the irreducible representations of semisimple Lie algebras. We will begin by considering two

More information

Elementary linear algebra

Elementary linear algebra Chapter 1 Elementary linear algebra 1.1 Vector spaces Vector spaces owe their importance to the fact that so many models arising in the solutions of specific problems turn out to be vector spaces. The

More information

First Semester Abstract Algebra for Undergraduates

First Semester Abstract Algebra for Undergraduates First Semester Abstract Algebra for Undergraduates Lecture notes by: Khim R Shrestha, Ph. D. Assistant Professor of Mathematics University of Great Falls Great Falls, Montana Contents 1 Introduction to

More information

Abstract Algebra II Groups ( )

Abstract Algebra II Groups ( ) Abstract Algebra II Groups ( ) Melchior Grützmann / melchiorgfreehostingcom/algebra October 15, 2012 Outline Group homomorphisms Free groups, free products, and presentations Free products ( ) Definition

More information

GROUPS. Chapter-1 EXAMPLES 1.1. INTRODUCTION 1.2. BINARY OPERATION

GROUPS. Chapter-1 EXAMPLES 1.1. INTRODUCTION 1.2. BINARY OPERATION Chapter-1 GROUPS 1.1. INTRODUCTION The theory of groups arose from the theory of equations, during the nineteenth century. Originally, groups consisted only of transformations. The group of transformations

More information

Representation Theory

Representation Theory Frank Porter Ph 129b February 10, 2009 Chapter 3 Representation Theory 3.1 Exercises Solutions to Problems 1. For the Poincare group L, show that any element Λ(M,z) can be written as a product of a pure

More information

Notes on Group Theory. by Avinash Sathaye, Professor of Mathematics November 5, 2013

Notes on Group Theory. by Avinash Sathaye, Professor of Mathematics November 5, 2013 Notes on Group Theory by Avinash Sathaye, Professor of Mathematics November 5, 2013 Contents 1 Preparation. 2 2 Group axioms and definitions. 2 Shortcuts................................. 2 2.1 Cyclic groups............................

More information

Algebra I Fall 2007

Algebra I Fall 2007 MIT OpenCourseWare http://ocw.mit.edu 18.701 Algebra I Fall 007 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. 18.701 007 Geometry of the Special Unitary

More information

Lecture 3. Theorem 1: D 6

Lecture 3. Theorem 1: D 6 Lecture 3 This week we have a longer section on homomorphisms and isomorphisms and start formally working with subgroups even though we have been using them in Chapter 1. First, let s finish what was claimed

More information

Solution Outlines for Chapter 6

Solution Outlines for Chapter 6 Solution Outlines for Chapter 6 # 1: Find an isomorphism from the group of integers under addition to the group of even integers under addition. Let φ : Z 2Z be defined by x x + x 2x. Then φ(x + y) 2(x

More information

Part II Permutations, Cosets and Direct Product

Part II Permutations, Cosets and Direct Product Part II Permutations, Cosets and Direct Product Satya Mandal University of Kansas, Lawrence KS 66045 USA January 22 8 Permutations Definition 8.1. Let A be a set. 1. A a permuation of A is defined to be

More information

is an isomorphism, and V = U W. Proof. Let u 1,..., u m be a basis of U, and add linearly independent

is an isomorphism, and V = U W. Proof. Let u 1,..., u m be a basis of U, and add linearly independent Lecture 4. G-Modules PCMI Summer 2015 Undergraduate Lectures on Flag Varieties Lecture 4. The categories of G-modules, mostly for finite groups, and a recipe for finding every irreducible G-module of a

More information

INTRODUCTION GROUP THEORY

INTRODUCTION GROUP THEORY MATH10021 Algebra INTRODUCTION TO GROUP THEORY Michael Wemyss 2012/13 1 2 Dr. Michael Wemyss Office 5602 m.wemyss@ed.ac.uk Throughout the term, all course information (including exercise sheets, workshop

More information

(1) A frac = b : a, b A, b 0. We can define addition and multiplication of fractions as we normally would. a b + c d

(1) A frac = b : a, b A, b 0. We can define addition and multiplication of fractions as we normally would. a b + c d The Algebraic Method 0.1. Integral Domains. Emmy Noether and others quickly realized that the classical algebraic number theory of Dedekind could be abstracted completely. In particular, rings of integers

More information

CONSEQUENCES OF THE SYLOW THEOREMS

CONSEQUENCES OF THE SYLOW THEOREMS CONSEQUENCES OF THE SYLOW THEOREMS KEITH CONRAD For a group theorist, Sylow s Theorem is such a basic tool, and so fundamental, that it is used almost without thinking, like breathing. Geoff Robinson 1.

More information

6 Cosets & Factor Groups

6 Cosets & Factor Groups 6 Cosets & Factor Groups The course becomes markedly more abstract at this point. Our primary goal is to break apart a group into subsets such that the set of subsets inherits a natural group structure.

More information

MA441: Algebraic Structures I. Lecture 26

MA441: Algebraic Structures I. Lecture 26 MA441: Algebraic Structures I Lecture 26 10 December 2003 1 (page 179) Example 13: A 4 has no subgroup of order 6. BWOC, suppose H < A 4 has order 6. Then H A 4, since it has index 2. Thus A 4 /H has order

More information

D-MATH Algebra I HS 2013 Prof. Brent Doran. Solution 3. Modular arithmetic, quotients, product groups

D-MATH Algebra I HS 2013 Prof. Brent Doran. Solution 3. Modular arithmetic, quotients, product groups D-MATH Algebra I HS 2013 Prof. Brent Doran Solution 3 Modular arithmetic, quotients, product groups 1. Show that the functions f = 1/x, g = (x 1)/x generate a group of functions, the law of composition

More information

REU 2007 Discrete Math Lecture 2

REU 2007 Discrete Math Lecture 2 REU 2007 Discrete Math Lecture 2 Instructor: László Babai Scribe: Shawn Drenning June 19, 2007. Proofread by instructor. Last updated June 20, 1 a.m. Exercise 2.0.1. Let G be an abelian group and A G be

More information

Representation Theory. Ricky Roy Math 434 University of Puget Sound

Representation Theory. Ricky Roy Math 434 University of Puget Sound Representation Theory Ricky Roy Math 434 University of Puget Sound May 2, 2010 Introduction In our study of group theory, we set out to classify all distinct groups of a given order up to isomorphism.

More information

Math 594. Solutions 5

Math 594. Solutions 5 Math 594. Solutions 5 Book problems 6.1: 7. Prove that subgroups and quotient groups of nilpotent groups are nilpotent (your proof should work for infinite groups). Give an example of a group G which possesses

More information

REPRESENTATION THEORY, LECTURE 0. BASICS

REPRESENTATION THEORY, LECTURE 0. BASICS REPRESENTATION THEORY, LECTURE 0. BASICS IVAN LOSEV Introduction The aim of this lecture is to recall some standard basic things about the representation theory of finite dimensional algebras and finite

More information

Representations. 1 Basic definitions

Representations. 1 Basic definitions Representations 1 Basic definitions If V is a k-vector space, we denote by Aut V the group of k-linear isomorphisms F : V V and by End V the k-vector space of k-linear maps F : V V. Thus, if V = k n, then

More information

Your Name MATH 435, EXAM #1

Your Name MATH 435, EXAM #1 MATH 435, EXAM #1 Your Name You have 50 minutes to do this exam. No calculators! No notes! For proofs/justifications, please use complete sentences and make sure to explain any steps which are questionable.

More information

REPRESENTATIONS OF U(N) CLASSIFICATION BY HIGHEST WEIGHTS NOTES FOR MATH 261, FALL 2001

REPRESENTATIONS OF U(N) CLASSIFICATION BY HIGHEST WEIGHTS NOTES FOR MATH 261, FALL 2001 9 REPRESENTATIONS OF U(N) CLASSIFICATION BY HIGHEST WEIGHTS NOTES FOR MATH 261, FALL 21 ALLEN KNUTSON 1 WEIGHT DIAGRAMS OF -REPRESENTATIONS Let be an -dimensional torus, ie a group isomorphic to The we

More information

(Think: three copies of C) i j = k = j i, j k = i = k j, k i = j = i k.

(Think: three copies of C) i j = k = j i, j k = i = k j, k i = j = i k. Warm-up: The quaternion group, denoted Q 8, is the set {1, 1, i, i, j, j, k, k} with product given by 1 a = a 1 = a a Q 8, ( 1) ( 1) = 1, i 2 = j 2 = k 2 = 1, ( 1) a = a ( 1) = a a Q 8, (Think: three copies

More information

DIHEDRAL GROUPS II KEITH CONRAD

DIHEDRAL GROUPS II KEITH CONRAD DIHEDRAL GROUPS II KEITH CONRAD We will characterize dihedral groups in terms of generators and relations, and describe the subgroups of D n, including the normal subgroups. We will also introduce an infinite

More information

Basic Concepts of Group Theory

Basic Concepts of Group Theory Chapter 1 Basic Concepts of Group Theory The theory of groups and vector spaces has many important applications in a number of branches of modern theoretical physics. These include the formal theory of

More information

Lecture 4.1: Homomorphisms and isomorphisms

Lecture 4.1: Homomorphisms and isomorphisms Lecture 4.: Homomorphisms and isomorphisms Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 4, Modern Algebra M. Macauley (Clemson) Lecture

More information

Solutions for Homework Assignment 5

Solutions for Homework Assignment 5 Solutions for Homework Assignment 5 Page 154, Problem 2. Every element of C can be written uniquely in the form a + bi, where a,b R, not both equal to 0. The fact that a and b are not both 0 is equivalent

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

Symmetries, Groups, and Conservation Laws

Symmetries, Groups, and Conservation Laws Chapter Symmetries, Groups, and Conservation Laws The dynamical properties and interactions of a system of particles and fields are derived from the principle of least action, where the action is a 4-dimensional

More information

CHARACTER THEORY OF FINITE GROUPS. Chapter 1: REPRESENTATIONS

CHARACTER THEORY OF FINITE GROUPS. Chapter 1: REPRESENTATIONS CHARACTER THEORY OF FINITE GROUPS Chapter 1: REPRESENTATIONS G is a finite group and K is a field. A K-representation of G is a homomorphism X : G! GL(n, K), where GL(n, K) is the group of invertible n

More information

= ϕ r cos θ. 0 cos ξ sin ξ and sin ξ cos ξ. sin ξ 0 cos ξ

= ϕ r cos θ. 0 cos ξ sin ξ and sin ξ cos ξ. sin ξ 0 cos ξ 8. The Banach-Tarski paradox May, 2012 The Banach-Tarski paradox is that a unit ball in Euclidean -space can be decomposed into finitely many parts which can then be reassembled to form two unit balls

More information

CHAPTER 6. Representations of compact groups

CHAPTER 6. Representations of compact groups CHAPTER 6 Representations of compact groups Throughout this chapter, denotes a compact group. 6.1. Examples of compact groups A standard theorem in elementary analysis says that a subset of C m (m a positive

More information

CS 468: Computational Topology Group Theory Fall b c b a b a c b a c b c c b a

CS 468: Computational Topology Group Theory Fall b c b a b a c b a c b c c b a Q: What s purple and commutes? A: An abelian grape! Anonymous Group Theory Last lecture, we learned about a combinatorial method for characterizing spaces: using simplicial complexes as triangulations

More information

The Symmetric Groups

The Symmetric Groups Chapter 7 The Symmetric Groups 7. Introduction In the investigation of finite groups the symmetric groups play an important role. Often we are able to achieve a better understanding of a group if we can

More information

1 g 1,gg 2 xg 1. 2 g 1,...,gg n xg 1. n g 1 } = {gxg 1,gg 1 x(gg 1 ) 1,gg 2 x(gg 2 ) 1,...,gg n x(gg n ) 1 } = {x,g 1 xg 1. 2,...

1 g 1,gg 2 xg 1. 2 g 1,...,gg n xg 1. n g 1 } = {gxg 1,gg 1 x(gg 1 ) 1,gg 2 x(gg 2 ) 1,...,gg n x(gg n ) 1 } = {x,g 1 xg 1. 2,... Physics 5 Solution Set Spring 7. A finite group G can be decomposed into conjugacy classes C k. (a) Construct the set C k gc kg, which is obtained by replacing each element x C k by gxg. Prove that C k

More information

Introduction to Group Theory

Introduction to Group Theory Introduction to Group Theory Ling-Fong Li (Institute) Group 1 / 6 INTRODUCTION Group theory : framework for studying symmetry. The representation theory of the group simpli es the physical solutions. For

More information

MATRICES ARE SIMILAR TO TRIANGULAR MATRICES

MATRICES ARE SIMILAR TO TRIANGULAR MATRICES MATRICES ARE SIMILAR TO TRIANGULAR MATRICES 1 Complex matrices Recall that the complex numbers are given by a + ib where a and b are real and i is the imaginary unity, ie, i 2 = 1 In what we describe below,

More information

5 Group theory. 5.1 Binary operations

5 Group theory. 5.1 Binary operations 5 Group theory This section is an introduction to abstract algebra. This is a very useful and important subject for those of you who will continue to study pure mathematics. 5.1 Binary operations 5.1.1

More information

What is a semigroup? What is a group? What is the difference between a semigroup and a group?

What is a semigroup? What is a group? What is the difference between a semigroup and a group? The second exam will be on Thursday, July 5, 2012. The syllabus will be Sections IV.5 (RSA Encryption), III.1, III.2, III.3, III.4 and III.8, III.9, plus the handout on Burnside coloring arguments. Of

More information

17 More Groups, Lagrange s Theorem and Direct Products

17 More Groups, Lagrange s Theorem and Direct Products 7 More Groups, Lagrange s Theorem and Direct Products We consider several ways to produce groups. 7. The Dihedral Group The dihedral group D n is a nonabelian group. This is the set of symmetries of a

More information

Representation Theory

Representation Theory Part II Year 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2018 Paper 1, Section II 19I 93 (a) Define the derived subgroup, G, of a finite group G. Show that if χ is a linear character

More information

ALGEBRA QUALIFYING EXAM PROBLEMS

ALGEBRA QUALIFYING EXAM PROBLEMS ALGEBRA QUALIFYING EXAM PROBLEMS Kent State University Department of Mathematical Sciences Compiled and Maintained by Donald L. White Version: August 29, 2017 CONTENTS LINEAR ALGEBRA AND MODULES General

More information

REPRESENTATION THEORY WEEK 7

REPRESENTATION THEORY WEEK 7 REPRESENTATION THEORY WEEK 7 1. Characters of L k and S n A character of an irreducible representation of L k is a polynomial function constant on every conjugacy class. Since the set of diagonalizable

More information

0.2 Vector spaces. J.A.Beachy 1

0.2 Vector spaces. J.A.Beachy 1 J.A.Beachy 1 0.2 Vector spaces I m going to begin this section at a rather basic level, giving the definitions of a field and of a vector space in much that same detail as you would have met them in a

More information

Geometric Transformations and Wallpaper Groups

Geometric Transformations and Wallpaper Groups Geometric Transformations and Wallpaper Groups Lance Drager Texas Tech University Geometric Transformations III p.1/25 Introduction to Groups of Isometrics Geometric Transformations III p.2/25 Symmetries

More information

The following definition is fundamental.

The following definition is fundamental. 1. Some Basics from Linear Algebra With these notes, I will try and clarify certain topics that I only quickly mention in class. First and foremost, I will assume that you are familiar with many basic

More information

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS

MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS MATH 221: SOLUTIONS TO SELECTED HOMEWORK PROBLEMS 1. HW 1: Due September 4 1.1.21. Suppose v, w R n and c is a scalar. Prove that Span(v + cw, w) = Span(v, w). We must prove two things: that every element

More information

Examples of Groups

Examples of Groups Examples of Groups 8-23-2016 In this section, I ll look at some additional examples of groups. Some of these will be discussed in more detail later on. In many of these examples, I ll assume familiar things

More information

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction

NONCOMMUTATIVE POLYNOMIAL EQUATIONS. Edward S. Letzter. Introduction NONCOMMUTATIVE POLYNOMIAL EQUATIONS Edward S Letzter Introduction My aim in these notes is twofold: First, to briefly review some linear algebra Second, to provide you with some new tools and techniques

More information

Math Linear Algebra II. 1. Inner Products and Norms

Math Linear Algebra II. 1. Inner Products and Norms Math 342 - Linear Algebra II Notes 1. Inner Products and Norms One knows from a basic introduction to vectors in R n Math 254 at OSU) that the length of a vector x = x 1 x 2... x n ) T R n, denoted x,

More information