Young–Fibonacci Lattice
   HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, the Young–Fibonacci graph and Young–Fibonacci lattice, named after Alfred Young and
Leonardo Fibonacci Fibonacci (; also , ; – ), also known as Leonardo Bonacci, Leonardo of Pisa, or Leonardo Bigollo Pisano ('Leonardo the Traveller from Pisa'), was an Italian mathematician from the Republic of Pisa, considered to be "the most talented Western ...
, are two closely related structures involving sequences of the digits 1 and 2. Any digit sequence of this type can be assigned a ''rank'', the sum of its digits: for instance, the rank of 11212 is 1 + 1 + 2 + 1 + 2 = 7. As was already known in ancient India, the number of sequences with a given rank is a
Fibonacci number In mathematics, the Fibonacci numbers, commonly denoted , form a sequence, the Fibonacci sequence, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors start the sequence from ...
. The Young–Fibonacci lattice is an infinite
modular lattice In the branch of mathematics called order theory, a modular lattice is a lattice (order), lattice that satisfies the following self-duality (order theory), dual condition, ;Modular law: implies where are arbitrary elements in the lattice, &nbs ...
having these digit sequences as its elements, compatible with this rank structure. The Young–Fibonacci graph is the
graph Graph may refer to: Mathematics *Graph (discrete mathematics), a structure made of vertices and edges **Graph theory, the study of such graphs and their properties *Graph (topology), a topological space resembling a graph in the sense of discre ...
of this lattice, and has a vertex for each digit sequence. As the graph of a modular lattice, it is a
modular graph In graph theory, a branch of mathematics, the modular graphs are undirected graphs in which every three vertices , , and have at least one ''median vertex'' that belongs to shortest paths between each pair of , , and .Young's lattice In mathematics, Young's lattice is a lattice that is formed by all integer partitions. It is named after Alfred Young, who, in a series of papers ''On quantitative substitutional analysis,'' developed the representation theory of the symmetric gr ...
and after the Fibonacci number of their elements at any given rank.


Digit sequences with a given rank

A digit sequence with rank may be formed either by adding the digit 2 to a sequence with rank , or by adding the digit 1 to a sequence with rank . If is the
function Function or functionality may refer to: Computing * Function key, a type of key on computer keyboards * Function model, a structured representation of processes in a system * Function object or functor or functionoid, a concept of object-oriente ...
that maps to the number of different digit sequences of that rank, therefore, satisfies 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 ...
defining the Fibonacci numbers, but with slightly different initial conditions: (there is one rank-0 string, the
empty string In formal language theory, the empty string, or empty word, is the unique string of length zero. Formal theory Formally, a string is a finite, ordered sequence of characters such as letters, digits or spaces. The empty string is the special cas ...
, and one rank-1 string, consisting of the single digit 1). These initial conditions cause the sequence of values of to be shifted by one position from the
Fibonacci number In mathematics, the Fibonacci numbers, commonly denoted , form a sequence, the Fibonacci sequence, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors start the sequence from ...
s: . In the ancient Indian study of prosody, the Fibonacci numbers were used to count the number of different sequences of short and long syllables with a given total length; if the digit 1 corresponds to a short syllable, and the digit 2 corresponds to a long syllable, the rank of a digit sequence measures the total length of the corresponding sequence of syllables. See the
Fibonacci number In mathematics, the Fibonacci numbers, commonly denoted , form a sequence, the Fibonacci sequence, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors start the sequence from ...
article for details.


Graphs of digit sequences

The Young–Fibonacci graph is an infinite
graph Graph may refer to: Mathematics *Graph (discrete mathematics), a structure made of vertices and edges **Graph theory, the study of such graphs and their properties *Graph (topology), a topological space resembling a graph in the sense of discre ...
, with a vertex for each string of the digits "1" and "2" (including the
empty string In formal language theory, the empty string, or empty word, is the unique string of length zero. Formal theory Formally, a string is a finite, ordered sequence of characters such as letters, digits or spaces. The empty string is the special cas ...
). The neighbors of a string ''s'' are the strings formed from ''s'' by one of the following operations: #Insert a "1" into ''s'', prior to the leftmost "1" (or anywhere in ''s'' if it does not already contain a "1"). #Change the leftmost "1" of ''s'' into a "2". #Remove the leftmost "1" from ''s''. #Change a "2" that does not have a "1" to the left of it into a "1". It is straightforward to verify that each operation can be inverted: operations 1 and 3 are inverse to each other, as are operations 2 and 4. Therefore, the resulting graph may be considered to be
undirected In discrete mathematics, and more specifically in graph theory, a graph is a structure amounting to a set of objects in which some pairs of the objects are in some sense "related". The objects correspond to mathematical abstractions called '' v ...
. However, it is usually considered to be a
directed acyclic graph In mathematics, particularly graph theory, and computer science, a directed acyclic graph (DAG) is a directed graph with no directed cycles. That is, it consists of vertices and edges (also called ''arcs''), with each edge directed from one ve ...
in which each edge connects from a vertex of lower rank to a vertex of higher rank. As both and observe, this graph has the following properties: *It is
connected Connected may refer to: Film and television * ''Connected'' (2008 film), a Hong Kong remake of the American movie ''Cellular'' * '' Connected: An Autoblogography About Love, Death & Technology'', a 2011 documentary film * ''Connected'' (2015 TV ...
: any nonempty string may have its rank reduced by some operation, so there is a sequence of operations leading from it to the empty string, reversing which gives a directed path in the graph from the empty string to every other vertex. *It is compatible with the rank structure: every directed path has length equal to the difference in ranks of its endpoints. *For every two distinct nodes ''u'' and ''v'', the number of common immediate predecessors of ''u'' and ''v'' equals the number of common immediate successors of ''u'' and ''v''; this number is either zero or one. *The
out-degree In mathematics, and more specifically in graph theory, a directed graph (or digraph) is a graph that is made up of a set of vertices connected by directed edges, often called arcs. Definition In formal terms, a directed graph is an ordered pai ...
of every vertex equals one plus its
in-degree In mathematics, and more specifically in graph theory, a directed graph (or digraph) is a graph that is made up of a set of vertices connected by directed edges, often called arcs. Definition In formal terms, a directed graph is an ordered pai ...
. calls a graph with these properties a ''Y''-graph; calls a graph with a weaker version of these properties (in which the numbers of common predecessors and common successors of any pair of nodes must be equal but may be greater than one) the graph of a
differential poset In mathematics, a differential poset is a partially ordered set (or ''poset'' for short) satisfying certain local properties. (The formal definition is given below.) This family of posets was introduced by as a generalization of Young's lattice ( ...
.


Partial order and lattice structure

The
transitive closure In mathematics, the transitive closure of a binary relation on a set is the smallest relation on that contains and is transitive. For finite sets, "smallest" can be taken in its usual sense, of having the fewest related pairs; for infinite s ...
of the Young–Fibonacci graph is a
partial order In mathematics, especially order theory, a partially ordered set (also poset) formalizes and generalizes the intuitive concept of an ordering, sequencing, or arrangement of the elements of a set. A poset consists of a set together with a binary ...
. As shows, any two vertices ''x'' and ''y'' have a unique greatest common predecessor in this order (their ''meet'') and a unique least common successor (their ''join''); thus, this order is a
lattice Lattice may refer to: Arts and design * Latticework, an ornamental criss-crossed framework, an arrangement of crossing laths or other thin strips of material * Lattice (music), an organized grid model of pitch ratios * Lattice (pastry), an ornam ...
, called the Young–Fibonacci lattice. To find the meet of and , one may first test whether one of and is a predecessor of the other. A string is a predecessor of another string in this order exactly when the number of "2" digits remaining in , after removing the longest common suffix of and , is at least as large as the number of all digits remaining in after removing the common suffix. If is a predecessor of according to this test, then their meet is , and similarly if is a predecessor of then their meet is . In a second case, if neither nor is the predecessor of the other, but one or both of them begins with a "1" digit, the meet is unchanged if these initial digits are removed. And finally, if both and begin with the digit "2", the meet of and may be found by removing this digit from both of them, finding the meet of the resulting suffixes, and adding the "2" back to the start. A common successor of and (though not necessarily the least common successor) may be found by taking a string of "2" digits with length equal to the longer of and . The least common successor is then the meet of the finitely many strings that are common successors of and and predecessors of this string of "2"s. As further observes, the Young–Fibonacci lattice is
modular Broadly speaking, modularity is the degree to which a system's components may be separated and recombined, often with the benefit of flexibility and variety in use. The concept of modularity is used primarily to reduce complexity by breaking a sy ...
. incorrectly claims that it is distributive; however, the sublattice formed by the strings forms a diamond sublattice, forbidden in distributive lattices.


References

*. Translated from ''Zapiski Nauchnykh Seminarov Leningradskogo Otdeleniya Matematicheskogo Instituta im. V. A. Steklova AN SSSR'' 155: 156–175, 1986. *. {{DEFAULTSORT:Young-Fibonacci lattice Lattice theory Fibonacci numbers Combinatorics on words Individual graphs Infinite graphs