Mathwords logoMathwords

Zero Divisor — Definition, Formula & Examples

A zero divisor is a nonzero element aa in a ring such that ab=0a \cdot b = 0 for some nonzero element bb. In other words, two nonzero things can multiply together to give zero, which never happens with ordinary integers or real numbers.

Let RR be a ring. A nonzero element aRa \in R is called a zero divisor if there exists a nonzero element bRb \in R such that ab=0ab = 0 or ba=0ba = 0. If ab=0ab = 0, then aa is a left zero divisor; if ba=0ba = 0, then aa is a right zero divisor. In a commutative ring, these notions coincide.

How It Works

To determine whether an element is a zero divisor, you look for a nonzero partner that produces zero under multiplication. In Z/6Z\mathbb{Z}/6\mathbb{Z}, for instance, 2ˉ3ˉ=0ˉ\bar{2} \cdot \bar{3} = \bar{0}, so both 2ˉ\bar{2} and 3ˉ\bar{3} are zero divisors. A ring with no zero divisors (other than 00 itself) is called an integral domain. The integers Z\mathbb{Z}, for example, form an integral domain because the product of two nonzero integers is always nonzero.

Worked Example

Problem: Determine whether 4ˉ\bar{4} is a zero divisor in Z/12Z\mathbb{Z}/12\mathbb{Z}.
Step 1: We need to find a nonzero element bˉ\bar{b} in Z/12Z\mathbb{Z}/12\mathbb{Z} such that 4ˉbˉ=0ˉ\bar{4} \cdot \bar{b} = \bar{0}, i.e., 4b0(mod12)4b \equiv 0 \pmod{12}.
4b0(mod12)4b \equiv 0 \pmod{12}
Step 2: Try b=3b = 3: compute 4×3=124 \times 3 = 12, and 120(mod12)12 \equiv 0 \pmod{12}. Since 3ˉ0ˉ\bar{3} \neq \bar{0} in Z/12Z\mathbb{Z}/12\mathbb{Z}, we have found a nonzero partner.
4ˉ3ˉ=12=0ˉ\bar{4} \cdot \bar{3} = \overline{12} = \bar{0}
Answer: Yes, 4ˉ\bar{4} is a zero divisor in Z/12Z\mathbb{Z}/12\mathbb{Z} because 4ˉ3ˉ=0ˉ\bar{4} \cdot \bar{3} = \bar{0} with 3ˉ0ˉ\bar{3} \neq \bar{0}.

Why It Matters

Zero divisors determine fundamental structural properties of rings. A commutative ring without zero divisors is an integral domain, which guarantees cancellation laws and enables fraction-field constructions. Recognizing zero divisors is essential in abstract algebra courses and arises in coding theory, where properties of polynomial rings over finite fields depend on the absence of zero divisors.

Common Mistakes

Mistake: Calling 00 itself a zero divisor.
Correction: By definition, a zero divisor must be a nonzero element. The element 00 satisfies 0b=00 \cdot b = 0 trivially for all bb, so it is excluded to keep the concept meaningful.