Symbolic method (combinatorics)

This is an old revision of this page, as edited by Michael Hardy (talk | contribs) at 01:38, 4 January 2007 (Product: punctuation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Symbolic combinatorics is a technique of analytic combinatorics that uses symbolic representations of combinatorial classes to derive their generating functions. The underlying mathematics, including the Polya enumeration theorem, are explained on the page of the fundamental theorem of combinatorial enumeration.

Procedure

Typically, one starts with the neutral class  , containing a single object of size 0 (the neutral object, often denoted by  ), and one or more atomic classes  , each containing a single object of size 1. Next, set-theoretic relations involving various simple operations, such as disjoint unions, products, sets, sequences, and multisets define more complex classes in terms of the already defined classes. These relations may be recursive. The elegance of symbolic combinatorics lies in that the set theoretic, or symbolic, relations translate directly into algebraic relations involving the generating functions.

In this article, we will follow the convention of using script uppercase letters to denote combinatorial classes and the corresponding plain letters for the generating functions (so the class   has generating function  ).

There are two types of generating functions commonly used in symbolic combinatorics — ordinary generating functions, used for combinatorial classes of unlabelled objects, and exponential generating functions, used for classes of labelled objects.

It is trivial to show that the generating functions (either ordinary or exponential) for   and   are   and  , respectively. The disjoint union is also simple — for disjoint sets   and  ,   implies  . The relations corresponding to other operations depend on whether we are talking about labelled or unlabelled structures (and ordinary or exponential generating functions).

Combinatorial sum

The restriction of unions to disjoint unions is an important one; however, in the formal specification of symbolic combinatorics, it is too much trouble to keep track of which sets are disjoint. Instead, we make use of a construction that guarantees there is no intersection (be careful, however; this affects the semantics of the operation as well). In defining the combinatorial sum of two sets   and  , we mark members of each set with a distinct marker, for example   for members of   and   for members of  . The combinatorial sum is then:

 

This is the operation that formally corresponds to addition.

Unlabelled structures

With unlabelled structures, an ordinary generating function (OGF) is used. The OGF of a sequence   is defined as

 

Product

The product of two combinatorial classes   and   is specified by defining the size of an ordered pair as the sum of the sizes of the elements in the pair. Thus we have for   and  ,  . This should be a fairly intuitive definition. We now note that the number of elements in   of size n is

 

Using the definition of the OGF and some elementary algebra, we can show that

  implies  

Sequence

The sequence construction, denoted by   is defined as

 

In other words, a sequence is the neutral element, or an element of  , or an ordered pair, ordered triple, etc. This leads to the relation

 

Set

The set (or powerset) construction, denoted by   is defined as

 

which leads to the relation

 

where the expansion

  was used to go from line 4 to line 5.

Multiset

The multiset construction, denoted   is a generalization of the set construction. In the set construction, each element can occur zero or one times. In a multiset, each element can appear an arbitrary number of times. Therefore,

 

This leads to the relation

 

where, similar to the above set construction, we expand  , swap the sums, and substitute for the OGF of  .

Other elementary constructions

Other important elementary constructions are:

  • the cycle construction ( ), like sequences except that cyclic rotations are not considered distinct
  • pointing ( ), in which each member of   is augmented by a neutral (zero size) pointer to one of its atoms
  • substitution ( ), in which each atom in a member of   is replaced by a member of  .

The derivations for these constructions are too complicated to show here. Here are the results:

Construction Generating function
    (where   is the Euler totient function)
   
   

Examples

Many combinatorial classes can be built using these elementary constructions. For example, the class of plane trees (the order of the subtrees matters) is specified by the recursive relation

 

In other words, a tree is a root node of size 1 and a sequence of subtrees. This gives

 

or

 

Another example (and a classic combinatorics problem) is integer partitions. First, define the class of positive integers  , where the size of each integer is its value:

 

The OGF of   is then

 

Now, define the set of partitions   as

 

The OGF of   is

 

Unfortunately, there is no closed form for  ; however, the OGF can be used to derive a recurrence relation, or, using more advanced methods of analytic combinatorics, calculate the asymptotic behavior of the counting sequence.

Labelled structures

An object is weakly labelled if each of its atoms has a nonnegative integer label, and each of these labels is distinct. An object is (strongly or well) labelled, if furthermore, these labels comprise the consecutive integers  . Note: some combinatorial classes are best specified as labelled structures or unlabelled structures, but some readily admit both specifications. A good example of labelled structures is the class of labelled graphs.

With labelled structures, an exponential generating function (EGF) is used. The EGF of a sequence   is defined as

 

Product

For labelled structures, we must use a different definition for product than for unlabelled structures. In fact, if we simply used the cartesian product, the resulting structures would not even be well labelled. Instead, we use the so-called labelled product, denoted  .

For a pair   and  , we wish to combine the two structures into a single structure. In order for the result to be well labelled, this requires some relabelling of the atoms in   and  . We will restrict our attention to relabellings that are consistent with the order of the original labels. Note that there are still multiple ways to do the relabelling; thus, each pair of members determines not a single member in the product, but a set of new members. The details of this construction are found on the page of the Labelled enumeration theorem.

To aid this development, let us define a function,  , that takes as its argument a (possibly weakly) labelled object   and relabels its atoms in an order-consistent way so that   is well labelled. We then define the labelled product for two objects   and   as

 

Finally, the labelled product of two classes   and   is

 

The EGF can be derived by noting that for objects of size   and  , there are   ways to do the relabelling. Therefore, the total number of objects of size   is

 

This binomial convolution relation for the terms is equivalent to multiplying the EGFs,

 

Sequence

The sequence construction   is defined similarly to the unlabelled case:

 

and again, as above,

 

Set

In labelled structures, a set of   elements corresponds to exactly   sequences. This is different from the unlabelled case, where some of the permutations may coincide. Thus for  , we have

 

Cycle

Cycles are also easier than in the unlabelled case. A cycle of length   corresponds to   distinct sequences. Thus for  , we have

 

Other elementary constructions

The operators

 

represent cycles of even and odd length, and sets of even and odd cardinality.

Examples

Stirling numbers of the second kind may be derived and analyzed using the structural decomposition

 

The decomposition

 

is used to study unsigned Stirling numbers of the first kind, and in the derivation of the statistics of random permutations.