Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passaudited 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 machine using space s(n) has at most exponentially many configurations

Statement

Let M be a fixed k-tape deterministic or nondeterministic Turing machine, and fix an input x of length n. Then there is a constant cM>0 such that if every branch of M on x visits at most s(n)1 tape cells, then the number of configurations that can arise on input x is at most 2cMs(n).

Facts & Assumptions

Given: a fixed k-tape machine M, an input x of length n, and a bound s:=s(n)1 on the number of visited cells.

[L1]

A multitape machine has a finite state set, finitely many tape alphabets, and one head position on each tape (Multitape and nondeterministic Turing machine variants).

[L2]

Worst-case space is the total number of tape cells ever visited during a halting computation (Worst-case time and space complexity of a machine).

Proof

technique · direct
1.1

By [L1], once the input x is fixed a configuration of M is determined by the current state, the k head positions, and the symbols on the cells that have been visited so far: every unvisited work-tape cell is still blank, and every unvisited input-tape cell still carries its fixed symbol from x. By [L2], at most s tape cells are ever visited in total.

L1L2given
2.1

Let Q be the finite state set and let Γ be a common finite upper bound for the tape alphabets. Step 1.1 gives at most Q choices for the state, at most (s+1)k choices for the head positions, and at most Γs choices for the symbols on the visited cells. Hence the total number of configurations that can arise on input x is at most Q(s+1)kΓs.

step 1.1algebra
3.1

Because M is fixed, the constants Q, k, and Γ are fixed. For s1 there is therefore a constant cM with Q(s+1)kΓs2cMs. This proves the claimed exponential bound.

step 2.1algebra

Depends on

Used by

Dependency tree · two levels

6 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