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.
The reflection bijection applied to
Example
Take the diagonal path with step word UDDUDU. Its height sequence is
The first visit to the level is at index . Reflecting the initial segment through the line changes the first four heights to
so the reflected path has step word DUUUDU and runs from to .
Facts & Assumptions
Given: the path UDDUDU.
If and , reflection sends a path from to that first visits level at to the path with heights for and for ; this is a bijection onto the paths from to (Reflecting the initial segment at the first visit to level ).
The Catalan count at semilength is (, The set of -element subsets and the binomial coefficient ).
Verification
The path UDDUDU starts at height , ends at height , and first reaches the level at the index .
Reflecting the heights through the line gives , so the reflected step word is DUUUDU; applying the same reflection to DUUUDU returns UDDUDU.
The count behind the example agrees with [L2]: there are diagonal paths from to , of them touch the level , and the remaining are the Dyck paths of semilength .
Remarks
- The reflected path is not a Dyck path; that is the whole point. The bijection removes exactly the paths that touch the forbidden level.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
25 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)