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: converting to Chomsky normal form preserves epsilon without a special start-symbol exception
Statement
False claim: converting a context-free grammar to Chomsky normal form preserves without any special exception.
Facts & Assumptions
Given: The grammar with one variable and one production,
The statement refuted is: CNF conversion preserves without a special start-symbol exception.
Chomsky normal form allows an -production only in the special case with absent from every right-hand side, by Chomsky normal form.
Every context-free grammar is equivalent to one in Chomsky normal form, by Every context-free language has an equivalent grammar in Chomsky normal form.
Refutation
The given grammar generates exactly the language . So any equivalent CNF grammar must still generate .
Without the exception described in [L1], every CNF production would have the form or . Such rules can produce only nonempty terminal words, because every terminal step contributes one symbol and no rule deletes all remaining symbols. Therefore a grammar with only those two rule types cannot generate .
Step 1.2 contradicts the requirement from step 1.1, so the special start-symbol exception is genuinely necessary. The claim [A1] is false.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
6 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
- John Watrous, Introduction to the Theory of Computing, Lecture 8 (standard reference, not scraped)