Alphabeta Math
Pipeline-generated
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.

3 results · all verified · 2 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 1 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Time and Space Hierarchy Theorems: Examples and Counterexamples

1 · Prerequisites

2 · Summary

These examples track where a diagonal proof spends its budget and why a same-model hierarchy separation does not answer a deterministic-versus- nondeterministic comparison.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-09-06Open item page →

Budgeting a time-diagonal language

Example

Fix one candidate pair (M,c), with positive integer multiplier c, in the clocked diagonal construction of The time-diagonal language respects its budget. For sufficiently long padded codes of this fixed pair, decoding, constructing the clock cf(n), and simulating it fit within any fixed positive fraction of g(n). The required padding threshold may depend on M and c.

Facts & Assumptions

Given: time-constructible f,g with nf(n) eventually and flogf=o(g), a fixed pair (M,c), and its padded codes of length n.

Verification

technique · direct
1.1

For this fixed pair, decoding costs OM(n), clock construction costs Oc(n+f(n)), and simulation costs OM(n+cf(n)log(cf(n)+2)). Since c is fixed and f(n)n eventually, their sum is OM,c(f(n)log(f(n)+2))=o(g(n)).

givenalgebra
2.1

Therefore, for every fixed reserve ε>0, there is NM,c,ε such that all these padded codes of length nNM,c,ε fit within εg(n) simulation time. Complementing the terminal answer adds constant time. Shorter codes can take the construction's timeout/default branch; no common padding threshold or simulation constant over all pairs is claimed.

step 1.1algebra
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Why a hierarchy separation is not a P versus NP separation

Example

The separation DTIME(n2)DTIME(n4) compares two deterministic resource budgets. It says nothing about whether a language with a polynomial verifier has a deterministic polynomial-time decider.

Facts & Assumptions

Given: the displayed deterministic hierarchy separation.

Verification

technique · direct
1.1

Both sides of the displayed separation are deterministic classes.

given
2.1

The missing assertion would have to relate one of these classes to NP, whose definition allows existential certificates. No such relation appears in the hierarchy statement, so the P-versus-NP implication is absent.

step 1.1
CounterexampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-06Open item page →

Overhead breaks an unrestricted diagonalization claim

Statement refuted

Simulating an n-step coded machine always costs at most n steps.

Facts & Assumptions

Given: the fixed self-delimiting machine coding and the fixed simulator, which decodes its complete input pair before beginning the simulated run.

[L1]

The total decoder first parses the unary arity and all indicated self-delimiting blocks. A fixed effective binary encoding of deterministic one-tape Turing machines

Counterexample

technique · direct
1.1

Choose a valid coded machine M that makes one transition and then halts, and give the fixed simulator U1 the pair M,ϵ. The concrete code M has a unary arity header followed by all self-delimiting description fields, so its complete decoding requires reading more than one input cell.

givenL1construct
2.1

By definition, U1 completes that decoding before it simulates the one transition of M. Merely reaching and reading the later code cells takes more than one transition on the simulator's input tape. Thus this valid one-step computation costs more than one simulator step, contradicting the claimed universal bound at n=1.

L1step 1.1

Sources