Question: prove that the set of all Rn (relatively prime with respect to any n) is a group
... there is a theorem that states Rn is a group for n > 0, but i dont know where that came from...
(Just to be clear, for example, the set of all Rn and n = 15 is {1,2,4,7,8,11,13,14}).
i found out the definition of a group. a set A, with an operation * is a group if:
- CLOSURE: For all a, b in A, the result of the operation a * b is also in A.
- ASSOCIATIVITY: For all a, b and c in A, the equation (a * b) * c = a * (b * c) holds.
- IDENTITY ELEMENT: There exists an element e in A, such that for all elements a in A, the equation e * a = a * e = a holds.
- INVERSE ELEMENT: For each a in A, there exists an element b in A such that a * b = b * a = e, where e is the identity element.
What I have done so far: I was able to prove the "identity element" part. since all the elements in Rn are less than n, and 1 is always in Rn for any integer n > 0 (because 1 is relatively prime to any integer n >= 1)... and any element in the set of Rn multiplied by 1 will cause no changes, thus the equation e * a = a * e = a, where e = 1, holds and proves the identity element part...
but im having trouble trying to prove the other properties... i have an idea that for multiplying 2 or more numbers, associativity always holds, but im not sure if that proof is enough? am i even in the right track?