0

Suppose $R$ is ring with unit and $a$ is a nonzero element of the ring. If there are two distinct elements $b,c$ such that $ab=ac=1$, show that there are infinite elements $x$ in $R$ such that $ax=1$.

Aref
  • 1,009

1 Answers1

2

Look at the elements

$$x_n:=b+\left(1-ca\right)a^n\;,\;\;n=1,2,3,...$$

First, we have that

$$ax_n=ab+(a-aca)a^n=1+(a-a)a^n=1$$

Second, assume $\;n>m\;$ and

$$x_n=x_m\implies(1-ca)a^n=(1-ca)a^m\implies (1-ca)a^{n-m}=1-ca\;\text{(why?)}\implies$$

$$\left[(1-ca)a^{n-m-1}+c\right]a=1$$

and this would mean $\;a\;$ has a left inverse and it is thus a unit so $\;b=c\;$, contradiction.

We thus get $\;\{x_n\}_{n\in\Bbb N}\;$ is an infinite set of right inverses of $\;a\;$ .

Timbuc
  • 34,191