maths.freeCombinatorics & Graph Theory › Counting › Enumerative combinatorics

Enumerative combinatorics

Enumerative combinatorics is an area of combinatorics that deals with the number of ways that certain patterns can be formed. Two examples of this type of problem are counting combinations and counting permutations.

Enumerative combinatorics

Enumerative combinatorics is an area of combinatorics that deals with the number of ways that certain patterns can be formed. Two examples of this type of problem are counting combinations and counting permutations. More generally, given an infinite collection of finite sets Si indexed by the natural numbers, enumerative combinatorics seeks to describe a counting function which counts the number of objects in Sn for each n. Although counting the number of elements in a set is a rather broad mathematical problem, many of the problems that arise in applications have a relatively simple combinatorial description. The twelvefold way provides a unified framework for counting permutations, combinations and partitions.

The simplest such functions are closed formulas, which can be expressed as a composition of elementary functions such as factorials, powers, and so on. For instance, as shown below, the number of different possible orderings of a deck of n cards is f(n) = n!. The problem of finding a closed formula is known as algebraic enumeration, and frequently involves deriving a recurrence relation or generating function and using this to arrive at the desired closed form.

Often, a complicated closed formula yields little insight into the behavior of the counting function as the number of counted objects grows. In these cases, a simple asymptotic approximation may be preferable. A function \(g(n)\) is an asymptotic approximation to \(f(n)\) if \(f(n)/g(n)\rightarrow 1\) as \(n\rightarrow \infty\). In this case, we write \(f(n) \sim g(n).\,\)

Generating functions

Generating functions are used to describe families of combinatorial objects. Let \(\mathcal{F}\) denote the family of objects and let F(x) be its generating function. Then

\(F(x) = \sum^{\infty}_{n=0}f_nx^n\)

where \(f_n\) denotes the number of combinatorial objects of size n. The number of combinatorial objects of size n is therefore given by the coefficient of \(x^n\). Some common operation on families of combinatorial objects and its effect on the generating function will now be developed. The exponential generating function is also sometimes used. In this case it would have the form

\(F(x) = \sum^{\infty}_{n=0}f_n\frac{x^n}{n!}\)

Once determined, the generating function yields the information given by the previous approaches. In addition, the various natural operations on generating functions such as addition, multiplication, differentiation, etc., have a combinatorial significance; this allows one to extend results from one combinatorial problem in order to solve others.

Union

Given two combinatorial families, \(\mathcal{F}\) and \(\mathcal{G}\) with generating functions F(x) and G(x) respectively, the disjoint union of the two families (\(\mathcal{F} \cup \mathcal{G}\)) has generating function F(x) + G(x).

Pairs

For two combinatorial families as above the Cartesian product (pair) of the two families (\(\mathcal{F} \times \mathcal{G}\)) has generating function F(x)G(x).

Sequences

A (finite) sequence generalizes the idea of the pair as defined above. Sequences are arbitrary Cartesian products of a combinatorial object with itself. Formally:

\(\mbox{Seq}(\mathcal{F}) = \epsilon\ \cup\ \mathcal{F}\ \cup\ \mathcal{F} \!\times\! \mathcal{F}\ \cup\ \mathcal{F} \!\times\! \mathcal{F} \!\times\! \mathcal{F}\ \cup \cdots\)

To put the above in words: An empty sequence or a sequence of one element or a sequence of two elements or a sequence of three elements, etc. The generating function would be:

\(1+F(x) + [F(x)]^2 + [F(x)]^3 + \cdots = \frac{1}{1-F(x)}.\)

Combinatorial structures

The above operations can now be used to enumerate common combinatorial objects including trees (binary and plane), Dyck paths and cycles. A combinatorial structure is composed of atoms. For example, with trees the atoms would be the nodes. The atoms which compose the object can either be labeled or unlabeled. Unlabeled atoms are indistinguishable from each other, while labelled atoms are distinct. Therefore, for a combinatorial object consisting of labeled atoms a new object can be formed by simply swapping two or more atoms.

Binary and plane trees

Binary and plane trees are examples of an unlabeled combinatorial structure. Trees consist of nodes linked by edges in such a way that there are no cycles. There is generally a node called the root, which has no parent node. In plane trees each node can have an arbitrary number of children. In binary trees, a special case of plane trees, each node can have either two or no children. Let \(\mathcal{P}\) denote the family of all plane trees. Then this family can be recursively defined as follows:

\(\mathcal{P} = \{\bullet\} \times\, \mbox{Seq}(\mathcal{P})\)

In this case \(\{\bullet\}\) represents the family of objects consisting of one node. This has generating function x. Let P(x) denote the generating function \(\mathcal{P}\). Putting the above description in words: A plane tree consists of a node to which is attached an arbitrary number of subtrees, each of which is also a plane tree. Using the operation on families of combinatorial structures developed earlier, this translates to a recursive generating function:

\(P(x) = x\,\frac{1}{1-P(x)}\)

After solving for P(x):

\(P(x) = \frac{1-\sqrt{1-4x}}{2}\)

An explicit formula for the number of plane trees of size n can now be determined by extracting the coefficient of x:

\(\begin{align} p_n & = [x^n] P(x) = [x^n] \frac{1-\sqrt{1-4x}}{2} \\[6pt] & = [x^n] \frac{1}{2} - [x^n] \frac{1}{2} \sqrt{1-4x} \\[6pt] & = -\frac{1}{2} [x^n] \sum^{\infty}_{k=0} {\frac{1}{2} \choose k} (-4x)^k \\[6pt] & = -\frac{1}{2} {\frac{1}{2} \choose n} (-4)^n \\[6pt] & = \frac{1}{n} {2n-2 \choose n-1} \end{align}\)

Note: The notation [x] f(x) refers to the coefficient of x in f(x). The series expansion of the square root is based on Newton's generalization of the binomial theorem. To get from the fourth to fifth line manipulations using the generalized binomial coefficient is needed.

The expression on the last line is equal to the (n − 1) Catalan number. Therefore, pn = cn−1.

现在轮到你 没有计算器能解决这一个问题, 但其中的碎片是可以计算的。 请在下面尝试一个, 或者输入您自己的 。

保持你自己的工作

免费账户在每一课上都添加注解, 记录你完成的, 在一个地方解决的, 以及您可以询问的关于此页的导师。 数学本身向每个人开放, 是否签名 。

签名上签名 登录

此处所用符号

输入完整定义、图片和其中每个字母的含义的符号。

人们对人们提出的问题

Permutation or combination?

Ask whether order matters. A lock code is a permutation (order matters); a hand of cards is a combination (it does not).

What is a graph in this sense?

Dots (vertices) joined by lines (edges), not a plot. Road maps, social networks and molecules are graphs; questions like "is there a route" and "how few colours" are graph theory.

本页部分内容从 Wikipedia (CC BY-SA 4.0). 在这里进行浓缩和重新解释;错误属于我们。

更多 Combinatorics & Graph Theory