DEF0266canonicalv1τ-Tower Machine
TTM: tuple (Q, m, b₀, Σ, δ_M, q_start, q_acc, q_rej). Finite control states, fixed m registers, fixed b₀ ports. Instruction set from 5 generators: ρ (successor), σ (tetration step), × (multiplication), ∧ (exponentiation); predicates: equality, divisibility, ∈_τ, orbit test.
Payload
τ-Tower Machine
TTM: tuple (Q, m, b₀, Σ, δ_M, q_start, q_acc, q_rej). Finite control states, fixed m registers, fixed b₀ ports. Instruction set from 5 generators: ρ (successor), σ (tetration step), × (multiplication), ∧ (exponentiation); predicates: equality, divisibility, ∈_τ, orbit test.
τ-Tower Machine
Summary
TTM: tuple (Q, m, b₀, Σ, δ_M, q_start, q_acc, q_rej). Finite control states, fixed m registers, fixed b₀ ports. Instruction set from 5 generators: ρ (successor), σ (tetration step), × (multiplication), ∧ (exponentiation); predicates: equality, divisibility, ∈_τ, orbit test.
Statement
\label{def:tau-tower-machine}
A \textbf{$\tau$-Tower Machine} (TTM) is a tuple
\[
M \;=\; (Q,\, m,\, b_0,\, \Sigma,\, \delta_M,\, q_{\mathrm{start}},\, q_{\mathrm{acc}},\, q_{\mathrm{rej}})
\]
where:
\begin{enumerate}
\item $Q$ is a finite set of \emph{control states},
with $|Q| < \infty$.
\item $m \in \mathbb{N}$, $m \geq 1$, is the number
of \emph{registers}.
Each register $r_i$ ($1 \leq i \leq m$)
holds a $\tau$-address---an element
of the NF tower
$\hat{\mathbb{Z}}_{\tau}
= \varprojlim_k \mathbb{Z} / \operatorname{Prim}(k) \mathbb{Z}$.
\item $b_0 \in \mathbb{N}$ is the number
of \emph{ports}---read-only input channels
through which the machine receives
its initial $\tau$-address arguments.
\item $\Sigma$ is the \emph{instruction set},
consisting of operations derived from the
five generators $\{\alpha, \pi, \gamma, \eta, \omega\}$
of Category~$\tau$:
\begin{itemize}
\item \textbf{Successor} $\rho$:
$r_i \;\mapsto\; r_i + 1$
\quad(the $\alpha$-step:
advance by one NF address).
\item \textbf{Multiplication} $\times$:
$(r_i, r_j) \;\mapsto\; r_i \times r_j$
\quad(the $\pi$-operation:
primorial product).
\item \textbf{Exponentiation} $\wedge$:
$(r_i, r_j) \;\mapsto\; r_i^{\,r_j}$
\quad(the $(\gamma, \eta)$-operation:
tower-building on the fiber).
\item \textbf{Tetration step} $\sigma$:
$(r_i, r_j) \;\mapsto\;
r_i \mathbin{\uparrow\!\uparrow} r_j$
\quad(iterated exponentiation:
the $\omega$-absorber channel).
\end{itemize}
The instruction set also includes four \emph{predicates}
that branch the control flow:
\begin{itemize}
\item \textbf{Equality}: $r_i = r_j$?
\item \textbf{Divisibility}: $r_i \mid r_j$?
\quad(the $\KAxiom{3}$ test).
\item \textbf{Set membership}: $r_i \in_{\tau} S$?
\quad(membership in a definable
$\tau$-subset, cf.\ Book~I, Part~VIII).
\item \textbf{Orbit test}:
does $r_i$ lie on the orbit
of $r_j$ under the progression operator?
\end{itemize}
\item $\delta_M : Q \times \Sigma^m \to Q \times \Sigma^m$
is the \emph{transition function},
mapping the current state and register contents
to a new state and updated register contents.
\item $q_{\mathrm{start}}, q_{\mathrm{acc}}, q_{\mathrm{rej}} \in Q$
are the start, accept, and reject states,
with $q_{\mathrm{acc}} \neq q_{\mathrm{rej}}$.
\end{enumerate}
The machine is \emph{deterministic}:
$\delta_M$ is a total function.
A computation of $M$ on input
$(a_1, \ldots, a_{b_0})$
begins in state~$q_{\mathrm{start}}$
with ports loaded and registers initialised to~$0$,
and halts when the control enters
$q_{\mathrm{acc}}$ or $q_{\mathrm{rej}}$.
Proof / Justification
This item is definitional. No manuscript proof is required.
Source Context
- Registry source:
book-03.jsonlline 145 - Manuscript source:
2nd-edition/book-iii-categorical-spectrum/02_mainmatter/part09/ch55-the-tau-tower-machine.texlines 68-141
Lean / Formalization Notes
- Formalization:
formalized - Module:
TauLib.BookIII.Computation.TowerMachine - Name:
ttm_check
Dependencies
- Canonical: III.D49, III.D50
Related Results
Generated by later projection phases.
Related Publications
Generated by later projection phases.
Revision Notes
- 2026-04-24: Initial pilot migration.
Identifiers
Aliases & legacy IDs
III.D51tower-machinedef:tau-tower-machineRelease lines
corpus_v3_workingcorpus_v2Relations
Formalized by (2)
Appears in (1)
Downstream uses (computed) (4)
Items in the corpus that reference this one via load-bearing relations. Computed from the full corpus-v3 graph at build time.
Sources
Version & History
Status disclaimer
A Corpus Item page reports the program's current internal record for this item. It does not imply external verification, scientific consensus, or final proof unless explicitly stated. Read it together with its dependencies, formalization status, and the program's overall stance.