-1

Let $R$ be a finite ring. Show that the following are equivalent:
i. $R$ is a division ring.
ii. $R$ is nontrivial and if $r$,$s \in R$, with $rs=0$, then either $r=0$ or $s=0$.
$\textbf{NOTE:}$ A commutative ring that satisfies (ii) is called an integral domain or sometimes just a domain. The problem tells us that finite domains are fields.


I am not sure if I have one direction done properly. The other direction stumps me.

$\textbf{Proof:}$ (i) $\implies$ (ii) Suppose $R$ is a division ring. Then every nonzero element is invertible. Let $r,s \in R$ where $r \neq 0$. Suppose $rs=0$. Then $r^{-1}(rs)=s \implies s=r^{-1}0=0 \implies s=0$.
$\therefore$ $rs=0 \implies r=0 \,\, \text{or} \,\, s=0$.

(ii) $\implies$ (i) Suppose $R$ is a finite ring that is nontrivial. Let $r,s \in R$ with $rs=0$ and either $r=0$ or $s=0$. [We want to show that $R$ is a division ring. So we want to show that every nonzero element is a unit. I know that a ring is a division ring if and only if the set of units denoted $U(R)=R-\{0\}$, where $R-\{0\}=R^\times$ is the multiplicative group of $R$.] How do I being to prove this direction?

Arturo Magidin
  • 398,050

3 Answers3

4

Hint:

Let $r\in R,\;r\ne 0$. Consider the endomorphism of the underlying additive group: $\begin{aligned}[t] m_r:R&\longrightarrow R\\ s&\longmapsto rs \end{aligned}$

Show that $m_r$ is injective. As $R$ is finite, injective $\longleftrightarrow$ surjective $\longleftrightarrow$ bijective, and consequently, $1$ is attained.

Bernard
  • 175,478
2

(ii) $\Rightarrow$ (i): Let $r$ be a nonzero element of $R$. You want to show that $r$ has a multiplicative inverse. What can you say about the elements $r, r^2, r^3$ etc.?

D_S
  • 33,891
  • will $r$,$r^2$, $r^3$, etc all equal to $0$? Because of the conditions of (ii)? – Doodle Bob Feb 01 '21 at 18:30
  • No, quite the opposite. If, for example, $r^2$ was zero, that would imply $r$ was zero. If $r^3$ was zero, that would imply $r^2$ or $r$ was zero. And so on. – D_S Feb 01 '21 at 18:31
  • Oh right since all $r$,$r^2$,$r^3$ are nonzero elements of $R$. I'm not sure what this is getting at. Is it that $r=r^{-1}$? – Doodle Bob Feb 01 '21 at 18:57
  • No probably not. Since $R$ is finite, eventually the pattern of nonzero elements $r, r^2, r^3$ is going to contain a repetition. – D_S Feb 01 '21 at 18:59
  • Hm. I don't think I see what you are getting at then when you say, "What can you say about the elements" – Doodle Bob Feb 01 '21 at 19:06
  • Let's say for example that $r^2 = r^5$. Then $0 = r^5 - r^2 = (r^3-1)r^2$. Since $r^2 \neq 0$, this forces $r^3 - 1 = 0$, and so we would see $r^2$ is the inverse of $r$. – D_S Feb 02 '21 at 05:13
1

Let $R=\{r_1=1,r_2,\dots,r_k\}$ be the distinct elements of $R.$

Assume $r\in R$ does no have an inverse. Then the set $rR=\{rr_1,rr_2,\dots,rr_k\}$ must have fewer than $k$ elements, since $1$ is not in $rR.$ So, by the pigeonhole principle, there must be some $i,j$ with $i\neq j$ Such that $rr_i=rr_j.$

But then $r(r_i-r_j)=0.$. So either $r=0$ or $r_i-r_j=0.$

But $i\neq j,$ so $r_i\neq r_j$ and thus by (ii) $r=0.$

Thomas Andrews
  • 177,126
  • I realize this is really the same argument as another answer, but that one requires more mathematical sophistication (injective, surjective functions, and the theorem referenced.) – Thomas Andrews Feb 04 '21 at 15:26