Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)judge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16
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 longest-suffix prefix automaton for a finite set of forbidden factors

Definition

Let Σ be a finite alphabet and let B be a finite nonempty set of nonempty words over Σ. With SB as in Finite words, contiguous factors, avoidance and proper-prefix states, the prefix automaton for B has state set SB, initial state ε, and the following transitions.

For sSB and aΣ, reject the letter a if the concatenation sa contains a factor in B. Otherwise define δ(s,a) to be the longest suffix of sa that belongs to SB, and put an edge labelled a from s to δ(s,a). This state exists because εSB, and it is unique because suffixes of distinct lengths are distinct.

For enumeration, give every edge weight 1 over Z. Different letters that induce the same transition remain parallel edges, so the associated transfer-matrix entry is the number of such letters.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 7 results over 4 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources