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.
Running the basic regular-language decision procedures on small DFA's
Example
Let be the two-state DFA over that accepts exactly the words with an even number of 's, and let be the two-state DFA that accepts exactly the words ending in .
Facts & Assumptions
Given: The DFA's and just described.
By DFA membership, emptiness, finiteness, equivalence, and containment are decidable, DFA membership, emptiness, finiteness, equivalence, and containment each have a decision procedure.
Verification
Membership on the concrete input returns "yes" for , because the run sees two 's and finishes in the even-parity state.
The emptiness test returns "nonempty" for both machines, and the finiteness test returns "infinite" for both: accepts , while accepts .
The equivalence test returns "not equivalent" because but . The containment tests also return "no" in both directions, because and .
These outcomes match the decision procedures promised by [L1] on an explicit pair of DFA's.
Depends on
Used by
Nothing in the library uses this result yet.
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
- John Watrous, Introduction to the Theory of Computing, Lecture 15: Encodings; examples of decidable languages (standard reference, not scraped)