|
Article on other languages:
|
In mathematics, the binomial coefficient In combinatorics, DefinitionGiven a non-negative integer n and an integer k, the binomial coefficient is defined to be the natural number and where n! denotes the factorial of n. Alternatively, a recursive definition can be written as where The notation The binomial coefficients are the coefficients of the series expansion of a power of a binomial, hence the name: If the exponent n is a nonnegative integer then this infinite series is actually a finite sum as all terms with k>n are zero, but if the exponent n is negative or a non-integer, then it is an infinite series. (See the articles on combination and on binomial theorem). Combinatorial interpretationThe importance of the binomial coefficients (and the motivation for the alternate name 'choose') lies in the fact that
In fact, this property is often chosen as an alternative definition of the binomial coefficient, since from (1a) one may derive (1) as a corollary by a straightforward combinatorial proof. For a colloquial demonstration, note that in the formula the numerator gives the number of ways to fill the k slots using the n options, where the slots are distinguishable from one another. Thus a pizza with mushrooms added before sausage is considered to be different from a pizza with sausage added before mushrooms. The denominator eliminates these repetitions because if the k slots are indistinguishable, then all of the k! ways of arranging them are considered identical. In the context of computer science, it also helps to see ExampleThe calculation of the binomial coefficient is conveniently arranged like this: ((((5/1)·6)/2)·7)/3 = (((5·6)/2)·7)/3 = ((30/2)·7)/3 = (15·7)/3 = 105/3 = 35, alternately dividing and multiplying with increasing integers. Each division produces an integer result which is itself a binomial coefficient. Derivation from binomial expansionFor exponent 1, (1+x)1 is 1+x. For exponent 2, (1+x)2 is (1+x)·(1+x), which forms terms as follows. The first factor supplies either a 1 or a x; likewise for the second factor. Thus to form 1, the only possibility is to choose 1 from both factors; To form x2, the only possibility is to choose x from both factors. However, the x term can be formed by 1 from the first and x from the second factor, or x from the first and 1 from the second factor; thus it acquires a coefficient of 2. Proceeding to exponent 3, (1+x)3 reduces to (1+x)2·(1+x), where we already know that (1+x)2= 1+2x+x2, giving an initial expansion of (1+x)·(1+2x+x2). Again the extremes, 1 and x3 arise in a unique way. However, the x term is either 1·2x or x·1, for a coefficient of 3; likewise x2 arises in two ways, summing the coefficients 2 and 1 to give 3. This suggests an induction. Thus for exponent n, each term of (1+x)n has n−k factors of 1 and k factors of x. If k is 0 or n, the term xk arises in only one way, and we get the terms 1 and xn. So Another perspective is that to form xk from n factors of (1+x), we must choose x from k of the factors and 1 from the rest. To count the possibilities, consider all n! permutations of the factors. Represent each permutation as a shuffled list of the numbers from 1 to n. Select a 1 from the first n−k factors listed, and an x from the remaining k factors; in this way each permutation contributes to the term xk. For example, the list 〈4,1,2,3〉 selects 1 from factors 4 and 1, and selects x from factors 2 and 3, as one way to form the term x2 like this: "(1 + x)·(1 + x )·(1 + x )·(1 + x)". But the distinct list 〈1,4,3,2〉 makes exactly the same selection; the binomial coefficient formula must remove this redundancy. The n−k factors for 1 have (n−k)! permutations, and the k factors for x have k! permutations. Therefore n!/(n−k)!k! is the number of distinct ways to form the term xk. A simpler explanation follows: One can pick a random element out of n in exactly n ways, a second random element in n−1 ways, and so forth. Thus, k elements can be picked out of n in n·(n−1)···(n−k+1) ways. In this calculation, however, each order-independent selection occurs k! times, as a list of k elements can be permuted in so many ways. Thus eq. (1) is obtained. Pascal's trianglePascal's rule is the important recurrence relation which can be used to prove by mathematical induction that Pascal's rule also gives rise to Pascal's triangle:
Row number n contains the numbers
The differences between elements on other diagonals are the elements in the previous diagonal, as a consequence of the recurrence relation (3) above. Combinatorics and statisticsBinomial coefficients are of importance in combinatorics, because they provide ready formulas for certain frequent counting problems:
Identities involving binomial coefficientsWhen n is an integer This follows from (2) by using (1 + x)n = xn·(1 + x−1)n. It is reflected in the symmetry of Pascal's triangle. Another formula is it is obtained from (2) using x = 1. This is equivalent to saying that the elements in one row of Pascal's triangle always add up to two raised to an integer power. A combinatorial interpretation of this fact is given by counting subsets of size 0, size 1, size 2, and so on up to size n of a set S of n elements. Since we count the number of subsets of size i for 0 ≤ i ≤ n, this sum must be equal to the number of subsets of S, which is known to be 2n. The formula follows from (2), after differentiating with respect to x and then substituting x = 1. is found by expanding (1 + x)m (1 + x)n−m = (1 + x)n with (2). As A related formula is While equation (7a) is true for all values of m, equation (7b) is true for all values of j. From expansion (7a) using n=2m, k = m, and (4), one finds Denote by F(n + 1) the Fibonacci numbers. We obtain a formula about the diagonals of Pascal's triangle This can be proved by induction using (3). Also using (3) and induction, one can show that Again by (3) and induction, one can show that for k = 0, ... , n−1 as well as which is itself a special case of the result that for any integer k = 1, ..., n − 1, which can be shown by differentiating (2) k times and setting x = −1. The infinite series is convergent for n ≥ 2. It is the limiting case of the finite sum This formula is proved by mathematical induction on k. Using (8) one can derive and Identities with combinatorial proofsSome identities have combinatorial proofs: for This reduces to (6) when q = 1. The identity (8) also has a combinatorial proof. The identity reads Suppose you have 2n empty squares arranged in a row and you want to mark (select) n of them. There are Now apply (4) to get the result. Generating functionsThe binomial coefficients can also be derived from the labelled case of the Fundamental Theorem of Combinatorial Enumeration. This is done by defining C(n,k) to be the number of ways of partitioning [n] into two subsets, the first of which has size k. These partitions form a combinatorial class with the specification Hence the exponential generating function B of the sum function of the binomial coefficients is given by This immediately yields as expected. We mark the first subset with This yields the bivariate generating function Extracting coefficients, we find that or again as expected. This derivation closely parallels that of the Stirling numbers of the first and second kind, motivating the binomial-style notation that is used for these numbers. Divisors of binomial coefficientsThe prime divisors of A somewhat surprising result by David Singmaster (1974) is that any integer divides almost all binomial coefficients. More precisely, fix an integer d and let f(N) denote the number of binomial coefficients Since the number of binomial coefficients Bounds for binomial coefficientsThe following bounds for
GeneralizationsGeneralization to multinomialsBinomial coefficients can be generalized to multinomial coefficients. They are defined to be the number: where While the binomial coefficients represent the coefficients of (x+y)n, the multinomial coefficients represent the coefficients of the polynomial
See multinomial theorem. The case r = 2 gives binomial coefficients: The combinatorial interpretation of multinomial coefficients is distribution of n distinguishable elements over r (distinguishable) containers, each containing exactly ki elements, where i is the index of the container. Multinomial coefficients have many properties similar to these of binomial coefficients, for example the recurrence relation: and symmetry: where (σi) is a permutation of (1,2,...,r). Generalization to negative integersIf The binomial coefficient extends to Notice in particular, that This gives rise to the Pascal Hexagon or Pascal Windmill. [3] Generalization to real and complex argumentThe binomial coefficient This generalization is known as the generalized binomial coefficient and is used in the formulation of the binomial theorem and satisfies properties (3) and (7).f Alternatively, the infinite product may be used to generalize the binomial coefficient. This formula discloses that asymptotically For fixed k, the expression f(z) is the unique polynomial of degree k satisfying
Any polynomial p(z) of degree d can be written in the form This is important in the theory of difference equations and finite differences, and can be seen as a discrete analog of Taylor's theorem. It is closely related to Newton's polynomial. Alternating sums of this form may be expressed as the Nörlund-Rice integral. In particular, one can express the product of binomial coefficients as such a linear combination: where the connection coefficients are multinomial coefficients. In terms of labelled combinatorial objects, the connection coefficients represent the number of ways to assign m+n-k labels to a pair of labelled combinatorial objects of weight m and n respectively, that have had their first k labels identified, or glued together, in order to get a new labelled combinatorial object of weight m+n-k. (That is, to separate the labels into 3 portions to be applied to the glued part, the unglued part of the first object, and the unglued part of the second object.) In this regard, binomial coefficients are to exponential generating series what falling factorials are to ordinary generating series. Partial Fraction DecompositionThe partial fraction decomposition of the inverse is given by
Newton's binomial seriesNewton's binomial series, named after Sir Isaac Newton, is one of the simplest Newton series: The identity can be obtained by showing that both sides satisfy the differential equation (1+z) f'(z) = α f(z). The radius of convergence of this series is 1. An alternative expression is where the identity is applied. The formula for the binomial series was etched onto Newton's gravestone in Westminster Abbey in 1727. Two real or complex valued argumentsThe binomial coefficient is generalized to two real or complex valued arguments using gamma function or Beta function via This definition inherits these following additional properties from Γ: moreover,
Generalization to q-seriesThe binomial coefficient has a q-analog generalization known as the Gaussian binomial. Generalization to infinite cardinalsThe definition of the binomial coefficient can be generalized to infinite cardinals by defining: where A is some set with cardinality α. One can show that the generalized binomial coefficient is well-defined, in the sense that no matter what set we choose to represent the cardinal number α, Assuming the Axiom of Choice, one can show that Binomial coefficient in programming languagesThe notation Naive implementations, such as the following snippet in C:
int choose(int n, int k) {
return factorial(n) / (factorial(k) * factorial(n - k));
}
are prone to overflow errors, severely restricting the range of input values. A direct implementation of the first definition works well:
unsigned long long choose(unsigned n, unsigned k) {
if (k > n)
return 0;
if (k > n/2)
k = n-k; // faster
long double accum = 1;
for (unsigned i = 1; i <= k; i++)
accum = accum * (n-k+i) / i;
return accum + 0.5; // avoid rounding error
}
See also
Notes
References
|
This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License.