Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-12
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.

Register programs and RAM programs with unbounded natural-number memory

Definition

A register-memory state is a function R:NN with finite support, so only finitely many registers hold nonzero values (A function is a relation f with (a,b)f and (a,c)f implying b=c; f:AB, the value f(a), domain and codomain, The natural numbers N (von Neumann)).

A register program is a finite instruction list with a program counter, acting on such states by instructions of the following kinds:

  • assignment of constants or copies, such as Ri:=0 and Ri:=Rj;
  • successor and predecessor-type updates, such as Ri:=Rj+1 and Ri:=max(Rj1,0);
  • conditional branches testing whether a named register is zero;
  • halting instructions for accept, reject, or output.

A RAM program is such a program together with indirect-addressing instructions Ri:=RRj,RRi:=Rj, so the content of one register may be used as the address of another. On this page, the phrase RAM/register program refers to this unbounded-memory model; a pure register program is the special case without indirect addressing.

For binary input w=b0b1, the standard initial memory layout is R(0)=,R(i+1)=bi  (0i<),R(j)=0  (j>). A halting memory state outputs the binary word u=c0cm1 when R(0)=m,R(i+1)=ci  (0i<m),R(j)=0  (j>m).

Remarks

  • The memory is unbounded because there are countably many possible register addresses, but every individual configuration uses only finitely many nonzero entries.

  • This item fixes a computability model, not a complexity convention. No unit-cost or logarithmic-cost claim is built into the definition.

Depends on

Used by

Dependency tree · two levels

12 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