Flying_Goat
- 15
- 0
Homework Statement
Let G be a cyclic group of order n and let k be an integer relatively prime to n. Prove that the map x\mapsto x^k is sujective.
Homework Equations
The Attempt at a Solution
I am trying to prove the contrapositon but I am not sure about one thing: If the map is not surjective, does it necessarily mean that there exists distinct i,j \in \{1,...n\} such that (x^i)^k=(x^j)^k? If so how would you prove it?
Anyway here is my proof:
Suppose that the map is not surjective. Then there exists distinct i,j \in \{1,...n\} such that (x^i)^k=(x^j)^k. Without loss of generality suppose i>j. Using the cancellation laws we get x^{(i-j)k}=1. Since |x|=n, it follows that n|(i-j)k (By another proposition). If gcd(n,k)=1 then n|(i-j), a contradiction since (i-j) < n. Hence we must have gcd(n,k) \not= 1 and so k is not relatively prime to n. Therefore by contraposition, if k is relatively prime to n then x\mapsto x^k is surjective.
Quite often I find it hard to check whether a proof has flaws in it. How can I improve on checking for flaws in a proof?
Any help would be appreciated.