0% found this document useful (0 votes)
54 views6 pages

Lecture 19 B

The document discusses groups and symmetry groups. A group has properties of closure, an identity element, inverses, and associativity. A symmetry group has elements that are rigid motions that preserve a pattern. The symmetry group of an equilateral triangle is presented, and its Cayley table is constructed to verify the group properties. Cayley tables can represent other concepts that form groups, such as rotations, modular addition, and integer addition.

Uploaded by

HongYu Hui
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
54 views6 pages

Lecture 19 B

The document discusses groups and symmetry groups. A group has properties of closure, an identity element, inverses, and associativity. A symmetry group has elements that are rigid motions that preserve a pattern. The symmetry group of an equilateral triangle is presented, and its Cayley table is constructed to verify the group properties. Cayley tables can represent other concepts that form groups, such as rotations, modular addition, and integer addition.

Uploaded by

HongYu Hui
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 6

Survey of Math: Chapter 19: Symmetry and Patterns: Groups

Page 1 of 6

Groups
A group G is a set of elements G = {I, a, b, c, ....} and an operation (denoted ) between the elements in the group. A group has the following properties (Note that w, x, and y in what follow could be any element from the set G): closure: The result of one element operating on another is itself an element of the group. identity element: There is a special element, called I , in the group such that the result of an operation involving I and another element from the group is the same element, I w = w. inverses: For any element of the group, there is another element of the group x such that w x = I . The element x is called the inverse of w, denoted w1 = x. associativity: The result of several consecutive operations is the same regardless of the grouping, provided the consecutive order of operations is maintained. w x y = w (x y ) = (w x) y . Groups, studied in the eld of abstract algebra, apply to many things in mathematics, from common arithmetic, to the theory underlying quantum mechanics. To prove you have a group, you have to verify that all the above conditions hold for every possible combination of w, x, and y . Symmetry groups have elements (the a, b, c, etc.) which are the rigid motions which preserve a pattern, and are called the symmetry group of the pattern. If you change the pattern, you change the group. The operation for the symmetry group is carried out by applying one rigid motion and then the next (sometimes called the followed by operator). The operator is read from right to left, so we read a c and c followed by a.

The Symmetry Group of an Equilateral Triangle


An equilateral triangle has all sides equal length. Rigid motions can be applied to the triangle and the triangle will end up with its original appearance (this would be a symmetry). However, the corners of the original triangle have actually moved. I will label the vertices of the triangle, so we can follow the eects of any rigid motions we apply to the triangle. The rigid motions that leave the triangle unchanged are the following:

Survey of Math: Chapter 19: Symmetry and Patterns: Groups

Page 2 of 6

These six rigid motions form the symmetry group of the equilateral triangle, which we can denote as G = {I, a, b, c, d, e}. These are the rigid motions which leave the pattern (equilateral triangle) unchanged. Any rigid motion not in the symmetry group would change the pattern. Notice that we could have described a as a clockwise rotation of 240 degrees (or 2/3 turn).

Survey of Math: Chapter 19: Symmetry and Patterns: Groups

Page 3 of 6

Lets check some of the group properties. To verify this is a group mathematically we would have to check every possible combination, but we wont do that here! closure a c means we reect across a vertical line, and then rotate 120 degrees counter-clockwise around the center of the triangle. Notice we do the rigid motion on the right rst, then the rigid motion on the left. Here is the eect of performing these two rotations in succession:

Notice that a c = e. To prove that closure exists for our set, we would have to ll in all the entries of the following table, and show that the entries of the table were all elements of the group. The rst motion performed comes from left hand column, and the second motion comes from the top row. So we have shown a c = e: I a b c d e I a b c e d e Exercise: Show c e = b. I a b c d e I a b c e d e b identity element This is just I , the stay put element. So we can ll in more of our table, using things like I a = a, etc.: I a b c d e I I a b c d e a a b b c c e d d e e b

Survey of Math: Chapter 19: Symmetry and Patterns: Groups

Page 4 of 6

inverses Exercise: Show the reection all have themselves as inverses, ie. c c = I , d d = I , and e e = I . Exercise: Lets nd the inverse of a.

Notice that we have shown a1 = b, since a b = I . We could have read this o the table if we had lled it in completely earlier, but since we didnt we have another entry in the table: I a b c d e I I a b c d e a a b b I c c e I d d I e e b I At this point we see the benet of lling in the table, so lets do that. I am not showing the detail here, but you should be able to see from our earlier work that this is all about working out things like a a = b. I a b c d e I I a b c d e a a b I d e c b b I a e c d c c e d I b a d d c e a I b e e d c b a I associativity If you have lled in all the elements of the table above, you can check associativity using the results of the multiplication table. Lets verify it for one case, a c e: (a c) e = e e = I a (c e) = a b = I We have veried associativity for this particular case.

Cayley Table for a Group The table we have constructed is called a multiplication table or more generally a Cayley Table. You can have Cayley tables for sets and operations which do not form groups. If the set G and operation form a group, the Cayley table will have the following properties: each column contains all the elements of G, with no repeats. the same is true for rows, the identity element I leaves the top row unchanged, and the identity element will leave the left hand column unchanged (you can use this to gure out what the identity is for a given Cayley table).

Survey of Math: Chapter 19: Symmetry and Patterns: Groups

Page 5 of 6

Other Cayley Tables


Rotations Only If you consider just the rotations of the triangle (so only a and b) and the identity element, then you also get a group. I a b

I I a b

a a b I

b b I a

Modulo Addition The expression a mod n means the remainder when a is divided by n, where a and n are positive integers. Examples: 32 mod 5 = 2, since 14 mod 8 = 6, since 15 mod 3 = 0, since 2 32 = 6 + or 32 = 5 6 + 2. 5 5 14 6 = 1 + or 14 = 1 8 + 6. 8 8 15 = 5 or 15 = 5 3 + 0. 3

Now, if we use the set of integers {0, 1, 2} we can work out the Cayley table for a b = (a + b) mod 3. We will take a from the rst column and b from the rst row (this doesnt matter too much, as long as you are consistent when you create your table).

(a + b) mod 3 0 1 2

0 0 1 2

1 1 2 0

2 2 0 1

From this table, we can see the identity element is 0. Compare this to the Cayley table for rotations of the triangle. The Cayley tables for each have exactly the same structure. Addition modulo 3 on the set {0, 1, 2} and the symmetric rotations of an equilateral triangle are exactly the same mathematical concepts!

Multiplication of integers What we have just seen with Cayley tables is conceptually the same as the multiplication tables you have seen in the past. The only thing that changes is the set and the the operator. For example, in arithmetic multiplication, with the set all the integers and the operation arithmetic product, we have G = {. . . 2, 1, 0, 1, 2, 3, 4, 5, . . .}, and = . Here is a portion of the innite Cayley table:

Survey of Math: Chapter 19: Symmetry and Patterns: Groups

Page 6 of 6

-2 -1 0 1 2 3

-2 4 1 0 -2 -4 -6

-1 2 1 0 -1 -2 -3

0 0 0 0 0 0 0

1 -2 -1 0 1 2 3

2 -4 -2 0 2 4 6

3 -6 -3 0 3 6 9

This satises the closure requirement. The identity operator is 1. However, since some inverse elements are missing, this does not form a group. For example, there is no way to multiply 3 by an integer and get 1 Associativity is also satised.

Addition of integers However, the integers under addition does from a group. Here is a portion of the Cayley table: + -2 -1 0 1 2 3 -2 -4 -3 -2 -1 0 1 -1 -3 -2 -1 0 1 2 0 -2 -1 0 1 2 3 1 -1 0 1 2 3 4 2 0 1 2 3 4 5 3 1 2 3 4 5 6

This satises the closure requirement. The identity operator is 0. Each element has an inverse. For example, the inverse of 2 is -2, since 2 + (2) = 0. Associativity is also satised. For example, (2 + 5) + 7 = 2 + (5 + 7). So the integers under addition do form a group. What this tells us is that there is something fundamentally dierent between the underlying structure of integers under multiplication and addition (one forms a group, one does not).

You might also like