Steven G
Elite Member
- Joined
- Dec 30, 2014
- Messages
- 14,561
My script was quick but too dirty, i.e., wrong. Accidentally it did find a correct generator, but half of all elements in [imath]\mathbb Z_{32}[/imath] are generators. I.e., there is a much simpler generator candidate element [imath]g[/imath] for [imath]\mathbb Z/ M \mathbb Z[/imath], i.e., such that [imath]32g \in M \mathbb Z[/imath], but [imath]ng \notin M \mathbb Z[/imath] for [imath]0< n < 32[/imath].I think you need to find some generator element [imath]g[/imath] for [imath]\mathbb Z^3/M\mathbb Z^3[/imath]. For such element [imath]32g = Mx[/imath] for some [imath]x \in \mathbb Z^3[/imath], but no such [imath]x[/imath] can be found for [imath]ng[/imath] when [imath]n\mod 32 \neq 0[/imath]. My quick and dirty script found such element, and since I don't expect an elite member to cheat I put it in a spoiler
[imath]g = (4,5,12)[/imath]