Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicableSession-authored (Fable 5 assisted)judge pass (gpt-5.6-terra)audited 2026-08-26
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 w be such a word and let x be an integer not appearing in w. Define a word γx(w) as follows.

If w is empty, put γx(w):=w. Otherwise inspect the last letter of w.

  • If the last letter of w is x, cut w immediately after each letter x.
  • If the last letter of w is >x, cut w immediately after each letter >x.

This factors w into nonempty blocks w=w1wr. For each block wj=ujyj with last letter yj, move the last letter to the front and write β(wj):=yjuj. Then set

γx(w):=β(w1)β(wr).

Now define Foata's transformation Φ recursively by

Φ(ϵ):=ϵ,Φ(wx):=γx(Φ(w))x,

where ϵ is the empty word and x is the last letter of the word wx.

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