Jump to content

Recursive tree

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Michael Hardy (talk | contribs) at 04:24, 13 June 2008 (closer to Wikipedia:Manual of Style (mathematics) and Wikipedia:Manual of Style). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In graph theory, a discipline within mathematics, recursive trees are non-planar labeled rooted trees. A size n tree recursive tree is labeled by distinct integers 1, 2, ..., n, where the labels are strictly increasing starting at the root labeled 1. Since recursive trees are non-planar there is no left to right order. E.g. the following two size three recursive trees are the same.

       1          1   
      / \   =    / \           
     /   \      /   \
    2     3    3     2

Properties

Let Tn denote the number of size n recursive trees.

Hence the exponential generating function T(z) of the sequence Tn is given by

Combinatorically a recursive tree can be interpreted as a root followed by an unordered sequence of recursive trees. Let F denote the family of recursive trees.

where denotes the node labelled by 1, × the Cartesian product and the partition product for labelled objects.

By translation of the formal description one obtains the differential equation for T(z)

with T(0) = 0.

Bijections

There are bijective correspondences between recursive trees of size n and permutations of size n − 1.

Applications

Recursive trees are used as simple models for epidemics.

References