Alphabeta Math
PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 2026-09-12
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 n1 there exists a language over Σn={a1,,an} that is recognized by an NFA with 2n+1 states but by no DFA with fewer than 2n states.

Facts & Assumptions

Given: An integer n1 and the alphabet Σn={a1,,an}.

[L1]

By Nondeterministic finite automata with epsilon-moves, an NFA may branch into several possible next states on the same input symbol.

[L2]

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

technique · direct
1.1

Let Ln be the set of words over Σn for which at least one letter ai occurs an odd number of times. An NFA for Ln has one start state and, for each i, two parity states that track whether the number of ai's seen so far is even or odd. By [L1], the machine may nondeterministically choose which letter ai to track, and then it accepts exactly when that tracked count ends odd. Thus Ln has an NFA with 1+2n states.

L1givenconstruct
1.2

For a prefix u, let π(u){0,1}n be its parity vector, whose ith coordinate records whether ai has appeared an even or odd number of times in u. Distinct parity vectors are distinguishable: if π(u)π(v), append the suffix consisting of exactly those letters whose parity is odd in π(u). The resulting word from u has all-even parity and is not in Ln, while the resulting word from v still has at least one odd coordinate and lies in Ln.

givenconstruct
2.1

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 2n parity vectors, every DFA for Ln needs at least 2n states.

L2step 1.2
3.1

So the subset-construction simulation of NFA's by DFA's can require exponentially many states.

step 1.1step 2.1

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