Admissible set: Difference between revisions
en>VladimirReshetnikov |
en>Yobot m →References: clean up, checkwiki error #18 using AWB (8863) |
||
Line 1: | Line 1: | ||
In [[graph theory]], a discipline within mathematics, a '''recursive tree''' (i.e., unordered tree) is a non-planar labeled rooted [[tree (graph theory)|tree]]. A size-''n'' recursive tree is labeled by distinct integers 1, 2, ..., ''n'', where the labels are strictly increasing starting at the root labeled 1. Recursive trees are non-planar, which means that the children of a particular node are not ordered. E.g. the following two size-three recursive trees are the same. | |||
<pre> | |||
1 1 | |||
/ \ = / \ | |||
/ \ / \ | |||
2 3 3 2 | |||
</pre> | |||
Recursive trees also appear in literature under the name Increasing Cayley trees. | |||
==Properties == | |||
The number of size-''n'' recursive trees is given by | |||
:<math> T_n= (n-1)!. \,</math> | |||
Hence the exponential [[generating function]] ''T''(''z'') of the sequence ''T''<sub>''n''</sub> is given by | |||
:<math> T(z)= \sum_{n\ge 1} T_n \frac{z^n}{n!}=\log\left(\frac{1}{1-z}\right).</math> | |||
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. | |||
:<math> F= \circ + \frac{1}{1!}\cdot \circ \times F | |||
+ \frac{1}{2!}\cdot \circ \times F* F | |||
+ \frac{1}{3!}\cdot \circ \times F* F* F * \cdots | |||
= \circ\times\exp(F),</math> | |||
where <math>\circ</math> denotes the node labeled by 1, × the Cartesian product and <math>*</math> the partition product for labeled objects. | |||
By translation of the formal description one obtains the differential equation for ''T''(''z'') | |||
:<math> T'(z)= \exp(T(z)),</math> | |||
with ''T''(0) = 0. | |||
==Bijections== | |||
There are [[bijection|bijective]] correspondences between recursive trees of size ''n'' and [[permutation]]s of size ''n'' − 1. | |||
==Applications == | |||
Recursive trees can be generated using a simple stochastic process. Such random recursive trees are used as simple models for epidemics. | |||
==References== | |||
*''Analytic Combinatorics'', Philippe Flajolet and Robert Sedgewick, Cambridge University Press, 2008 | |||
*''Varieties of Increasing Trees'', Francois Bergeron, Philippe Flajolet, and Bruno Salvy. In Proceedings of the 17th Colloquium on Trees in Algebra and Programming, Rennes, France, February 1992. Proceedings published in Lecture Notes in Computer Science vol. 581, J.-C. Raoult Ed., 1992, pp. 24–48. | |||
*''Profile of random trees: correlation and width of random recursive trees and binary search trees'' Michael Drmota and Hsien-Kuei Hwang, Adv. Appl. Prob., 37, 1-21, 2005. | |||
*''Profiles of random trees: Limit theorems for random recursive trees and binary search trees'', Michael Fuchs, Hsien-Kuei Hwang, Ralph Neininger., Algorithmica, 46:3-4, 2006, 367-407, 2006. | |||
[[Category:Trees (graph theory)]] |
Latest revision as of 00:35, 24 January 2013
In graph theory, a discipline within mathematics, a recursive tree (i.e., unordered tree) is a non-planar labeled rooted tree. A size-n recursive tree is labeled by distinct integers 1, 2, ..., n, where the labels are strictly increasing starting at the root labeled 1. Recursive trees are non-planar, which means that the children of a particular node are not ordered. E.g. the following two size-three recursive trees are the same.
1 1 / \ = / \ / \ / \ 2 3 3 2
Recursive trees also appear in literature under the name Increasing Cayley trees.
Properties
The number of size-n recursive trees is given by
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 labeled by 1, × the Cartesian product and the partition product for labeled 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 can be generated using a simple stochastic process. Such random recursive trees are used as simple models for epidemics.
References
- Analytic Combinatorics, Philippe Flajolet and Robert Sedgewick, Cambridge University Press, 2008
- Varieties of Increasing Trees, Francois Bergeron, Philippe Flajolet, and Bruno Salvy. In Proceedings of the 17th Colloquium on Trees in Algebra and Programming, Rennes, France, February 1992. Proceedings published in Lecture Notes in Computer Science vol. 581, J.-C. Raoult Ed., 1992, pp. 24–48.
- Profile of random trees: correlation and width of random recursive trees and binary search trees Michael Drmota and Hsien-Kuei Hwang, Adv. Appl. Prob., 37, 1-21, 2005.
- Profiles of random trees: Limit theorems for random recursive trees and binary search trees, Michael Fuchs, Hsien-Kuei Hwang, Ralph Neininger., Algorithmica, 46:3-4, 2006, 367-407, 2006.