Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-12
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.

A tableau is legal exactly when the start row is correct and every local window is legal

Statement

A bounded tableau is the computation history of one branch exactly when:

  • its first row is the correct start configuration, and
  • every local 2×3 window is legal.

Facts & Assumptions

Given: A bounded tableau T for a fixed machine N and input w.

[L1]

A bounded computation tableau is legal precisely when each row follows the previous one either by one legal transition or by repeating an already halting configuration, beginning at the start configuration, by A bounded computation tableau for a nondeterministic Turing-machine run.

[L2]

A local 2×3 window is legal exactly when the padded adjacent rows agree with either one legal local update of the machine or a repeated halting row, by Local 2x3 tableau windows and legality.

Proof

technique · direct
1.1

If T is an actual computation history, then its first row is the start configuration. Each pair of adjacent rows is either one legal transition or a repeated halting row, so every padded 2×3 window is legal by [L2].

L1L2given
1.2

Conversely, assume the two bullet conditions in the statement hold. In particular, every local window is legal in the sense of [L2].

L2given
2.1

Fix adjacent rows r and r+1. If row r is already halting, [L2] forces row r+1 to repeat it exactly. Otherwise row r has a unique head neighborhood, and the overlapping legal windows force every cell outside that neighborhood to stay unchanged while the local neighborhood realizes exactly one allowed transition of N. So row r+1 is either the same halting configuration or the one-step successor of row r.

L2step 1.2
3.1

Because the first row is correct and every later row follows the previous one in one of the two ways allowed by step 2.1, the whole tableau is a valid branch computation history in the sense of [L1]. Hence [L1] gives the converse implication.

L1step 1.2step 2.1

Depends on

Used by

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