Zero-product property

From HandWiki
Short description: The product of two nonzero elements is nonzero

In algebra, the zero-product property states that the product of two nonzero elements is nonzero. In other words, [math]\displaystyle{ \text{if }ab=0,\text{ then }a=0\text{ or }b=0. }[/math]

This property is also known as the rule of zero product, the null factor law, the multiplication property of zero, the nonexistence of nontrivial zero divisors, or one of the two zero-factor properties.[1] All of the number systems studied in elementary mathematics — the integers [math]\displaystyle{ \Z }[/math], the rational numbers [math]\displaystyle{ \Q }[/math], the real numbers [math]\displaystyle{ \Reals }[/math], and the complex numbers [math]\displaystyle{ \Complex }[/math] — satisfy the zero-product property. In general, a ring which satisfies the zero-product property is called a domain.

Algebraic context

Suppose [math]\displaystyle{ A }[/math] is an algebraic structure. We might ask, does [math]\displaystyle{ A }[/math] have the zero-product property? In order for this question to have meaning, [math]\displaystyle{ A }[/math] must have both additive structure and multiplicative structure.[2] Usually one assumes that [math]\displaystyle{ A }[/math] is a ring, though it could be something else, e.g. the set of nonnegative integers [math]\displaystyle{ \{ 0, 1, 2, \ldots \} }[/math] with ordinary addition and multiplication, which is only a (commutative) semiring.

Note that if [math]\displaystyle{ A }[/math] satisfies the zero-product property, and if [math]\displaystyle{ B }[/math] is a subset of [math]\displaystyle{ A }[/math], then [math]\displaystyle{ B }[/math] also satisfies the zero product property: if [math]\displaystyle{ a }[/math] and [math]\displaystyle{ b }[/math] are elements of [math]\displaystyle{ B }[/math] such that [math]\displaystyle{ ab = 0 }[/math], then either [math]\displaystyle{ a = 0 }[/math] or [math]\displaystyle{ b = 0 }[/math] because [math]\displaystyle{ a }[/math] and [math]\displaystyle{ b }[/math] can also be considered as elements of [math]\displaystyle{ A }[/math].

Examples

  • A ring in which the zero-product property holds is called a domain. A commutative domain with a multiplicative identity element is called an integral domain. Any field is an integral domain; in fact, any subring of a field is an integral domain (as long as it contains 1). Similarly, any subring of a skew field is a domain. Thus, the zero-product property holds for any subring of a skew field.
  • If [math]\displaystyle{ p }[/math] is a prime number, then the ring of integers modulo [math]\displaystyle{ p }[/math] has the zero-product property (in fact, it is a field).
  • The Gaussian integers are an integral domain because they are a subring of the complex numbers.
  • In the strictly skew field of quaternions, the zero-product property holds. This ring is not an integral domain, because the multiplication is not commutative.
  • The set of nonnegative integers [math]\displaystyle{ \{0,1,2,\ldots\} }[/math] is not a ring (being instead a semiring), but it does satisfy the zero-product property.

Non-examples

  • Let [math]\displaystyle{ \Z_n }[/math] denote the ring of integers modulo [math]\displaystyle{ n }[/math]. Then [math]\displaystyle{ \Z_6 }[/math] does not satisfy the zero product property: 2 and 3 are nonzero elements, yet [math]\displaystyle{ 2 \cdot 3 \equiv 0 \pmod{6} }[/math].
  • In general, if [math]\displaystyle{ n }[/math] is a composite number, then [math]\displaystyle{ \Z_n }[/math] does not satisfy the zero-product property. Namely, if [math]\displaystyle{ n = qm }[/math] where [math]\displaystyle{ 0 \lt q,m \lt n }[/math], then [math]\displaystyle{ m }[/math] and [math]\displaystyle{ q }[/math] are nonzero modulo [math]\displaystyle{ n }[/math], yet [math]\displaystyle{ qm \equiv 0 \pmod{n} }[/math].
  • The ring [math]\displaystyle{ \Z^{2 \times 2} }[/math] of 2×2 matrices with integer entries does not satisfy the zero-product property: if [math]\displaystyle{ M = \begin{pmatrix}1 & -1 \\ 0 & 0\end{pmatrix} }[/math] and [math]\displaystyle{ N = \begin{pmatrix}0 & 1 \\ 0 & 1\end{pmatrix}, }[/math] then [math]\displaystyle{ MN = \begin{pmatrix}1 & -1 \\ 0 & 0\end{pmatrix} \begin{pmatrix}0 & 1 \\ 0 & 1\end{pmatrix} = \begin{pmatrix}0 & 0 \\ 0 & 0\end{pmatrix} = 0, }[/math] yet neither [math]\displaystyle{ M }[/math] nor [math]\displaystyle{ N }[/math] is zero.
  • The ring of all functions [math]\displaystyle{ f: [0,1] \to \R }[/math], from the unit interval to the real numbers, has nontrivial zero divisors: there are pairs of functions which are not identically equal to zero yet whose product is the zero function. In fact, it is not hard to construct, for any n ≥ 2, functions [math]\displaystyle{ f_1,\ldots,f_n }[/math], none of which is identically zero, such that [math]\displaystyle{ f_i \, f_j }[/math] is identically zero whenever [math]\displaystyle{ i \neq j }[/math].
  • The same is true even if we consider only continuous functions, or only even infinitely smooth functions. On the other hand, analytic functions have the zero-product property.

Application to finding roots of polynomials

Suppose [math]\displaystyle{ P }[/math] and [math]\displaystyle{ Q }[/math] are univariate polynomials with real coefficients, and [math]\displaystyle{ x }[/math] is a real number such that [math]\displaystyle{ P(x)Q(x) = 0 }[/math]. (Actually, we may allow the coefficients and [math]\displaystyle{ x }[/math] to come from any integral domain.) By the zero-product property, it follows that either [math]\displaystyle{ P(x) = 0 }[/math] or [math]\displaystyle{ Q(x) = 0 }[/math]. In other words, the roots of [math]\displaystyle{ PQ }[/math] are precisely the roots of [math]\displaystyle{ P }[/math] together with the roots of [math]\displaystyle{ Q }[/math].

Thus, one can use factorization to find the roots of a polynomial. For example, the polynomial [math]\displaystyle{ x^3 - 2x^2 - 5x + 6 }[/math] factorizes as [math]\displaystyle{ (x-3)(x-1)(x+2) }[/math]; hence, its roots are precisely 3, 1, and −2.

In general, suppose [math]\displaystyle{ R }[/math] is an integral domain and [math]\displaystyle{ f }[/math] is a monic univariate polynomial of degree [math]\displaystyle{ d \geq 1 }[/math] with coefficients in [math]\displaystyle{ R }[/math]. Suppose also that [math]\displaystyle{ f }[/math] has [math]\displaystyle{ d }[/math] distinct roots [math]\displaystyle{ r_1,\ldots,r_d \in R }[/math]. It follows (but we do not prove here) that [math]\displaystyle{ f }[/math] factorizes as [math]\displaystyle{ f(x) = (x-r_1) \cdots (x-r_d) }[/math]. By the zero-product property, it follows that [math]\displaystyle{ r_1,\ldots,r_d }[/math] are the only roots of [math]\displaystyle{ f }[/math]: any root of [math]\displaystyle{ f }[/math] must be a root of [math]\displaystyle{ (x-r_i) }[/math] for some [math]\displaystyle{ i }[/math]. In particular, [math]\displaystyle{ f }[/math] has at most [math]\displaystyle{ d }[/math] distinct roots.

If however [math]\displaystyle{ R }[/math] is not an integral domain, then the conclusion need not hold. For example, the cubic polynomial [math]\displaystyle{ x^3 + 3x^2 + 2x }[/math] has six roots in [math]\displaystyle{ \Z_6 }[/math] (though it has only three roots in [math]\displaystyle{ \Z }[/math]).

See also

Notes

  1. The other being a⋅0 = 0⋅a = 0. Mustafa A. Munem and David J. Foulis, Algebra and Trigonometry with Applications (New York: Worth Publishers, 1982), p. 4.
  2. There must be a notion of zero (the additive identity) and a notion of products, i.e., multiplication.

References

  • David S. Dummit and Richard M. Foote, Abstract Algebra (3d ed.), Wiley, 2003, ISBN 0-471-43334-9.

External links