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.
Regular languages are closed under inverse homomorphism
Statement
Let be an alphabet map with induced word map . If is regular, then is regular over .
Facts & Assumptions
Given: An alphabet map and a regular language .
By Alphabet maps into and their induced maps on words, the induced map is obtained by concatenating the image words of the letters of the input word.
By The extended transition function of a DFA, a DFA transition function extends from letters to words, and the extension respects the recursive clause .
By Acceptance of a word by a DFA and the recognized language, a word is accepted exactly when the extended transition from the start state lands in an accepting state.
By Regular languages, every regular language is recognized by some DFA.
Proof
Choose a DFA with by [L4]. Define a DFA over with the same state set, start state, and accepting set by for each and .
We claim that for every word one has . The proof is by induction on : for both sides equal , and appending one letter updates the left-hand side by and the right-hand side by the block , exactly as [L1] and [L2] prescribe.
By [L3] and step 2.1, the DFA accepts exactly when accepts , that is, exactly when . Thus , so the inverse image is regular.
Depends on
Used by
Nothing in the library uses this result yet.
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
- H. Conrad Cunningham, Notes on Models of Computation, Chapter 4: Properties of Regular Languages (standard reference, not scraped)
- Jean Gallier and Jocelyn Quaintance, Introduction to the Theory of Computation: Some Notes for CIS511 (standard reference, not scraped)