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.
FALSE: swapping the accepting states of a DPDA automatically complements its language
Statement
False claim: once a language is recognized by a DPDA, one complements the language simply by declaring the old nonaccepting states to be accepting and the old accepting states to be nonaccepting.
Facts & Assumptions
Given: A DPDA with one state , bottom marker , no accepting states, and one transition , so the machine loops forever without reading input.
The statement refuted is: swapping the accepting states of a DPDA automatically complements its language.
By Deterministic pushdown automata and deterministic context-free languages, a DPDA may have an enabled -move as its unique move from a configuration.
By Deterministic context-free languages are closed under complement, complementation of DPDA languages requires an explicit construction, not merely a relabeling of states.
Refutation
The displayed machine recognizes the empty language, because on every marked input it follows the unique -loop forever and never reaches an accepting final state.
If we merely declare the state to be accepting, the machine still follows exactly the same infinite -loop on every marked input, so it still recognizes the empty language. In particular, it does not recognize the complement .
This contradicts [A1]. The complement theorem [L2] needs the endmarker and loop repairs; naive state swapping does not suffice.
Depends on
Used by
Dependency tree · two levels
4 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
- Dexter C. Kozen, Automata and Computability (standard reference, not scraped)