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.
State elimination preserves the language between every surviving state pair
Statement
Let be a GNFA, let be an interior state, and let be the GNFA obtained from The GNFA state-elimination update. If and survive the elimination, then
Facts & Assumptions
Given: A GNFA , an interior state , surviving states , and a set .
By Generalized NFA's and their accepted languages, is the set of words read along paths from to whose intermediate states lie in , with each path segment interpreted through the denotation of its regular-expression label.
By The GNFA state-elimination update, eliminating replaces each surviving label by .
Proof
Let , witnessed by a path whose intermediate states lie in and by a factorization Delete every occurrence of from the state list, keeping the surviving states in order: For each consecutive pair , the deleted portion between them is either empty or consists of one entrance into , zero or more -to- loops, and one exit from . Therefore the corresponding subword of lies in the language of the updated label from [L2]. Using the same surviving-state list and these compressed subwords gives a witness that .
Conversely, let , witnessed by a surviving-state path with intermediate states in and by subwords in the denoted languages of the updated labels . For each such subword, [L2] says that it is either an old direct -to- word or a concatenation of an old -to- word, finitely many old -to- words, and an old -to- word. Expanding every updated edge in this way inserts only the eliminated state between surviving states, so the resulting path in has all intermediate states in . Hence .
Steps 1.1 and 1.2 prove the two inclusions, so the two path languages are equal.
Depends on
Used by
Dependency tree · two levels
9 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)