0

I'm reading Dummit's book. (Abstract Algebra, 3ed, p224) Now I want to prove the following. Suppose $R$ is a ring with 1. Then, $|R|=1$($R$ is a trivial ring, [or the zero ring in the book]) if and only if $1=0$.

$(\Rightarrow)$ : Since $0\in R$, $1\in R$ and $|R|=1$, it is immediate that $1=0$.

$(\Leftarrow)$ : Suppose that $a\in R$. Then $a=a\cdot1=a\cdot0\stackrel{(*)}=0$. Thus $R=\{0\}$.

But how can I justify $(*)$? Does that follow immediately from the definition of a ring with unity?

Or, is there another proof for $(\Leftarrow)$?

govin
  • 355

1 Answers1

0

The comments already answer the question. However, I will just post this answer to close the thread.

We know that $0+0=0$ as $0$ is the additive neutral element and that $a(0+0)=a0+a0$ by distributivity. Putting these together gives us the following:

$$a0=a(0+0)=a0+a0 \implies (a0+a0)-a0=a0-a0 \implies a0=0$$

We know that $a0+(-a0)=a0-a0=0$ as every element $r$ in a ring has an additive inverse and one can show (and I would advise you doing so) that this inverse is in fact given by $-r=(-1)r$.

mrtaurho
  • 16,663