Catalan numbers C
k
- Reading: 481 Notes,
Catalan models.
[St] §6.2, vol II p. 168; §1.5 p. 42.
[FS] §I.2 p. 34-36.
- Dyck paths from (0,0) to (2k,0) with y ≥ 0: steps (ε1, . . . , ε2k) with εi = ±1,
y = ε1 + ··· + εi ≥ 0 for all i, and
ε1 + ··· + ε2k = 0.
- Delete stilt edges around first return to y = 0
⇒
recurrence Ck = ∑i+j
= k−1 CiCj
⇒
C(x) =
(1−√1−4x)⁄2x
⇒
C(x) = 1 + x C(x)2
⇒
Ck = 1⁄(k+1) (2k | k)
- Ck
= (2k | k) − (2k | k−1). Proof by involution:
𝒫+ = {all paths ε from (0,0) to (2k, 0)},
𝒫− = {all paths ε from (0,0) to (2k, −2)}.
Reflection Involution takes
(ε1, . . . , ε2k) to
(ε1, . . . , εi,
−εi+1, . . . , −ε2k)
for min i with ε1 + ··· + εi = −1.
Only Dyck paths are fixed, uncanceled.
Lindstrom-Gessel-Viennot determinants
- Reading: [St] §2.7 Determinants,
Lindstrom-Gessel-Viennot Lemma.
- Oriented graph with no oriented cycles,
inscribed in a planar disk,
sources s1, . . . , sn on left boundary,
facing sinks t1, . . . , tn on right boundary,
n × n matrix
M = (pij)n×n with pij = # of oriented paths from si to tj
- Theorem: det(M) = # of n-tuples of non-intersecting paths
(P1, . . . , Pn)
with Pi from si to ti.
- Proof by involution. The determinant is the signed count of
the class of n-tuples of paths (P1, . . . , Pn),
with Pi from si to tw(i)
for some w ∈ 𝕊n, with sign = sgn(w).
Reflection Involution: for the first path Pi having
an intersection, let its first intersection be with Pj;
keep paths P'i & P'j the same
as Pi & Pj until the intersection,
then switch them so that P'i takes si to
tw(j) and P'i takes sj to
tw(i) . The only uncanceled (fixed) n-tuples are
the non-intersecting ones, which topologically can only occur for
w = id.
- The theorem applies to much more general matrices M = (wtij)n×n.
We weight each edge e with a variable xe ,
so path P = (e1, . . . , eℓ)
has a monomial weight wt(P) =
xe1···xeℓ. Let wtij be the sum
of wt(P) for of all paths P from si to tj .
Then the determinant becomes:
det(M) = ∑ wt(P1) · · · wt(Pn)
summed over all non-intersecting n-tuples
of paths (P1, . . . , Pn).