Empty product
From Wikipedia, the free encyclopedia
Categories: All articles with unsourced statements | Articles with unsourced statements since July 2007 | Arithmetic | One
|
In mathematics, an empty product, or nullary product, is the result of multiplying no numbers. Its numerical value is 1, the multiplicative identity, just as the empty sum—the result of adding no numbers—is zero, or the additive identity.[1][2][3] The empty product is used in discrete mathematics, algebra, the study of power series, and computer programs. The term "empty product" is most often used in the above sense when discussing arithmetic operations. However, the term is sometimes employed when discussing set-theoretic intersections, categorical products, and products in computer programming; these are discussed below.
Nullary arithmetic productFrequent examplesTwo often-seen instances are Failed to parse (Missing texvc executable; please see math/README to configure.): a^0 = 1 (any number raised to the zeroth power is one) and Failed to parse (Missing texvc executable; please see math/README to configure.): 0! = 1 (the factorial of zero is one). More 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, proof that e is irrational, prime factor, binomial series, multiset. Intuitive justificationImagine a calculator that can only multiply. It has an "ENTER" key and a "CLEAR" key. One would wish that, for example, if one presses "CLEAR", 7 "ENTER", 3 "ENTER", 4 "ENTER", then the display reads 84, because 7 × 3 × 4 = 84. More precisely, we specify:
Then the starting value after pressing "CLEAR" has to be 1. After one has pressed "clear" and done nothing else, the number of factors one has entered is zero. Therefore the product of zero numbers is 1. 0 raised to the 0th power
In set theory and combinatorics, the cardinal number nm is the size of the set of functions from a set of size m into a set of size n. If m is positive and n is zero, then there are no such functions, because there are no elements in the latter set to map those of the former set into. This justifies the convention that 0m = 0 when m is positive. However, if both sets are empty (size 0), then there is exactly one such mapping — the empty function. Thus 00 = 1. The value of 00 is discussed in more detail in the article on exponentiation. Nullary intersectionFor 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. Nullary Cartesian productConsider the general definition of the Cartesian product:
Under the perhaps more familiar n-tuple interpretation,
Nullary Cartesian product of functionsThe empty Cartesian product of functions is again the empty function. Nullary categorical productIn any category, the product of an empty family is a terminal object of that category. In the category of sets, for example, this is a singleton set, while in the category of groups, this is a trivial group with one element. Dually, the coproduct of an empty family is an initial object. Nullary categorical products or coproducts may not exist in a given category; e.g. in the category of fields, neither exists. In computer programmingMost programming languages do not permit the direct expression of the empty product, because multiplication is taken to be an infix operator and therefore a binary operator. (A programmer may, of course, implement it.) Languages implementing variadic functions are the exception. For example, the fully parenthesized prefix notation of Lisp languages gives rise to a natural notation for nullary functions: (* 2 2 2) ; evaluates to 8 (* 2 2) ; evaluates to 4 (* 2) ; evaluates to 2 (*) ; evaluates to 1 Many[citation needed] programming languages with infix multiplication also offer a generalized multiplication function, often called References
See alsoExternal linksThis article incorporates material from Empty product on PlanetMath, which is licensed under the GFDL.fr:Produit vide sv:Tom produkt |


