- Source: Lattice path
In combinatorics, a lattice path L in the d-dimensional integer lattice
Z
d
{\displaystyle \mathbb {Z} ^{d}}
of length k with steps in the set S, is a sequence of vectors
v
0
,
v
1
,
…
,
v
k
∈
Z
d
{\displaystyle v_{0},v_{1},\ldots ,v_{k}\in \mathbb {Z} ^{d}}
such that each consecutive difference
v
i
−
v
i
−
1
{\displaystyle v_{i}-v_{i-1}}
lies in S.
A lattice path may lie in any lattice in
R
d
{\displaystyle \mathbb {R} ^{d}}
, but the integer lattice
Z
d
{\displaystyle \mathbb {Z} ^{d}}
is most commonly used.
An example of a lattice path in
Z
2
{\displaystyle \mathbb {Z} ^{2}}
of length 5 with steps in
S
=
{
(
2
,
0
)
,
(
1
,
1
)
,
(
0
,
−
1
)
}
{\displaystyle S=\lbrace (2,0),(1,1),(0,-1)\rbrace }
is
L
=
{
(
−
1
,
−
2
)
,
(
0
,
−
1
)
,
(
2
,
−
1
)
,
(
2
,
−
2
)
,
(
2
,
−
3
)
,
(
4
,
−
3
)
}
{\displaystyle 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
Z
2
{\displaystyle \mathbb {Z} ^{2}}
with steps in
S
=
{
(
0
,
1
)
,
(
1
,
0
)
}
{\displaystyle S=\lbrace (0,1),(1,0)\rbrace }
. The
(
0
,
1
)
{\displaystyle (0,1)}
steps are called North steps and denoted by
N
{\displaystyle N}
s; the
(
1
,
0
)
{\displaystyle (1,0)}
steps are called East steps and denoted by
E
{\displaystyle E}
s.
NE lattice paths most commonly begin at the origin. This convention allows encoding all the information about a NE lattice path
L
{\displaystyle L}
in a single permutation word. The length of the word gives the number of steps of the lattice path,
k
{\displaystyle k}
. The order of the
N
{\displaystyle N}
s and
E
{\displaystyle E}
s communicates the sequence of
L
{\displaystyle L}
. Furthermore, the number of
N
{\displaystyle N}
s and the number of
E
{\displaystyle E}
s in the word determines the end point of
L
{\displaystyle L}
.
If the permutation word for a NE lattice path contains
n
{\displaystyle n}
N
{\displaystyle N}
-steps and
e
{\displaystyle e}
E
{\displaystyle E}
-steps, and if the path begins at the origin, then the path necessarily ends at
(
e
,
n
)
{\displaystyle (e,n)}
. This follows because the path "walks" exactly
n
{\displaystyle n}
steps North and
e
{\displaystyle e}
steps East from
(
0
,
0
)
{\displaystyle (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 with the object in question. For example,
Dyck paths are counted by the
n
th
{\displaystyle n^{\text{th}}}
Catalan number
C
n
{\displaystyle C_{n}}
. A Dyck path is a lattice path in
Z
2
{\displaystyle \mathbb {Z} ^{2}}
from
(
0
,
0
)
{\displaystyle (0,0)}
to
(
2
n
,
0
)
{\displaystyle (2n,0)}
with steps in
S
=
{
(
1
,
1
)
,
(
1
,
−
1
)
}
{\displaystyle S=\lbrace (1,1),(1,-1)\rbrace }
that never passes below the
x
{\displaystyle x}
-axis. Equivalently, a Dyck path is a NE lattice path from
(
0
,
0
)
{\displaystyle (0,0)}
to
(
n
,
n
)
{\displaystyle (n,n)}
that lies strictly below (but may touch) the diagonal
y
=
x
{\displaystyle y=x}
.
The Schröder numbers count the number of lattice paths from
(
0
,
0
)
{\displaystyle (0,0)}
to
(
n
,
n
)
{\displaystyle (n,n)}
with steps in
(
1
,
0
)
,
(
0
,
1
)
{\displaystyle (1,0),(0,1)}
and
(
1
,
1
)
{\displaystyle (1,1)}
that never rise above the diagonal
y
=
x
{\displaystyle y=x}
.
The number of NE lattice paths from
(
0
,
0
)
{\displaystyle (0,0)}
to
(
a
,
b
)
{\displaystyle (a,b)}
counts the number of combinations of
a
{\displaystyle a}
objects out of a set of
a
+
b
{\displaystyle a+b}
objects.
Combinations and NE lattice paths
NE lattice paths have close connections to the number of combinations, which are counted by the binomial coefficient, and arranged in Pascal's triangle. The diagram below demonstrates some of these connections.
The number of lattice paths from
(
0
,
0
)
{\displaystyle (0,0)}
to
(
n
,
k
)
{\displaystyle (n,k)}
is equal to the binomial coefficient
(
n
+
k
n
)
{\displaystyle {\binom {n+k}{n}}}
. The diagram shows this for
0
≤
k
≤
n
=
4
{\displaystyle 0\leq k\leq n=4}
. If one rotates the diagram 135° clockwise about the origin and extends it to include all
n
,
k
∈
N
∪
{
0
}
{\displaystyle n,k\in \mathbb {N} \cup \lbrace 0\rbrace }
, then one obtains Pascal's triangle. This result is because the
k
th
{\displaystyle k^{\text{th}}}
entry of the
n
th
{\displaystyle n^{\text{th}}}
row of Pascal's Triangle is the binomial coefficient
(
n
k
)
{\displaystyle {\binom {n}{k}}}
.
= Problems and proofs
=The graphical representation of NE lattice paths lends itself to many bijective proofs involving combinations. Here are a few examples.
∑
k
=
0
n
(
n
k
)
2
=
(
2
n
n
)
.
{\displaystyle \sum _{k=0}^{n}{\binom {n}{k}}^{2}={\binom {2n}{n}}.}
Proof: The right-hand side is equal to the number of NE lattice paths from
(
0
,
0
)
{\displaystyle (0,0)}
to
(
n
,
n
)
{\displaystyle (n,n)}
. Each of these NE lattice paths intersects exactly one of the lattice points in the rectangular array with coordinates
(
x
,
n
−
x
)
{\displaystyle (x,n-x)}
for
x
∈
{
0
,
1
,
…
,
n
}
{\displaystyle x\in \lbrace 0,1,\ldots ,n\rbrace }
. This is shown in the figure below for
n
=
4
{\displaystyle n=4}
: Every NE lattice path from
(
0
,
0
)
{\displaystyle (0,0)}
to
(
4
,
4
)
{\displaystyle (4,4)}
intersects exactly one of the colored nodes.
On the left-hand side, the binomial coefficient squared,
(
n
k
)
2
{\displaystyle {\binom {n}{k}}^{2}}
, represents two copies of the set of NE lattice paths from
(
0
,
0
)
{\displaystyle (0,0)}
to
(
k
,
n
−
k
)
{\displaystyle (k,n-k)}
attached endpoint-to-startpoint. Rotating the second copy 90° clockwise does not change the combinatorics of the object:
(
n
k
)
=
(
n
n
−
k
)
{\displaystyle {\binom {n}{k}}={\binom {n}{n-k}}}
. 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
)
{\displaystyle (0,0)}
to
(
n
,
n
)
{\displaystyle (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).
◻
{\displaystyle \Box }
See also
Tadepalli Venkata Narayana
References
Kata Kunci Pencarian:
- Qualcomm
- Metaloid
- Lattice path
- Ira Gessel
- Lattice graph
- Lattice gauge theory
- Self-avoiding walk
- Narayana number
- Reciprocal lattice
- Tadepalli Venkata Narayana
- Chasman–Green lattice
- Lindström–Gessel–Viennot lemma