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.
Every finite language is regular
Statement
Every finite language over an alphabet is regular.
Facts & Assumptions
Given: A finite language .
A language over is regular exactly when it is recognized by some DFA over , by Regular languages.
Let be the set consisting of together with every prefix of every word in . Because is finite and each word has only finitely many prefixes, the set is finite.
Proof
Define a machine with state set , start state , accepting set , and transition rule By [F1] the state set is finite, and the transition rule is total on .
We claim that, for every word , the run from ends at the state when , and ends at when . This follows by induction on the length of : appending a letter keeps the machine at the longer prefix exactly when that longer word still lies in , and otherwise sends the run to , where it remains.
A word is accepted by exactly when the final state lies in . By step 1.2 this happens exactly when , because every word in is one of its own prefixes and therefore belongs to .
Thus for the DFA from step 1.1, so [L1] shows that is regular.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
13 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
- Jean Gallier and Jocelyn Quaintance, Introduction to the Theory of Computation: Some Notes for CIS511 (standard reference, not scraped)