Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedaudited 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.

An efficient universal simulation with a clock

Definition

Fix a multitape universal simulator U, using the finite transition-table encoding convention of A fixed effective binary encoding of deterministic one-tape Turing machines, extended to finitely many tapes by recording the tape count and the finite table on tuples of scanned symbols. Here machines have the multitape semantics of The classes DTIME, NTIME, DSPACE, and NSPACE. On a self-delimiting pair z=M,x of total length n and clock value bN, Ub first decodes the pair and then simulates at most b steps of M(x), rejecting malformed encodings or a clock expiry. For each fixed M, this uses O(n+blog(b+2))timeandO(n+S+log(b+2))space. These bounds apply with the binary numeral for b already supplied and when the simulated computation visits S cells; their constants may depend on M. The O(n) terms pay for decoding and retaining the encoded input, including when b=0 or b=1. For a clock constructed from the input length, fix a time-constructible function h:NN with h(n)n eventually and a constructor Ch as in Time-constructible and space-constructible functions. Run Ch(1n) to obtain b=h(n) before invoking the simulator. This adds O(n+h(n)) time, so total time is O(n+h(n)log(h(n)+2)). If this constructor uses Wh(n) cells, total all-tapes space is O(n+Wh(n)+S+log(h(n)+2)). No constructor-space bound smaller than Wh(n) is implicit. Small externally supplied clocks, including zero and one, remain covered by the first interface.

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