1

If $m,n>1$ are integers such that $g.c.d.(m,n)=1$ then is it true that there are at-least four elements in $\mathbb Z_{mn}$ such that $x^2=x$ ( i.e. idempotent ) ?

Bill Dubuque
  • 272,048

1 Answers1

2

Using the Chinese remainder theorem, $\Bbb Z_{mn}$ has the same structure as $\Bbb Z_{m}\times \Bbb Z_{n}$.

In this algebraic structure, there are the idempotents: $$ (0,0), (0,1), (1,0), (1,1) $$

mookid
  • 28,236