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 read-only-workspace space hierarchy theorem

Statement

If f,g are work-space constructible, log2(n+2)=O(f(n)), and f=o(g), then DWORKSPACE(f(n))DWORKSPACE(g(n)).

Facts & Assumptions

Given: f,g satisfying the stated local-model hypotheses.

Proof

technique · contradiction
1.1

Apply Effective enumeration of clocked machines with the work-space bound f. On a code z of length n for (M,c), first compare the required cap cf(n)+O(logn) with a fixed fraction of g(n). If it does not fit, return a fixed answer; if it fits, simulate M(z) with cap cf(n), stop after its finite configuration bound, and return the opposite answer. Malformed codes also receive a fixed answer.

givenconstruct
2.1

The preliminary comparison and the guarded simulation use O(g(n)) work cells on every input. For each fixed decoded pair, the simulator and its counter use O(f(n)+logn) cells; because f=o(g) and the logarithmic floor is absorbed by f, every sufficiently long padded code for that pair passes the guard. Thus the diagonal language lies in DWORKSPACE(g) without losing the eventual self-code needed below.

step 1.1algebra
3.1

If the diagonal language were in DWORKSPACE(f), choose a clock multiplier c for its decider and then a sufficiently long padded code z for that pair. On input z the diagonal machine simulates that same decider on z and returns the opposite answer, a contradiction. Since f=O(g) also gives the ordinary inclusion, the containment is strict.

step 2.1assume-contradischarge-contradiction

Depends on

Used by

Dependency tree · two levels

7 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