Problem Statement:
Show that no ring of order $6$ is an integral domain.
Some Definitions:
Integral Domain: a commutative ring with identity and no zero divisors.
$\mathbb{Z}_n$: group of the elements ${0, 1, 2,...,n−1}$ under addition modulo n.
My Attempt:
Let $(R, +, \cdot)$ be a ring of order $6$.
Clearly, $(R, +)$ is $\mathbb{Z}_6$ (upto isomorphism), since $R$ must be an abelian group to be a ring.
I recognize that if I can show $1\in\mathbb{Z}_6$ is the identity of $R$, then I am done [$\because (1+1)(1+1+1)=6=0$]. However, if this statement is true, I am unable to figure out a way to show this.
How do I proceed?
I am aware that this can be proved in better ways [like by using the fact that every finite integral domain is a field and that every finite field has a prime power order], however, I am interested to know if this can be proved the way I am going.