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.
Every Dyck path of semilength factors uniquely as with and
Statement
Let and put
The map sending to the diagonal path of length from whose step word is , then the step word of , then , then the step word of , is a bijection
onto the Dyck paths of semilength (Dyck paths of semilength ). The index is recovered from the image as the first return: is the least positive index at which the height of is .
Facts & Assumptions
Given: a natural number , and the set above.
is the set of diagonal paths of length from to whose height function satisfies for every (Dyck paths of semilength ).
A diagonal path of length from is the same datum as a function with and for ; with the number of up-steps among the first its height is (Diagonal lattice paths with steps and , and the height function).
For a step set , a point and , the map sending a lattice path to its step word is a bijection (For each start point the step word is a bijection onto ).
For : is a bijection if and only if there is a function with and ( is a bijection if and only if there is a function with and ; such a is unique, equals the inverse relation , and is itself a bijection).
Every nonempty subset has a least element (The well-ordering principle).
Proof
lands in , and for its image the first return to height is at the index . The concatenated word has length , so by [L1] it is the step word of exactly one diagonal path of length from . Writing , , for the three height functions, [F2] gives , for , and for ; since we get and , so . Hence throughout and , so by [F1]; and for , so no index in the range from to has height and the first return is exactly at .
is surjective. Let have height and step word . Since and , the first step is up and . The set of positive indices with contains , so by [L3] it has a least element , and because . By [F2] the number is even for every , so forces even, say with and . For we have and , hence ; in particular , and since the step at is down and . Let be the diagonal path of length from with step word and the one of length with step word , both supplied by [L1]. Then with , so ; and with , so . The word of is , then that of , then , then that of , so .
is injective. If then by step 1.1 the common image has first return at and at , so ; the three blocks of the step word are then determined by their positions, so and have the same step word and likewise and , whence and by [L1].
By steps 2.1 and 1.2 the map is injective and surjective, so it is a bijection, and by [L2] it has a two-sided inverse, namely the map sending to the triple built in step 1.2. At the set has the single element with both factors the empty path, and sends it to the path with step word , which is the unique member of .
Remarks
-
Why the first return and not the last. The decomposition is forced by reading the path from the left: the first step is up, and the index at which the height first comes back to is the only place the path can be cut so that the inner block is a Dyck path after a shift and the outer remainder is one outright. Cutting at the last return also gives a decomposition, of a different shape, and the two must not be mixed.
-
Three later theorems on this page are this lemma applied elsewhere. The Motzkin and Schröder equations and the recursion for binary trees are the same first-return argument run over a different step set or a different recursive family, and each states the analogue rather than reusing this statement.
Depends on
- Dyck paths of semilength $n$
- Diagonal lattice paths with steps $U=(1,1)$ and $D=(1,-1)$, and the height function
- For each start point the step word is a bijection onto $S^n$
- $f : A \to B$ is a bijection if and only if there is a function $g : B \to A$ with $g \circ f = \Delta_A$ and $f \circ g = \Delta_B$; such a $g$ is unique, equals the inverse relation $f^{-1}$, and is itself a bijection
- The well-ordering principle
Used by
Dependency tree · two levels
28 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, Proposition 5 (standard reference, not scraped)
- D. Guichard, An Introduction to Combinatorics and Graph Theory, §3.5 (standard reference, not scraped)