Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-31
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.

The standard one-tape simulation of a fixed multitape machine has quadratic overhead

Statement

Fix a deterministic k-tape Turing machine M and the standard one-tape simulator SM from Every fixed multitape Turing machine has an equivalent one-tape simulation. There is a constant cM>0 such that, for every input word w and every t0, after simulating t steps of M on w the simulator SM has used at most cM(w+t+1) tape cells and at most cM(w+t+1)2 time.

Facts & Assumptions

Given: A fixed deterministic k-tape Turing machine M, its standard one-tape simulator SM, an input word w, and an integer t0.

[L1]

The standard one-tape simulator stores the k simulated tapes as marked blocks separated by delimiters, scans those blocks to read one simulated step, and may shift a block right when a head first enters a fresh blank cell, by Every fixed multitape Turing machine has an equivalent one-tape simulation.

Proof

technique · direct
1.1

After j steps of M, each simulated head has moved by at most j cells from its initial position, so tape i can have visited only the cells in an interval of length at most w+j+1. Therefore the explicit block for tape i in the encoding from [L1] has length O(w+j+1), with an implied constant depending only on the fixed machine M.

L1given
2.1

Summing over the fixed number k of tapes, and absorbing the fixed delimiter overhead, the whole one-tape encoding after j simulated steps has length at most cM(w+j+1) for some constant cM>0.

step 1.1
3.1

One simulation cycle of SM at stage j performs a constant number of full sweeps across that length-O(w+j+1) encoding and, when needed, one local shift of a suffix of the same order. Hence the time for the jth simulated step is at most cM(w+j+1) for some constant cM>0.

L1step 2.1
4.1

Summing the estimate from step 3.1 for j=0,1,,t1 gives j=0t1cM(w+j+1)cMt(w+1)+cMt(t1)2cM(w+t+1)2 for a suitable constant cM. Together with step 2.1, this proves the claimed linear space bound and quadratic time bound.

step 2.1step 3.1

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

4 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