Alphabeta Math
Pipeline-generated
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.

2 results · all verified · 2 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs; all 2 also cleared it.

Turing-Machine Configuration Boundary Interface: Examples

1 · Prerequisites

2 · Summary

Two explicit finite tuples illustrate the boundary definitions. Empty input gives an all-blank tape with a valid head position and a nonhalting start state. Interchanging the accepting and rejecting designations shows how the same state/head/tape triple can have different outcomes relative to different machines.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-generatedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

The empty-input initial configuration

Example

Let Q={s,A,R}, Σ={a}, Γ={a,}, with three distinct states and a. The start is s, the accept state A, and the reject state R. Give the transition by its two entries δ(s,a)=(A,a,R),δ(s,)=(A,,R). Here R is a state name and R is the right-movement tag. For this raw tuple M, let tblank(i)= for every iN. Then IM(ε)=(s,0,tblank). Its support is empty and this initial configuration is nonhalting.

Facts & Assumptions

Given: The finite sets, distinct states, two transition entries, and blank tape displayed above.

[F1]

The raw tuple requires totality on the nonhalting state/tape-symbol pairs. The initial tape writes the length-m word at indices below m and blank elsewhere; configurations have a natural head coordinate and finite-support tape, and halting is determined by the two designated states (Initial tapes and machine-relative halting configurations).

Verification

1.1

Removing A,R from Q leaves exactly {s}, so the transition domain is {(s,a),(s,)}. The two entries give one value to each pair, both in Q×Γ×{L,R}. All sets are finite, Σ, and the three designated states are distinct. Thus the data meet every raw-tuple requirement.

givenF1
2.1

The empty word has length zero. For any natural i, the condition i<0 is false, so its initial-tape formula gives tε(i)==tblank(i). Its support is {i:}=, a finite set. Hence it is a tape and IM(ε)=(s,0,tblank) is a configuration; zero is a head coordinate even though it is not an index of an input letter.

step 1.1F1
3.1

Its state is s, unequal to A and R. The accepting and rejecting equalities are both false, so their disjunction is false and the configuration is nonhalting. This conclusion concerns the initial triple and does not apply the transition function.

step 2.1givenF1

Source

This original tuple illustrates the boundary convention fixed in the local definition. Compare the blank empty-input tape in Watrous, §12.1, p. 122; head placement is as specified locally.

ExampleConstruction: AI-generatedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-09Open item page →

The same triple can accept for one machine and reject for another

Example

Take Q={s,A,R}, Σ={a}, Γ={a,}, with distinct states and a, and start s. Define the entire nonhalting transition by δ(s,a)=(A,a,R),δ(s,)=(A,,R). The movement tag R is distinct in notation from the state R. Machine M designates A as accepting and R as rejecting; machine N designates R as accepting and A as rejecting. Both use the same sets, blank, start, and transition function.

For tblank(i)= on all natural indices, the same triple C=(A,0,tblank) is accepting for M and rejecting for N.

Facts & Assumptions

Given: The two raw tuples described above and the triple C.

[F1]

A raw tuple has three pairwise distinct designated states and a total transition on the complement of its two halting states. A configuration is a state/head/finite-support-tape triple; acceptance and rejection mean equality of its state to that machine's respective designated state (Initial tapes and machine-relative halting configurations).

Verification

1.1

Both machines remove the same set {A,R} from Q. Their nonhalting domain is therefore exactly {(s,a),(s,)}, and the two displayed entries provide a unique correctly typed output at each pair. In M the designated triple is (s,A,R), and in N it is (s,R,A); each has distinct entries. Their finite sets and blank exclusions are the same, so both tuples satisfy all the requirements.

givenF1
2.1

The blank tape has support {iN:}=. It is consequently a tape for both machines, and AQ and 0N make C a configuration of both. The shared state, head, and tape components require no change when the designations are interchanged.

step 1.1givenF1
3.1

For M the accepting equality is A=qaccM=A, which is true, whereas the rejecting equality is A=qrejM=R, which is false. Thus C is accepting and not rejecting for M.

step 2.1givenF1
4.1

For N the rejecting equality is A=qrejN=A, which is true, whereas the accepting equality is A=qaccN=R, which is false. Thus C is rejecting and not accepting for N. It is halting for both machines, but the named outcome depends on the machine's designations, as asserted.

step 2.1step 3.1givenF1

Source

The original example instantiates the designated-state distinction in Watrous, Definition 12.1 and the following discussion, pp. 121–123. No reachability or run claim is part of the example.

Sources