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 ten monotone lattice paths from to
Example
The ten monotone paths from to are exactly the length- words in with two steps. Grouped by the positions of the steps, they are:
| positions of the steps | step word |
|---|---|
EEENN | |
EENEN | |
EENNE | |
ENEEN | |
ENENE | |
ENNEE | |
NEEEN | |
NEENE | |
NENEE | |
NNEEE |
Facts & Assumptions
Verification
Every word in the table has length with three steps and two steps, so each is a monotone path from to .
Every monotone path from to has length with exactly two steps, so its step word appears in the table at the row indexed by those two positions.
The table has ten rows, which agrees with [L1] because .
The boundary cases of the theorem are visible too: there is one path from to , namely EEE, and one path from to , namely the empty path.
Remarks
- The table is the concrete instance of the subset bijection used in the proof of the general counting theorem: the path is determined by the positions of its north steps.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
16 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.2 (standard reference, not scraped)