1. Homework Statement
Show that {1,2,3} under multiplication modulo 4 is not a group but that {1,2,3,4} under multiplication modulo 5 is a group
Alright, take, for example, Set {1,2,3,4,5} for modulo 6 and set {1,2,3,4,5,6} modulo 7.
A group meets 4 basic requirements...
1. Closed
2. Associative
3. Has an identity
4. It has an inverse
Looking at the first set...Prove that it is closed.
To prove that this is closed, you must multiply each member in the set together one by one then divide it by the modulo (6). The remainder must be a number in the set. If not, the set is not closed.
Example:
1*2=2 2/6= 0.3 r 2 The remainder (2) is in the set, repeat this
3*4=7 7/6= 1 r 1 The remainder (1) is in the set, repeat this
4*5=20 20/6= 3 r 2 (2) is in the set
2*3=6 6/6= 1 r 0 (0) is not in the set
because (0) is not in the set, it is not closed and is not a group.
Set #2.
It is closed and can be proven by the previous step.
Associative. I have been told, at this time in my studies, to assume this is
associative.
Indentity. I'm still trying to figure this one out, sorry..
Inverse. It's not 100% clear, but this is what I know...
To find the inverse you take your starting number in the set, find
another number in the set that, when multiplied together then
divided by the modelo (7) has a remainder of 1.
example:
1 - the inverse is 1 (I had to push the I believe button)
2 - 2*4=8 8/7= 1 r 1. Then, the inverse of 2 is 4.
3 - 3*5=15 15/7= 2 r 1. 3 is 5.
4 - above is shown 4 is 2.
5 - above is shown 5 is 3.
6 - the inverse is 6 (I believe button again)
Anyway, I hope this helps. If anyone can help fill in the gaps (for my own personal benefit) I would greatly appreciate it.