![]() |
![]() |
|
![]() |
![]() |
Encyclopedia :
E :
EM :
EMP :
Empty product |
|
|
Empty productIn arithmetic, the empty product, or nullary product, is the result of multiplying no numbers. Its numerical value is one, just as the empty sum — the sum of no numbers — is zero. This fact is useful in discrete mathematics, algebra, the study of power series, and computer programs.Two often-seen instances are a0 = 1 (any number raised to the zeroth power is one) and 0! = 1 (the factorial of zero is one). Another commonplace instance is that when one cancels (in this case) 2 and 3 from both the numerator and the denominator in a fraction such as
Some examples of the use of the empty product in mathematics may be found at the following pages: binomial theorem, factorial, fundamental theorem of arithmetic, birthday paradox, Stirling number, König's theorem, binomial type, difference operator, Pochhammer symbol, product (category theory), proof that e is irrational, prime factor, binomial series, multiset. More generally, given an operation of multiplication on some collection of objects, the empty product is the result of multiplying no objects together. It is generally defined to be the identity element with respect to the given operation, if such exists. For example, the empty direct product of (isomorphism classes of) groups is (the isomorphism class of) the trivial group, since every group is isomorphic to its direct product with the trivial group. A conceptual rationale Imagine a calculator that can only multiply.
A more technical justificationThe definition of an empty product can be based on that of the empty sum: The sum of two logarithms is equal to the logarithm of the product of their operands, i.e.:
Using this property as definition, and extending this to the empty product, the right-hand side of this equation evaluates to for the empty set, because the empty sum is defined to be zero, and therefore the empty product must equal one. 0 raised to the 0th power Some accounts say that any non-zero number raised to the 0th power is 1. However, for other purposes, such as those of combinatorics, set theory, the binomial theorem, and power series, one should take 00 = 1. A consistent point of view incorporating all of these aspects is to accept that 00 = 1 in all situations, but the function h(x,y) := xy is not continuous. Nullary intersection For similar reasons, the intersection of an empty set of subsets of a set X is conventionally equal to X. See nullary intersection for more information. Complex numbersWhen considering the complex numbers as pairs of real numbers one often identifies the pairs (x, 0) with the reals x. In this sense one can think that the cartesian product R × {0} is equal to R. This means the equation
In computer programmingMost programming languages do not permit the direct expression of the empty product, because multiplication is taken to be a binary operator. (A programmer may, of course, implement it.) Lisp languages are an exception, where fully parenthesized prefix notation and variadic functions give rise to a natural notation for nullary functions. (* 2 2) ; evaluates to 4 (* 2) ; evaluates to 2 (*) ; evaluates to 1 External linkssci.math FAQ: What is 00?
|
|
|
This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License. |
|
| © 2008 Chamas Enterprises Inc. |