SectionGroups

advertisement
1
Groups
Practice HW # 1-12 p. 18 at the end of the notes
In this section, we discuss the basics of groups. As we will see, the most basic number
systems that we are accustomed to working with are examples of groups.
Groups
A group G is a non-empty set that under a binary operation  that satisfies the following
axioms
1. G1 : Closure: For all a, b  G , a  b  G .
2. G2 : Associativity: For all a, b, c  G , ( a  b)  c  a  (b  c ).
3. G3 : Identity: For any a  G , there exists an e  G where a  e  e  a  a .
4. G4 : Inverse: For each a  G , there exists an element a   G where
a  a  a  a  e .
Examples of Groups
Example 1: Show that the integers Z is a group under addition.
Solution: For a, b, c  Z , we show it satisfies the 4 properties for a group.
1. G1 : For a, b  Z , it is known that Z is closed under + , that is a  b  Z .
2. G2 : (a  b)  c  a  (b  c) (Z is known to be associative under +)
3. G3 : For each a  Z , there exists an identity zero given by 0  Z were
a  0  0  a  a (0 is the known additive identity element in the integers)
4. G4 : For each a  Z , there exists an  a  Z where
a  (a)  (a)  a  0 (Each element in Z has an additive inverse obtained by
negating the element)
█
2
Example 2: Show that the non-zero rationals Q * is a group under multiplication.
Solution: For a, b, c  Z , we show it satisfies the 4 properties for a group.
1. G1 : For a, b  Q* , it is known that Q * is closed under  , that is a  b  Q* .
1. G2 : ( a  b)  c  a  (b  c ) ( Q * is known to be associative under +)
2. G3 : For each a  Q* , there exists an identity zero given by 1  Q * were
a 1  1 a  a (1 is the known multiplicative identity element in the non-zero
rationals)
1
3. G4 : For each a  Q* , there exists an element a 1   Q * where
a
1 1
a    a  1 (Each element in Z has a multiplcative inverse obtained by
a a
taking the reciprocal of the element)
█
Example 3: Determine why the set Z  under addition is not a group.
Solution:
█
3
Example 4: Determine whether the binary operation  defined on Z where
a  b = a + b + 3 represents that of a group.
Solution:
█
4
5
Example 5: Determine whether the binary operation  defined on Q by a  b =
ab
is a
3
group.
Solution:
█
6
7
8
Definition 1: A group G is abelian if its binary operation is commutative.
Examples of abelian groups:

 Z ,  is abelian since integer addition is known to be commutative, that is,
a  b  b  a for all a, b  Z .

 Z ,  where a  b = a + b + 3 is abelian since for a, b  Z ,
a b  a  b  3  b  a  3  b  a .
Definition 1: The set kZ  {kn | n  Z } is defined to be the set of all possible integer
multiples of the integer k.
Example 6: Determine 2 Z and 5Z .
Solution:
█
Example 7: Determine if kZ is an abelian group under +.
Solution: For a, b, c  kZ , we show it satisfies the 4 properties for a group.
1. G1 : Closure. Let a, b  kZ . Then a  kx and b  ky for x, y  Z . Then
a  b  kx  ky  k ( x  y )  kZ . Hence, kZ is closed under + .
2. G2 : (a  b)  c  a  (b  c) (a, b, c are just integers, and integer arithmetic is known
to be associative under +)
3. G3 : For each a  kZ , there exists an identity zero given by k 0  0  Z were
a  0  0  a  a (0 is the known additive identity element in the integers under +)
4. G4 : For each a  kZ , a  kx for x  Z . Hence, there exists a  a  kx  k (  x )  kZ for
 x  Z where a  (a)  (a)  a  0 (Each element in kZ has an additive inverse
obtained by negating the element)
Thus, kZ is a group under +. Also, a  b  b  a for all a, b, kZ since a, b are just
integers, and integer arithmetic is known to be commutative under +.
Hence, kZ gives an abelian group under +
█
9
Example 8: Determine if the set of n  n matrices with a non-zero determinant is an
abelian group under matrix multiplication.
Solution:
█
10
11
The Group Z m
Recall that the set of integers modulo m is defined by the set Z m  {0, 1, 2, , m  1} .
Example 9: Determine if Z m is an abelian group under the addition operator.
Solution: For a, b, c  Z m , we show it satisfies the 4 properties for a group. To do this,
let the binary operation  m denote the addition modulo m (for example, a  m b can be
thought of computationally as finding the integer remainder of a  b when divided by m.
Hence, we check the 4 group properties.
1. G1 : Closure. Let a, b  Z m . Then, it is straightforward to see that a  m b  Z m and
the closure property holds.
2. G2 : Associativity. Using the division algorithm, we can say that
a  b  q1m  ( a  m b)
(a  m b)  c  q2 m  (( a  m b)  m c)
Adding these two equations gives the equation
a  b  c  (a  m b)  ( q1  q2 )m  (a  m b)  (( a  m b)  m c)
Canceling the (a  m b) from both sides of the equation gives the equality
a  b  c  ( q1  q2 )m  (( a  m b)  m c)
Similarly, if we can use the division algorithm to compute
b  c  q3m  (b  m c)
a  (b  m c)  q4 m  (a  m (b  m c))
Adding these two equations gives the equality
a  b  c  ( q3  q4 )m  (a  m (b  m c)) .
Hence, we have two different equations representing a  b  c when this number is
divided by m, namely
a  b  c  ( q1  q2 )m  (( a  m b)  m c)
a  b  c  ( q3  q4 )m  (a  m (b  m c))
12
Recall that division algorithm says that when dividing two numbers, there is only one
possible quotient and remainder. Hence, this says that
(a  m b)  m c)  a  m (b  m c)
and hence the associativity property holds.
3. G3 : For each a  Z m , it is clear that the element 0  Z m serves as the identity where
a m 0  0 m a  a .
4. G4 : For each a  Z m , m  a  Z m would represent the inverse for a since it is straight
forward to see that a  m (m  a )  (m  a )  m a  a .
Thus, Z m is a group under  m . Also, since integer addition in general is commutative, it is
straight forward to see that a  m b  b  m a for all a, b, Z m . Thus, Z m is an abelian group.
█
The next question we want to examine more closely has to do with sets defined under
multiplication and when sets defined under multiplication are groups and when not.
13
Properties of Groups
1. Left and Right Commutative Laws: If G is a group with binary operation  , the for all
a, b, c  G , if a  b  a  c , then b  c and if b  a  c  a , then b  c .
Proof:
█
2. Unique Solution to Linear Equations: If G is a group with binary operation  , then for
a, b  G , the linear equations a  x  b and y  a  b have unique solutions x, y  G .
Proof:
█
14
3. Uniqueness of Identity Element and Inverse: In a group G, there is only one element
e  G such that e  a  a  e  a for each a  G . Likewise, there is one element a  G
such that a  a  a  a  e for each a  G .
Proof: Suppose that e, e  G represent two identity elements of the group G. Then, e and e
are identity elements of every element of G, including each other. Hence, it
follows that
e  ee  e
Suppose a and a  are both inverses of an arbitrary element a  G . Then
a   a   e  a   ( a  a )  ( a   a )  a   e  a   a 
█
4. If G is a group with binary operation  , the for all a, b  G ,
( a  b)   b   a 
Proof:
█
5. For any element a  G in a group G with binary operation  , (a )  a .
Proof: For a  G , a  a  e and a  a  e . Since a  G and the inverse of any
element is unique (fact 3), it follows that (a )  a
█
15
Multiplicative Inverses
In the real number system, every non-zero number has a multiplicative inverse – the
number you must multiply to a given number to get 1. In other words, every non-zero real
number is a unit.
Example 10: Fill in the ( ) for (2)   1 , (10)   1 , and (a)   1 if we are working in
the real number system.
Solution:
█
Note that the real numbers R fail to be a group under multiplication since 0 fails to have
1
a multiplicative inverse since does not exist. However, if we consider the non-zero real
0
*
numbers R , we will have a group under multiplication.
For some sets defined over multiplication, multiplicative inverses in most cases do not
exist.
Example 11: Name the elements in the set of integers Z that have multiplicative
inverses under multiplication.
Solution:
█
16
For the set Z m , multiplicative inverses exist depending on a given condition, which we
explain next.
Definition 2: The greatest common divisor of two numbers, denoted as gcd(a,b), is the
largest number that divides a and b evenly with no remainder.
For example, gcd(10, 20). = 10 and gcd(72, 108) = 36.
The condition for which a multiplicative inverse exists is given by the following theorem,
which for now we state without proof.
Theorem 1: If the gcd( b, m)  1 , then b has a multiplicative inverse in Z m .
Definition 3: The set of elements in Z m with multiplicative inverses, denoted by U m , is
called the set of units of Z m . That is,
U m  {x  Z m | gcd( x, m)  1}
Fact: The set of units U m represent an abelian group under multiplication.
Note that U m is closer under multiplication since if a, b U m , a  b U m since
(a  b)  b  a  U m . U m is associative since it is a subset of Z m and all elements of Z m
are associative under multiplication. The identity element is 1  U m and all elements in
U m have multiplicative inverses. U m abelian since it is a subset of Z m and all elements of
Z m are commutative under multiplication.
Example 11: Determine the group of units U 8 of Z 8 and U 9 of Z11
Solution:
█
17
This leads to the following important fact.
Fact: If p is a prime number, the set of non-zero elements Z *p is a group under
multiplication.
The fact follows that since the only divisors of a prime p are 1 and itself, if x  Z *p , then
x  p , which implies gcd( x, p )  1 . This says that all elements of Z *p have multiplicative
inverses.
18
Exercises
1. Determine whether the binary operation  defined on the following sets represent a
group. If not a group, state a reason why.
a. Let  be defined on Z by letting a  b  ab .
b. Let  be defined on 2 Z by letting a  b  a  b .
c. Let  be defined on R  by letting a  b  ab .
d. Let  be defined on Q by letting a  b  ab .
e. Let  be defined on R* by letting a  b  a / b .
f. Let  be defined on C by letting a  b | ab | .
2. A diagonal matrix is a square matrix whose only nonzero entries lie on the main
diagonal, from the upper left to the lower right corner. Determine if the following set of
matrices under the specified operation is a group.
a. All n  n diagonal matrices under matrix addition.
b. All n  n diagonal matrices under matrix multiplication.
c. All n  n diagonal matrices with no zero diagonal entry under under matrix
multiplication.
d. All n  n diagonal matrices with all diagonal entries 1 or -1 under under matrix
multiplication.
3. Let S be the set of all real numbers except -1. Define  on S by
a  b  a  b  ab
a. Show that  S ,  is a group.
b. Find the solution of the equation 2  x  3  7 in S.
4. If a 2  a in a group, prove that a  e .
5. For a group G, if a, b  G and ab  e , prove that ba  e .
6. If  is a binary operation on a set S, an element x  S is an idempotent for  if
x  x  x . Prove that a group has exactly one idempotent element.
7. Show that every group G with identity e such that x  x  e for all x  G is abelian.
Hint: Consider ( a  b)  ( a  b) .
8. Show that if (a  b) 2  a 2  b2 for a and b in a group G, then a  b  b  a .
9. Let G be a group and let a, b  G . Show that ( a  b)   a   b if and only if a  b  b  a .
10. Let G be a group and suppose a  b  c  e for a, b, c  G . Show that b  c  a  e also.
19
11. Show that if G is a finite group with identity e and with an even number of elements,
then there is a a  e in G such that a  a  e .
12. List the elements of the following group of units.
a. U 4
b. U 6
c. U 7
d. U10
e. U 20
f. U 30
Download