Lattice Path
   HOME

TheInfoList



OR:

In
combinatorics Combinatorics is an area of mathematics primarily concerned with counting, both as a means and as an end to obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many ...
, a lattice path in the -dimensional
integer lattice In mathematics, the -dimensional integer lattice (or cubic lattice), denoted , is the lattice (group), lattice in the Euclidean space whose lattice points are tuple, -tuples of integers. The two-dimensional integer lattice is also called the s ...
of length with steps in the
set Set, The Set, SET or SETS may refer to: Science, technology, and mathematics Mathematics *Set (mathematics), a collection of elements *Category of sets, the category whose objects and morphisms are sets and total functions, respectively Electro ...
, is a sequence of
vector Vector most often refers to: * Euclidean vector, a quantity with a magnitude and a direction * Disease vector, an agent that carries and transmits an infectious pathogen into another living organism Vector may also refer to: Mathematics a ...
s such that each consecutive difference v_i - v_ lies in . A lattice path may lie in any
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 or ...
in , but the integer lattice is most commonly used. An example of a lattice path in of length 5 with steps in S = \lbrace (2,0), (1,1), (0,-1) \rbrace is L = \lbrace (-1,-2), (0,-1), (2,-1), (2,-2), (2,-3), (4,-3) \rbrace .


North-East lattice paths

A North-East (NE) lattice path is a lattice path in \mathbb^2 with steps in S = \lbrace (0,1), (1,0) \rbrace . The (0,1) steps are called North steps and denoted by N s; the (1,0) steps are called East steps and denoted by E s. NE lattice paths most commonly begin at the origin. This convention allows encoding all the information about a NE lattice path L in a single permutation word. The length of the word gives the number of steps of the lattice path, k . The order of the N s and E s communicates the sequence of L . Furthermore, the number of N s and the number of E s in the word determines the end point of L . If the permutation word for a NE lattice path contains n N -steps and e E -steps, and if the path begins at the origin, then the path necessarily ends at (e,n) . This follows because the path "walks" exactly n steps North and e steps East from (0,0) .


Counting lattice paths

Lattice paths are often used to count other combinatorial objects. Similarly, there are many combinatorial objects that count the number of lattice paths of a certain kind. This occurs when the lattice paths are in
bijection In mathematics, a bijection, bijective function, or one-to-one correspondence is a function between two sets such that each element of the second set (the codomain) is the image of exactly one element of the first set (the domain). Equival ...
with the object in question. For example, * Dyck paths are counted by the n^
Catalan number The Catalan numbers are a sequence of natural numbers that occur in various Enumeration, counting problems, often involving recursion, recursively defined objects. They are named after Eugène Charles Catalan, Eugène Catalan, though they were p ...
C_n . A Dyck path is a lattice path in \mathbb^2 from (0,0) to (2n,0) with steps in S = \lbrace (1,1), (1,-1) \rbrace that never passes below the x-axis. Equivalently, a Dyck path is a NE lattice path from (0,0) to (n,n) that lies strictly below (but may touch) the diagonal y=x . * The
Schröder number In mathematics, the Schröder number S_n, also called a ''large Schröder number'' or ''big Schröder number'', describes the number of lattice paths from the southwest corner (0,0) of an n \times n grid to the northeast corner (n,n), using only ...
s count the number of lattice paths from (0,0) to (n,n) with steps in (1,0), (0,1) and (1,1) that never rise above the diagonal y=x . * The number of NE lattice paths from (0,0) to (a,b) counts the number of
combination In mathematics, a combination is a selection of items from a set that has distinct members, such that the order of selection does not matter (unlike permutations). For example, given three fruits, say an apple, an orange and a pear, there are ...
s of a objects out of a set of a + b objects.


Combinations and NE lattice paths

NE lattice paths have close connections to the number of
combination In mathematics, a combination is a selection of items from a set that has distinct members, such that the order of selection does not matter (unlike permutations). For example, given three fruits, say an apple, an orange and a pear, there are ...
s, which are counted by the
binomial coefficient In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
, and arranged in
Pascal's triangle In mathematics, Pascal's triangle is an infinite triangular array of the binomial coefficients which play a crucial role in probability theory, combinatorics, and algebra. In much of the Western world, it is named after the French mathematician Bla ...
. The diagram below demonstrates some of these connections. The number of lattice paths from (0,0) to (n,k) is equal to the
binomial coefficient In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
\binom . The diagram shows this for 0 \leq k \leq n =4 . If one rotates the diagram 135° clockwise about the origin and extends it to include all n,k \in \mathbb \cup \lbrace 0 \rbrace , then one obtains Pascal's triangle. This result is because the k^ entry of the n^ row of Pascal's Triangle is the binomial coefficient \binom .


Problems and proofs

The graphical representation of NE lattice paths lends itself to many
bijective In mathematics, a bijection, bijective function, or one-to-one correspondence is a function between two sets such that each element of the second set (the codomain) is the image of exactly one element of the first set (the domain). Equival ...
proofs involving combinations. Here are a few examples. * \sum_^n \binom ^2 = \binom. ''Proof'': The right-hand side is equal to the number of NE lattice paths from (0,0) to (n,n) . Each of these NE lattice paths intersects exactly one of the lattice points in the rectangular array with coordinates (x, n-x) for x \in \lbrace 0, 1, \ldots, n \rbrace . This is shown in the figure below for n=4 : Every NE lattice path from (0,0) to (4,4) intersects exactly one of the colored nodes. On the left-hand side, the
binomial coefficient In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
squared, \binom^2, represents two copies of the set of NE lattice paths from (0,0) to (k,n-k) attached endpoint-to-startpoint. Rotating the second copy 90° clockwise does not change the combinatorics of the object: \binom = \binom . So the total number of lattice paths remains the same. Superimpose the NE lattice paths squared onto the same rectangular array, as seen in the figure below. We see that all NE lattice paths from (0,0) to (n,n) are accounted for. In particular, any lattice path passing through the red lattice point (for example) is counted by the squared set of lattice paths (also shown in red). \Box


See also

*
Tadepalli Venkata Narayana T. V. Narayana (Tadepalli Venkata Narayana) (23 April 1930 – 6 February 1987) was an Indo-Canadian mathematical statistician and mathematician known for his contributions to combinatorics, lattice theory and mathematical statistics. A certain seq ...


References


General references

* *{{cite book, authorlink=Chunwei Song, last=Song, first=Chunwei, title=Lattice Path Combinatorics and Special Counting Sequences: From an Enumerative Perspective , date=2024 , publisher=CRC Press , location=Boca Raton , isbn=978-1032671758 , edition=1 , doi=10.1201/9781003509912 , url=https://www.taylorfrancis.com/books/mono/10.1201/9781003509912/lattice-path-combinatorics-special-counting-sequences-chunwei-song Enumerative combinatorics