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.
Multitape and nondeterministic Turing machine variants
Definition
Fix finite alphabets with , and a finite state set with distinct states .
For an integer , a deterministic -tape Turing machine has the same finite control data as the one-tape model, but carries right-infinite tapes and head positions. Its transition function has the form So one step reads one symbol from each tape, writes one symbol on each tape, and moves each head left or right.
A nondeterministic one-tape Turing machine has the same data as the deterministic model, but replaces the transition function by a finite-valued transition map where each is a finite set of allowed next instructions.
Remarks
-
This page only fixes the variant models themselves. The equivalence and simulation theorems relating them to the basic one-tape model come later.
-
In the nondeterministic case, more than one next instruction may be available from the same state-symbol pair; acceptance is therefore defined by existence of an accepting branch.
Depends on
Used by
Dependency tree · two levels
11 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 E. Savage, Models of Computation: Exploring the Power of Computing, Chapter 5 (standard reference, not scraped)