Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedPipeline-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-06
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 deterministic space hierarchy theorem

Statement

For all-tapes space-constructible f,g with n=O(f(n)) and f=o(g), DSPACE(f(n))DSPACE(g(n)).

Facts & Assumptions

Given: constructible f,g with n=O(f(n)) and f=o(g).

[L1]

A fixed universal simulator uses O(n+s(n)) all-tapes space when its coded input has length n and the simulated computation uses s(n) space. Space-bounded universal simulation

Proof

technique · contradiction
1.1

Define a total diagonalizer D on inputs of the self-delimiting form x=M,1k. On such an input of length n, universally simulate M(x) inside a fixed reserved fraction of the constructible g(n)-space budget, and reverse its answer; reject malformed inputs and use the forced-halting configuration cutoff if the simulation does not halt within that cap. The parser, retained input, simulated configuration, and cutoff counter together use O(n+g(n))=O(g(n)) space.

givenL1construct
2.1

Suppose that a machine M decides D in at most cf(n) space for all sufficiently large n. Since n=O(f(n)) and f=o(g), sufficiently long paddings x=M,1k make the simulator's O(n+cf(n)) space fit strictly inside the reserved g(n) cap. On any such x, the cutoff does not fire and D(x) is the opposite of M(x), a contradiction. Hence DDSPACE(f), while step 1.1 puts DDSPACE(g). The reverse class inclusion is immediate from f=o(g).

step 1.1L1assume-contradischarge-contradiction

Depends on

Used by

Nothing in the library uses this result yet.

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