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.
Adding a sink turns the published prefix automaton for avoiding 11 into a DFA
Example
Let over the alphabet . The published proper-prefix state set is Adjoin a sink state , keep and accepting, and define the transitions by
This DFA accepts exactly the binary words with no factor 11.
Facts & Assumptions
Given: The forbidden-factor set over .
The published prefix automaton extends canonically to a DFA for the factor-avoidance language by adjoining a sink and declaring the states in accepting, by The published prefix automata extend canonically to DFAs for factor-avoidance languages.
Verification
The only proper prefixes of the forbidden word 11 are and 1, so these are exactly the nonsink states. The missing transition is from 1 on input 1, and it must go to the sink because the extended word 11 already contains the forbidden factor.
Once the machine reaches , the forbidden factor has already appeared, so looping at on both letters is the correct total completion. The words , 1, 10, and 1010 stay in the accepting states, while 11 and 1011 reach .
This is exactly the sink-state completion described by [L1], so the resulting DFA recognizes the binary words avoiding 11.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
5 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
- R. P. Stanley, Enumerative Combinatorics, vol. 1, 2nd ed., Example 4.7.7 and Proposition 4.7.8 (standard reference, not scraped)