Math 360, Fall 2021, Assignment 4
From cartan.math.umb.edu
Mathematicians are like Frenchmen: whatever you say to them they translate into their own language, and forthwith it is something entirely different.
- - Goethe
Read:
- Section 4.
Carefully define the following terms, then give one example and one non-example of each:
- (Fun(S,S)).
- f∘g (the composition of the functions f and g).
- ι (the identity function from a set S to itself).
- Zn.
- +n (addition modulo n).
- ⋅n (multiplication modulo n).
- Semigroup.
- Monoid.
- Inverse (of an element of a monoid).
- Group.
- Abelian (group).
Carefully state the following theorems (you do not need to prove them):
- Theorem regarding associativity of composition.
- Theorem asserting that +n is well-defined.
Solve the following problems:
- Section 4, problems 1, 3, 5, 11, 12, 13, 14, 18, and 19.
- Give an example of (a) a binary structure which is not a semigroup, (b) a semigroup which is not a monoid, (c) a monoid which is not a group, and (d) a group which is not abelian.
- By making an operation table, determine which elements of the commutative monoid (Z5,⋅5) have inverses. Then do the same for (Z6,⋅6) and (Z8,⋅8).
- Based on the results of the previous problem, try to make a conjecture regarding which elements of (Zn,⋅n) have inverses.
- Carefully show that the operation ⋅n is well-defined (i.e. state and prove a theorem analogous to the theorem asserting that +n is well-defined).
Questions:
Solutions:
Definitions:
- Fun(S,S)): Let S be any set. Then Fun(S,S) is the set of all functions from S to itself. Non-example: S={1,2,3,4},f(x)=x+2∉Fun(S,S).
- f∘g (the composition of the functions f and g): If f,g∈Fun(S,S),define(f \circ g)(x)=f(g(x)).
- ι (the identity function from a set S to itself): ι(x)=x.
- Zn: the collection of equivalence classes of integers for modulo n.
Theorems:
- Composition of functions is always associative.
- +n is well-defined: if a=bmod(n) and c=dmod(n), then (a+c)=(b+d)mod(n).
Book Problems:
- 1. No. 0 doesn't have inverse.
- 3. No. Not associative; No identity.
- 5. No. Not associative, no identity.
- 11. Yes.
- 12 No, null matrix has no inverse.
- 13. Yes.
- 14. Yes
- 18. No. {(1,1),(1,1)} has 0 determinant and has no inverse.
- 19. a. a+b+ab=(a⋅(b+1)+b, if (a⋅(b+1)+b=−1,a⋅(b+1)=−b−1=−(b−1),a=−(b+1)b+1=−1, but a≠−1, same thing for b. It gives a binary structure.
Other Problem :
- A binary structure which is not a semigroup: (Z,△) , for a,b∈Z,a△b=a+2(b+1);a semigroup which is not a monoid: (S,△),S={a,b}, for all a,b∈S,a△b=b; a monoid which is not a group: (Z3,∗), for a,b∈Z3,a∗b=(a⋅b)mod3; a group which is not abelian: (S5,∗),S5={3∗3 matrices whose determinant ≠0}, ∗ is matrix multiplication.
- Elements: (Z5,⋅5):1,2,3,4;(Z6,⋅6):1,5;(Z8,⋅8):1,3,5,7.
- for n, for all a∈Z, if a is not 1 and a divides n, a and any a∗bforanyb∈Z will not have inverse
- For operation ⋅n, if a=bmod(n),c=dmod(n) for a,b,c,d∈Z, then a=b+k1⋅n,c=d+k2⋅n, for some k1,k2∈Z. a⋅c=(b+k1⋅n)⋅(d+k2⋅n), (b+k1⋅n)⋅(d+k2⋅n)=b⋅d+b⋅k2⋅n+d⋅k1⋅n+(k1⋅n)⋅(k2⋅n) =(b⋅d+0⋅n)+(0+(b⋅k2+d⋅k1+k1⋅k2)⋅n)=(b⋅d)mod(n)+0mod(n). According to theorem of well_defined +n, (b⋅d)mod(n)+0mod(n)=(bd)mod(n). a⋅c=(bd)mod(n), ⋅n is well_defined.