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 subset construction can require exponentially many states
Statement
For each integer there exists a language over that is recognized by an NFA with states but by no DFA with fewer than states.
Facts & Assumptions
Given: An integer and the alphabet .
By Nondeterministic finite automata with epsilon-moves, an NFA may branch into several possible next states on the same input symbol.
By Deterministic finite automata, a DFA has exactly one state after each input prefix, so two prefixes that land in the same state must have the same future acceptance behavior.
Proof
Let be the set of words over for which at least one letter occurs an odd number of times. An NFA for has one start state and, for each , two parity states that track whether the number of 's seen so far is even or odd. By [L1], the machine may nondeterministically choose which letter to track, and then it accepts exactly when that tracked count ends odd. Thus has an NFA with states.
For a prefix , let be its parity vector, whose th coordinate records whether has appeared an even or odd number of times in . Distinct parity vectors are distinguishable: if , append the suffix consisting of exactly those letters whose parity is odd in . The resulting word from has all-even parity and is not in , while the resulting word from still has at least one odd coordinate and lies in .
Therefore no DFA can place two different parity vectors in the same state, because [L2] would then force the same acceptance behavior for the distinguishing suffix from step 1.2. Since there are parity vectors, every DFA for needs at least states.
So the subset-construction simulation of NFA's by DFA's can require exponentially many states.
Depends on
Used by
Dependency tree · two levels
14 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)