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 pumping lemma for regular languages
Statement
If is regular, then there exists such that every word with can be written as with
Facts & Assumptions
Given: A regular language .
By Regular languages, some DFA recognizes .
By Deterministic finite automata, a DFA has only finitely many states.
By Acceptance of a word by a DFA and the recognized language, a word is in exactly when an accepting state is reached after reading it in some DFA for .
By The extended transition function of a DFA, reading a word letter by letter determines the successive run states.
By The pigeonhole principle on , among objects placed into only positions, some two positions coincide.
Proof
Choose the DFA recognizing supplied by [L0], and let be its number of states, which is finite by [L1]. Fix a word with . As reads the prefixes , [L3] gives visited states.
By [L4], two of those first visited states are equal; write them as the states after the prefixes of lengths , and set , , and . Then , , and .
Because the run returns to the same state after reading , repeating or deleting that loop does not change the state reached before the suffix . Therefore [L2] implies for every , so the factorization from step 2.1 satisfies all three required conditions.
Depends on
Used by
Dependency tree · two levels
20 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)
- Eric Blais, Models of Computation, 20. Nonregular Languages (standard reference, not scraped)