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.
Reflecting the initial segment at the first visit to level
Statement
Let , let , and let with and . Write for the set of diagonal paths that touch the level (Diagonal lattice paths with steps and , and the height function).
For with height function , let be the least index with and define to be the diagonal path whose height function is
The two clauses agree at , and
is a bijection. Its inverse is given by the same recipe, applied to a path starting at height .
Facts & Assumptions
Given: an integer , a natural number , and integers and .
A diagonal path of length from is the same datum as a function with and for ; it touches the level when for some (Diagonal lattice paths with steps and , and the height function).
If a diagonal path of length has or , then for some with (A diagonal path with or satisfies for some ).
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: there is with for all (The well-ordering principle).
Proof
Let and let be a diagonal path of length from with height function and , touching the level . The set of indices with is a nonempty subset of , so it has a least element , and because . The function displayed in the statement is well defined, since at the first clause gives and the second gives ; it satisfies and ; and for one has while for one has . So is the height function of a diagonal path of length from ending at .
Every touches the level : its height function has because , and , so and [L1] supplies an index with height . Likewise every that touches is in by definition.
The first visit to is at the same index for and for the path built in step 1.1: for we have , hence , while .
Applying step 1.1 with shows maps into , and applying it with , which is legitimate by step 1.2, shows the same recipe maps into and, since the image touches , into . Applying the recipe twice returns the original path: by step 2.1 the first visit index is the same at both applications, and for while the second segment is untouched. So the two maps are two-sided inverses of one another and is a bijection by [L2].
Remarks
-
The proof is the two-sided inverse, and that is deliberate. A count of the reflected paths that argued only that reflection produces a path of the right kind would not show that every such path arises, and it is exactly the surjectivity that step 1.2 supplies, from the intermediate-value lemma.
-
The endpoint hypothesis. The stated form assumes , as required by the reflection principle that uses it, and then the first visit satisfies . The same construction also remains a bijection when ; in that boundary case the first visit may be the final index and reflection fixes that endpoint.
Depends on
- Diagonal lattice paths with steps $U=(1,1)$ and $D=(1,-1)$, and the height function
- A diagonal path with $h(0)\le c\le h(n)$ or $h(n)\le c\le h(0)$ satisfies $h(i)=c$ for some $i$
- $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
26 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
- C. Krattenthaler, "Lattice Path Enumeration", ch. 10 of the Handbook of Enumerative Combinatorics, §10.3 (standard reference, not scraped)