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.
Foata's recursive transformation on permutations
Definition
Write a permutation in one-line form as a word of distinct integers.
Let be such a word and let be an integer not appearing in . Define a word as follows.
If is empty, put . Otherwise inspect the last letter of .
- If the last letter of is , cut immediately after each letter .
- If the last letter of is , cut immediately after each letter .
This factors into nonempty blocks . For each block with last letter , move the last letter to the front and write . Then set
Now define Foata's transformation recursively by
where is the empty word and is the last letter of the word .
This recursively transforms one-line words of permutations, hence permutations.
Depends on
Used by
Dependency tree · two levels
3 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
- Richard P. Stanley, Enumerative Combinatorics, Volume 1, second edition (standard reference, not scraped)
- Andrew Lin, MIT 18.212 Algebraic Combinatorics, Lecture 10 (standard reference, not scraped)