How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Dyck paths of semilength
Definition
Let . A Dyck path of semilength is a diagonal lattice path of length from to whose height function satisfies for every with (Diagonal lattice paths with steps and , and the height function). Write
for the set of them. The word semilength records that the path has steps: its length is and its semilength is .
Small cases, read off the definition. For the path has length , so consists of the empty path at and has exactly one element. For there are two diagonal paths of length from to , with step words and and height sequences and ; only the first has , so has exactly one element.
Ballot words. A ballot word of length is a word in which the number of letters equals the number of letters and, for every , the number of letters among the first is at least the number of letters among them. Step words identify the two notions: by For each start point the step word is a bijection onto the map (step word of ) is a bijection from the diagonal paths of length starting at onto , and under it the two conditions defining become the two conditions defining a ballot word. For with the number of letters among the first , the height formula of Diagonal lattice paths with steps and , and the height function gives
and is the number of letters among the first . So and the set of ballot words of length correspond bijectively, and either may be used to compute the other's size.
Remarks
-
Why the height condition is weak and not strict. A diagonal path from has , so a strict condition would be satisfied by nothing at all. The condition that bites is at the interior indices, and the two endpoints are on the boundary of it by construction.
-
Semilength, not length, is the index. Every count below is stated in terms of , and the path it counts has steps. A statement about is never a statement about paths of length ; the odd lengths carry no Dyck paths at all, since a path of odd length from cannot return to height .
Depends on
Used by
- lvertBₙ|=Cₙ Corollary
- Mₙ=∑_k∈ℕ, 2k≤ nC(n, 2k)Cₖ Corollary
- Rₙ=∑ₖ₌₀ⁿC(n+k, 2k)Cₖ Corollary
- The Catalan number Cₙ:=lvertDₙ| Definition
- The five Dyck paths of semilength 3, with their height functions Example
- The five Dyck paths, balanced bracket words, binary trees and pentagon triangulations at semilength 3 Example
- Dₙ is a finite set Lemma
- Every Dyck path of semilength n+1 factors uniquely as U P D Q with P inDᵢ and Q inDₙ₋ᵢ Lemma
- Conventions fixed on this page Remark
- (2n+1) Cₙ=C(2n+1, n), a second derivation of the Catalan count Theorem
- Bₙ is exactly the set of words of length 2n over {texttt(,texttt)} in which every prefix has at least as many texttt( as texttt) and the totals are equal Theorem
- Cₙ+C(2n, n+1)=C(2n, n) Theorem
- There is a bijection Tₙ toDₙ for every n Theorem
Dependency tree · two levels
11 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- A. Postnikov (notes by A. Lin), MIT 18.212 Algebraic Combinatorics, Spring 2019, Example 4 (standard reference, not scraped)
- C. Krattenthaler, "Lattice Path Enumeration", ch. 10 of the Handbook of Enumerative Combinatorics, §10.3 (standard reference, not scraped)