2

Let $R$ be a ring with $10$ elements, show that $R$ is commutative.

$R$ is a ring which contains $10$ elements and doesn't have to include $1$.

Christoph
  • 24,912
Leijten
  • 21

1 Answers1

3

The additive group is cyclic, let $g$ be a generator. Then for arbitrary elements $a=ng$, $b=mg$, we have $$a\cdot b = ng\cdot mg=nm(g\cdot g)= mn(g\cdot g)=mg\cdot ng=b\cdot a.$$

  • And note that $g\cdot g$ defines the multiplication, so the rings of order $10$ can be enumerated quite easily. – Mark Bennet Apr 07 '14 at 17:11
  • Is it somehow obvious that the underlying abelian group is cyclic? – drhab Apr 08 '14 at 17:32
  • @drhab Here is one exaplanation: the ring is isomorphic to $\mathbb{Z}/10 \mathbb{Z}$ which has an additive generator: $2$. Sets of generators are invariant under isomorphism. – Rustyn Apr 08 '14 at 19:59
  • @Rustyn The OP says that the ring has not necessarily an identity. That gives more possibilities. – drhab Apr 09 '14 at 09:57
  • @drhab You are right, i didn't see that in the statement of the problem – Rustyn Apr 09 '14 at 17:44
  • @Rustyn Later I realized that there is only one abelian group having exactly $10$ elements. And it is indeed cyclic. – drhab Apr 09 '14 at 18:53