Zero-product property

Zero-product property

In the mathematical areas of algebra and analysis, the zero-product property, also known as the "zero-product rule", is an abstract and explicit statement of the familiar property from elementary mathematics that if the product of two real numbers is zero, then at least one of the numbers in the product (factors) must be zero.

The zero-product property is the defining characteristic of a type of commutative ring called an integral domain, in which every non-zero element is considered to possess this property.

Informal statement of the zero-product property

* For all numbers "a" and "b", "ab" = 0 implies "a" = 0 or "b" = 0 (or both).

Introduction

Elementary mathematics includes the study of the sets of natural numbers, the integers, the rational numbers, and the real numbers. In each of these there is a number (or element) zero which has two properties:

# that 0 multiplied by any number "a" is 0: that is, 0 × "a" = 0 = "a" × 0 for any "a" in the set;
# if the product of two numbers "a" and "b" is 0 then one or both of "a" or "b" must be zero; otherwise stated, the product of two non-zero numbers is non-zero. Either of these is the zero-product property.

From Property 1 we derive the fact that, for example, 2 × 0 = 0. From Property 2 we know that if 2"x" = 0, where "x" is a real number, then we can be assured that "x" = 0. This is a result of the fact that the zero-product property holds for the real numbers (and also for all of its subsets).

Elementary examples

The zero-product property is used in solving elementary equations in one variable.

* In the solution of a linear equation "ax" + "b" = 0 in the real numbers, where "a" is non-zero, we factorize by "a" to give "a"("x" + "b"/"a") = 0. By the zero-product property, since "a" is not zero, we conclude that "x" + "b"/"a" = 0, which implies that "x" = −"b"/"a".

* In higher-degree polynomial equations the zero-product property may be invoked if the equation can by fully factored. See "Uses in analysis" below.

Algebraic context

The study of algebra involves consideration of sets of elements and operations on them. There are often elements in a set which possess special properties. For example, if "A" is a group with operation + then there is a unique element 0 in "A", called the additive identity, such that

:0 + "a" = "a" = "a" + 0 for all "a" in "A".

If the operation × of multiplication is defined for "A" (such as in the mathematical object known as a ring) then we can define an element 1 in "A", called the multiplicative identity or unity, such that

:1 × "a" = "a" = "a" × 1 for all "a" in "A".

The interplay between the additive and multiplicative operations (where multiplication distributes over addition) leads automatically to Property 1: that 0 × "a" = 0 = "a" × 0 for all "a" in "A" (which is proved below). This is true for any context in which addition and multiplication have group structures defined on the same set (for example, an algebra). Property 2 is, however, "not" a natural consequence of this interplay, as there are algebraic structures in which addition and multiplication are defined which do not have the zero-product property.

The zero-product property

The formal statement of the zero-product property is:

* Let "A" be a ring, and let "B" be a subset of "A". The "zero-product property" holds in "B" if for all elements "a" and "b" in "B" we have "ab" = 0 implies "a" = 0 or "b" = 0.

Examples

* An integral domain is a ring in which, by definition, the zero-product property holds. Thus, for example, the zero-product property holds in the ring of integers modulo "p",

::Z"p" = {0, 1, 2, ..., "p" − 1}

:where "p" is a prime, the integers Z, the rational numbers Q, the real numbers R, and the complex numbers C since these are all integral domains.

* Since any field is an integral domain, the zero-product property holds in any field.

* In the skew field of quaternions, the zero-product property holds. This ring is not an integral domain, because the multiplication is not commutative.

* Any commutative ring with the zero-product property is "almost" an integral domain (because it may not have unity); this deficiency is not critical, because the construction of the field of fractions works for this ring.

Examples of structures which do not possess the zero-product property

It is not, however, true that the zero-product property necessarily holds in every structure which possesses an additive and multiplicative operation.

* If a commutative ring "R" is not an integral domain, then the zero-product property does not hold: that is, there are non-zero "a" and "b" in "R" such that "ab" = 0. For a specific example of this, if "R" is the ring of integers modulo 6, or Z6 = {0, 1, 2, 3, 4, 5} then there are 2, 3 in Z6 such that 2 × 3 ≡ 0 (mod 6) but neither 2 ≡ 0 (mod 6) nor 3 ≡ 0 (mod 6).
* In general, Z"n", where "n" is a composite number, is not an integral domain and therefore the zero-product property does not hold. For if ::"n" = "m" × "q" : with "m", "q" < "n", then neither "m" nor "q" is equal to 0 (mod "n"), but "m" × "q" = "n" = 0 (mod "n"), violating the zero-product property.
* If "R" is the ring M2(Z) of 2 by 2 matrices with integer coefficients then there are matrices

::M = egin{pmatrix}1 & -1 \ 0 & 0end{pmatrix} and N = egin{pmatrix}0 & 1 \ 0 & 1end{pmatrix}

:neither of which is equal to the zero matrix

::0 = egin{pmatrix}0 & 0 \ 0 & 0end{pmatrix}

:such that

::MN = egin{pmatrix}1 & -1 \ 0 & 0end{pmatrix} egin{pmatrix}0 & 1 \ 0 & 1end{pmatrix} = egin{pmatrix}0 & 0 \ 0 & 0end{pmatrix} = 0,

:so M2(Z) does not possess the zero-product property.

* The ring of all functions "f" : [0, 1] → R from the unit interval to the real numbers does not possess the zero-product property (that is, is not an integral domain) because there are functions which are not identically equal to zero yet for which their product in the ring is the zero function.

Zero divisors

In a ring "R" the set of elements for which the zero-product rule does "not" hold are called the zero divisors of the ring, denoted by "Z"("R"). Thus "Z"("R") contains every element which can be multiplied by some non-zero element to produce zero. In set notation:

:"Z"("R") = {"r" in "R" | there is a non-zero "s" in "R" such that "rs" = 0 or "sr" = 0}.

Thus the zero divisors of a ring "R" are a measure of how much the zero-product property holds in "R".

* 0 is a zero divisor in any ring except the zero ring.

* The zero divisors of an integral domain consist only of the element 0, or "Z"("R") = {0}.

Uses in analysis

The zero-product property is used in solving polynomial equations over the real numbers, such as quadratic equations.

* For example, when finding all values of "x" which satisfy "x"2 + "x" − 6 = 0, we first factor the left side of the equation to obtain ("x" + 3)("x" − 2) = 0. Then, by the zero-product property, we know that either "x" + 3 = 0 (in which case "x" = − 3), or "x" − 2 = 0 (in which case "x" = 2). Thus, our solution is all "x" in the set {−3, 2}.
* This method can be extended to polynomials of higher degree. In general, if a polynomial of degree "n" with coefficients in a ring "R" can be written as a product of factors ("x" − "a"1)("x" − "a"2) ... ("x" − "a""n") = 0 then the solution set is {"a"1, "a"2, ..., "a""n"}.

* In the complex numbers the extension given above applies to "any" polynomial. Thus a polynomial "f"("z") of degree "n" over C can be written as a product of "n" factors ("z" − α) where α is one of precisely "n" roots of "f". This is known as the fundamental theorem of algebra.

Note that solving quadratic equations in algebraic structures in which the zero-product property does not hold can lead to surprising results. For example, the quadratic equation

:"x"2 − "x" = 0

has solutions {0, 1} in Z, Q, or R, but in Z6 the solution set is {0, 1, 3, 4} since 32 − 3 = 6 &equiv; 0 (mod 6) and 42 − 4 = 12 &equiv; 0 (mod 6).

Proofs


="a" × 0 = 0=

Let "A" be ring with more than one element and let "a" be a non-zero element of "A". Then "a" × 0 = "a" × ("a" + −"a") = "a"2 + (−"a"2) = 0.

ee also

* Fundamental theorem of algebra
* Integral domain
* Prime ideal
* Zero divisors

External links

* [http://planetmath.org/encyclopedia/ZeroRuleOfProduct.html PlanetMath: Zero rule of product]

References

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


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Zero divisor — In abstract algebra, a nonzero element a of a ring is a left zero divisor if there exists a nonzero b such that ab = 0.[1] Similarly, a nonzero element a of a ring is a right zero divisor if there exists a nonzero c such that ca = 0. An element… …   Wikipedia

  • Product of rings — In mathematics, it is possible to combine several rings into one large product ring. This is done as follows: if I is some index set and Ri is a ring for every i in I, then the cartesian product Πi in I Ri can be turned into a ring by defining… …   Wikipedia

  • Dot product — Scalar product redirects here. For the abstract scalar product, see Inner product space. For the operation on complex vector spaces, see Hermitian form. For the product of a vector and a scalar, see scalar multiplication. In mathematics, the dot… …   Wikipedia

  • Tensor product of modules — In mathematics, the tensor product of modules is a construction that allows arguments about bilinear maps (roughly speaking, multiplication ) to be carried out in terms of linear maps (module homomorphisms). The module construction is analogous… …   Wikipedia

  • Inner product space — In mathematics, an inner product space is a vector space with the additional structure of inner product. This additional structure associates each pair of vectors in the space with a scalar quantity known as the inner product of the vectors.… …   Wikipedia

  • Surplus product — Part of a series on Marxism …   Wikipedia

  • Cross product — This article is about the cross product of two vectors in three dimensional Euclidean space. For other uses, see Cross product (disambiguation). In mathematics, the cross product, vector product, or Gibbs vector product is a binary operation on… …   Wikipedia

  • Empty product — In mathematics, an empty product, or nullary product, is the result of multiplying no factors. It is equal to the multiplicative identity 1, given that it exists for the multiplication operation in question, just as the empty sum the result of… …   Wikipedia

  • Evenness of zero — The number 0 is even. There are several ways to determine whether an integer is even or odd, all of which indicate that 0 is an even number: it is a multiple of 2, it is evenly divisible by 2, it is surrounded on both sides by odd integers, and… …   Wikipedia

  • Parity of zero — Zero objects, divided into two equal groups Zero is an even number. In other words, its parity the quality of an integer being even or odd is even. Zero fits the definition of even number : it is an integer multiple of 2, namely 0 × 2. As a… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”