Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Let $C$ be an abelian additive group and write e for a generator of $C$. The elements of $C$ are then $0,e,2e,3e,\dots,(n-1)e$. If $C$ is finite, prove that the element $ke$ is another generator of $C$ if and only if $k$ and $n$ are relatively prime.

share|improve this question
1  
Can you argue the 'if' and/or the 'only if' part? – Berci Nov 12 '12 at 15:24
I do not believe so. – user47636 Nov 12 '12 at 15:25
After you ask a question here, if you get an acceptable answer, you should "accept" the answer by clicking the check mark ✓ next to it. This scores points for you and for the person who answered your question. If you don't do this, people are less likely to answer your later questions. You can find out more about accepting answers here: How do I accept an answer?, Why should we accept answers?, How does accept rate work?. – Martin Sleziak Dec 16 '12 at 19:07

2 Answers

Suppose gcd$(n, k) = 1$. Supose $mke = 0$ for an integer $m$. Then $n|mk$. Since gcd$(n, k) = 1$, $n|m$. Hence the order of $ke$ is $n$.

Conversely suppose $d =$ gcd$(n, k) \ne 1$. Let $k' = \frac{k}{d}, n' = \frac{n}{d}$. Then $n'ke = n'dk'e = nk'e = 0$. Since $n' < n, ke$ is not a generator.

share|improve this answer

Here is one direction: Let $\gcd(k,n) = 1 $ then there exist $i, j \in \mathbb Z$ such that $1 = ik + jn$. If $me$ is an arbitrary element in $C$, $m \in \mathbb Z$, then $me = m(ik + in) e = mik e + min e = mike = (mi)ke$.

The statement is a actually a direct consequence of the following theorem:

Let $a$ be an element of order $n$ and let $k$ be a positive integer. Then $| a^k| = n / \gcd(n,k)$.

share|improve this answer
See for example Gallian, 7th Edition, page 75, Theorem 4.2. – Matt N. Nov 12 '12 at 15:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.