logo

If a Zero Divisor of a Ring Is Idempotent, It Can Be Expressed as a Direct Sum 📂Abstract Algebra

If a Zero Divisor of a Ring Is Idempotent, It Can Be Expressed as a Direct Sum

Theorem

If a zero divisor $a$ of a ring $R$ with unity $1$ satisfies $a^2 = a$, that is, if it is an idempotent, then $R$ is represented as the unique direct product of $aR$ and $(1-a)R$. $$ R = a R \times (1-a)R $$

Explanation

This theorem has a distinctly mathematical charm, to the point that one can grasp it without separately defining the direct sum for rings.

Proof

Part (i). Existence

For $r \in R$, $$ ar \in aR \\ (1-a) r \in (1-a) R $$ and since $r = ar + (1-a)r$, we have $R = a R \times (1-a)R$.


Part (ii). Uniqueness

For $r_{1}, r_{2}, r_{3} , r_{4} \in R$, let $$ \begin{align*} a r_{1} =& x_{1} \in aR \\ a r_{3} =& x_{2} \in aR \\ (1-a) r_{2} =& y_{1} \in (1-a) R \\ (1-a) r_{4} =& y_{2} \in (1-a) R \end{align*} $$ and it suffices to show that $x_{1} = x_{2}$ and $y_{1} = y_{2}$. $$ \begin{align*} & x_{1} + y_{1} = x_{2} + y_{2} \\ \implies& a r_{1} + (1-a) r_{2} = a r_{3} + (1-a) r_{4} \\ \implies& a^2 r_{1} + a(1-a) r_{2} = a^2 r_{3} + a(1-a) r_{4} \end{align*} $$ Since $a^2 = a$ and $a(1-a) = a - a^2 = a-a = 0$, $$ x_{1} = a r_{1} = a^2 r_{1} = a^2 r_{3} = a r_{3} = x_{2} $$ holds. Likewise, $$ a r_{1} + (1-a) r_{2} = a r_{3} + (1-a) r_{4} $$ and since $a r_{1} = a r_{3}$, $$ (1-a) r_{2} = (1-a) r_{4} $$ Therefore, we obtain the following. $$ y_{1} = (1-a) r_{2} = (1-a) r_{4} = y_{2} $$


Part (iii). Exclusivity

Suppose $x \in aR \cap (1-a)R$. Then for some $r_{1} , r_{2} \in R$, $$ x = a r_{1} = (1-a) r_{2} $$ holds. Multiplying both sides by $a$ gives $$ ax = a^2 r_{1} = a(1-a) r_{2} = (a - a^2) r_{2} = 0 \cdot r_{2} = 0 $$ Since $x=a r_{1} = a^2 r_{1} = 0$, we obtain the following. $$ aR \cap (1-a)R = \left\{ 0 \right\} $$

See Also