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 preserves the recognized language
Statement
Let be an NFA with epsilon-moves, and let be its subset-construction DFA. Then
Facts & Assumptions
Given: An NFA and its subset-construction DFA .
By Subset construction tracks exactly the reachable NFA state set, for every word the DFA state reached in on is exactly the NFA reachable state set on .
By Acceptance of a word by a DFA and the recognized language, accepts exactly when its reached DFA state is accepting.
By Acceptance of a word by an NFA and the recognized language, accepts exactly when its reachable state set on contains an accepting state.
Proof
Let . By [L1], the state reached by on is the subset of NFA states.
In the subset construction, a DFA state is accepting exactly when it contains an accepting NFA state. Therefore [L2] and step 1.1 show that accepts exactly when contains an accepting state.
By [L3], the condition from step 2.1 is exactly the statement that accepts . Thus accepts precisely the words that accepts, so .
Depends on
Used by
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
- Jean Gallier and Jocelyn Quaintance, Introduction to the Theory of Computation: Some Notes for CIS511 (standard reference, not scraped)
- John Watrous, Introduction to the Theory of Computing, Lecture 3: Nondeterministic finite automata (standard reference, not scraped)