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.
Computation alphabets, words, the empty word, and
Definition
Let be a finite set, called an alphabet. For each natural number , a word of length over is a function , equivalently an element of (The set of all functions ). Writing for , we display the word as . This is the same finite-word convention already used in Finite words, contiguous factors, avoidance and proper-prefix states.
The unique word of length is the empty word .
If and are words, their concatenation is the word defined by
The set of all finite words over is an indexed union in the sense of , and for .
Remarks
-
A word is an element of , not a subset of . The symbols of the alphabet are the values of the function; the word itself is the whole finite sequence.
-
For the binary alphabet the notation means every finite binary word, including .
Depends on
Used by
- Alphabet maps into Δ^* and their induced maps on words Definition
- Context-free grammars Definition
- Deterministic finite automata Definition
- Languages over an alphabet Definition
- Parse trees and their yields Definition
- The extended transition function of a DFA Definition
Dependency tree · two levels
12 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)
- John E. Savage, Models of Computation: Exploring the Power of Computing (standard reference, not scraped)
- Michael Sipser, MIT 18.404J Theory of Computation, Lecture 1 (standard reference, not scraped)