12

Question is to prove that $(\mathbb{Z}/2^n \mathbb{Z})^*$ is not a cyclic group for $n\geq 3$.

Hint : Find two subgroups of order $2$.

I somehow feel that a cyclic group can not have two distinct groups of same order. but, I am not sure about the proof.

I have no idea how to proceed for this.

any hint would be appreciated.

Thank You.

user26857
  • 53,190
  • For a proof using a different approach, see http://math.stackexchange.com/questions/66043/how-to-prove-by-induction-that-a2k-2-equiv-1-pmod-2k-for-odd-a. – lhf Aug 28 '13 at 10:57
  • @lhf: I am sorry, I did not understand the connection. It would be helpful if you can give a hint how does $(a^2)^{k−2}≡1(mod2^k) \forall k≥3$ implies $(\mathbb{Z}/2^n\mathbb{Z})^*$ is not cyclic Group for n≥3.$ –  Aug 28 '13 at 11:03
  • 1
    The order of $(\mathbb{Z}/2^n \mathbb{Z})^*$ is $2^{n-1}$ but that result proves that no element has this order. – lhf Aug 28 '13 at 11:08
  • 2
    Hint: How many elements of order $2$ would it have if it was cyclic? Can you find more than that? – Tobias Kildetoft Oct 23 '13 at 08:59
  • @TobiasKildetoft: Could someone find a non-cyclic subgroup of $U(2^n)$? Is this way useful? Thanks. – Mikasa Oct 23 '13 at 09:11
  • @BabakS. well, once you have enough elements of order $2$, thos will give you such a subgroup. – Tobias Kildetoft Oct 23 '13 at 09:13
  • See also http://math.stackexchange.com/questions/66043/how-to-prove-by-induction-that-a2k-2-equiv-1-pmod-2k-for-odd-a. – lhf Oct 23 '13 at 17:26

4 Answers4

11

Making lhf's fine (+1) answer perhaps a bit more concrete. There are three subgroups of order two: $H_1=\{1,-1\}$, $H_2=\{1,2^{n-1}+1\}$ and $H_3=\{1,2^{n-1}-1\}$. The non-1 element in each subgroup has square $\equiv1\pmod{2^n}$ as expected.

Jyrki Lahtonen
  • 140,891
10

Here is a simple way to do this :

  1. $U(8) = \{[1],[3],[5],[7]\}$, and check that $$ [3]^2 = [5]^2 = [7]^2 = [1] $$ so $U(8)$ is not cyclic (it doesn't have an element of order $4 = |U(8)|$)

  2. Since $8 \mid 2^n$ for $n > 3$, we have a natural ring homomorphism $$ \mathbb{Z}/2^n\mathbb{Z} \to \mathbb{Z}/8\mathbb{Z}, \text{ given by } [x]_{2^n} \mapsto [x]_8 $$ which induces a surjective group homomorphism $$ U(2^n) \to U(8) $$ Since the quotient of a cyclic group must be cyclic, it follows that $U(2^n)$ cannot be cyclic for $n\geq 3$

7

Follow this outline:

If you only want to prove that $(\mathbb{Z}/2^n \mathbb{Z})^*$ is not cyclic, it is enough to prove that no element can have order $2^{n-1}$. For a proof, see How to prove by induction that $a^{2^{k-2}} \equiv 1\pmod {2^k}$ for odd $a$?.

lhf
  • 221,500
  • This Hint seems much difficult. But, As you have explained, No odd Integer has order $2^{n-1}$ (For even, order is at most n). So, $(\mathbb{Z}/2^n \mathbb{Z})^*$ has no element of order $2^{n-1}$ So is not cyclic. –  Aug 28 '13 at 11:26
  • This edited version is more clear :). I see that $5^r, -5^r$ has order 2 for $r=2^{n-3}$. $5^r.5^r=5^{2r}=5^{2.2^{n-3}}=5^{2^{n-2}}=1$ (as any odd integer has order $2^{n-2}$ in $(\mathbb{Z}/2^n \mathbb{Z})^*$). So, we have $\big< 5^r\big>={1,5^r}$ and similarly,$\big< -5^r\big>={1,-5^r}$ which are two different groups of order 2. :) –  Aug 28 '13 at 11:33
  • Not directly related, but just a comment: In fact $o(3)=o(5)=2^{n-2}$. – tc1729 Nov 10 '13 at 02:43
2

Consider $\pm(2^{k-1}+1)$. What is the order of these two elements if $k\geqslant 3$? Note they are $\neq \pm 1$ if $k\geqslant 3$.

Pedro
  • 125,149
  • 19
  • 236
  • 403