Wedderburn–Etherington number
   HOME

TheInfoList



OR:

The Wedderburn–Etherington numbers are an
integer sequence In mathematics, an integer sequence is a sequence (i.e., an ordered list) of integers. An integer sequence may be specified ''explicitly'' by giving a formula for its ''n''th term, or ''implicitly'' by giving a relationship between its terms. For ...
named for
Ivor Malcolm Haddon Etherington Ivor Malcolm Haddon Etherington FRSE (8 February 1908 -1 January 1994) was a mathematician who worked initially on general relativity, and later on genetics and introduced genetic algebras. Life He was born in Lewisham in London the son of Anni ...
.. and
Joseph Wedderburn Joseph Henry Maclagan Wedderburn FRSE FRS (2 February 1882 – 9 October 1948) was a Scottish mathematician, who taught at Princeton University for most of his career. A significant algebraist, he proved that a finite division algebra is a fi ...
. that can be used to count certain kinds of binary trees. The first few numbers in the sequence are :0, 1, 1, 1, 2, 3, 6, 11, 23, 46, 98, 207, 451, 983, 2179, 4850, 10905, 24631, 56011, ... ()


Combinatorial interpretation

These numbers can be used to solve several problems in
combinatorial enumeration 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 infini ...
. The ''n''th number in the sequence (starting with the number 0 for ''n'' = 0) counts *The number of unordered
rooted tree In graph theory, a tree is an undirected graph in which any two vertices are connected by ''exactly one'' path, or equivalently a connected acyclic undirected graph. A forest is an undirected graph in which any two vertices are connected by ''a ...
s with ''n'' leaves in which all nodes including the root have either zero or exactly two children.. These trees have been called Otter trees, after the work of Richard Otter on their combinatorial enumeration. They can also be interpreted as unlabeled and unranked dendrograms with the given number of leaves.. *The number of unordered rooted trees with ''n'' nodes in which the root has degree zero or one and all other nodes have at most two children. Trees in which the root has at most one child are called planted trees, and the additional condition that the other nodes have at most two children defines the weakly binary trees. In chemical graph theory, these trees can be interpreted as isomers of
polyene In organic chemistry, polyenes are poly- unsaturated, organic compounds that contain at least three alternating double () and single () carbon–carbon bonds. These carbon–carbon double bonds interact in a process known as conjugation, result ...
s with a designated leaf atom chosen as the root. *The number of different ways of organizing a
single-elimination tournament A single-elimination, knockout, or sudden death tournament is a type of elimination tournament where the loser of each match-up is immediately eliminated from the tournament. Each winner will play another in the next round, until the final matc ...
for ''n'' players (with the player names left blank, prior to seeding players into the tournament). The pairings of such a tournament may be described by an Otter tree. *The number of different results that could be generated by different ways of grouping the expression x^n for a binary multiplication operation that is assumed to be
commutative In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Most familiar as the name of ...
but neither associative nor
idempotent Idempotence (, ) is the property of certain operations in mathematics and computer science whereby they can be applied multiple times without changing the result beyond the initial application. The concept of idempotence arises in a number of pl ...
. For instance x^5 can be grouped into binary multiplications in three ways, as x(x(x(xx))), x((xx)(xx)), or (xx)(x(xx)). This was the interpretation originally considered by both Etherington and Wedderburn. An Otter tree can be interpreted as a grouped expression in which each leaf node corresponds to one of the copies of x and each non-leaf node corresponds to a multiplication operation. In the other direction, the set of all Otter trees, with a binary multiplication operation that combines two trees by making them the two subtrees of a new root node, can be interpreted as the free commutative magma on one generator x (the tree with one node). In this algebraic structure, each grouping of x^n has as its value one of the ''n''-leaf Otter trees.


Formula

The Wedderburn–Etherington numbers may be calculated using the
recurrence relation In mathematics, a recurrence relation is an equation according to which the nth term of a sequence of numbers is equal to some combination of the previous terms. Often, only k previous terms of the sequence appear in the equation, for a parameter ...
:a_=\sum_^ a_i a_ :a_=\frac+\sum_^ a_i a_ beginning with the base case a_1=1. In terms of the interpretation of these numbers as counting rooted binary trees with ''n'' leaves, the summation in the recurrence counts the different ways of partitioning these leaves into two subsets, and of forming a subtree having each subset as its leaves. The formula for even values of ''n'' is slightly more complicated than the formula for odd values in order to avoid double counting trees with the same number of leaves in both subtrees.


Growth rate

The Wedderburn–Etherington numbers grow asymptotically as :a_n \approx \sqrt \frac, where ''B'' is the generating function of the numbers and ''ρ'' is its
radius of convergence In mathematics, the radius of convergence of a power series is the radius of the largest disk at the center of the series in which the series converges. It is either a non-negative real number or \infty. When it is positive, the power series ...
, approximately 0.4027 , and where the constant given by the part of the expression in the square root is approximately 0.3188 .


Applications

use the Wedderburn–Etherington numbers as part of a design for an
encryption In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can de ...
system containing a hidden
backdoor A back door is a door in the rear of a building. Back door may also refer to: Arts and media * Back Door (jazz trio), a British group * Porta dos Fundos (literally “Back Door” in Portuguese) Brazilian comedy YouTube channel. * Works so titl ...
. When an input to be encrypted by their system can be sufficiently compressed by
Huffman coding In computer science and information theory, a Huffman code is a particular type of optimal prefix code that is commonly used for lossless data compression. The process of finding or using such a code proceeds by means of Huffman coding, an algo ...
, it is replaced by the compressed form together with additional information that leaks key data to the attacker. In this system, the shape of the Huffman coding tree is described as an Otter tree and encoded as a binary number in the interval from 0 to the Wedderburn–Etherington number for the number of symbols in the code. In this way, the encoding uses a very small number of bits, the base-2 logarithm of the Wedderburn–Etherington number. describe a similar encoding technique for rooted unordered binary trees, based on partitioning the trees into small subtrees and encoding each subtree as a number bounded by the Wedderburn–Etherington number for its size. Their scheme allows these trees to be encoded in a number of bits that is close to the information-theoretic lower bound (the base-2 logarithm of the Wedderburn–Etherington number) while still allowing constant-time navigation operations within the tree. use unordered binary trees, and the fact that the Wedderburn–Etherington numbers are significantly smaller than the numbers that count ordered binary trees, to significantly reduce the number of terms in a series representation of the solution to certain
differential equation In mathematics, a differential equation is an equation that relates one or more unknown functions and their derivatives. In applications, the functions generally represent physical quantities, the derivatives represent their rates of change, an ...
s..


See also

*
Catalan number In combinatorial mathematics, the Catalan numbers are a sequence of natural numbers that occur in various counting problems, often involving recursively defined objects. They are named after the French-Belgian mathematician Eugène Charles Ca ...


References


Further reading

*. {{DEFAULTSORT:Wedderburn-Etherington number Integer sequences Trees (graph theory) Graph enumeration