DEF0011canonicalv1Index Addition
n + m = rho^m(n): addition on tau-Idx earned by iterating rho m times starting from n. No Peano axioms imported.
Payload
Index Addition
n + m = rho^m(n): addition on tau-Idx earned by iterating rho m times starting from n. No Peano axioms imported.
Index Addition
Summary
n + m = rho^m(n): addition on tau-Idx earned by iterating rho m times starting from n. No Peano axioms imported.
Statement
%
\label{def:idx-add}
For $\underline{n}, \underline{m} \in \tau\text{-Idx}$,
\textbf{index addition} is defined by
\[
\boxed{\underline{n} + \underline{m}
:= \rho^m(\underline{n}) = \rho^m(\rho^n(\alpha))
= \rho^{n+m}(\alpha) = \underline{n+m}.}
\]
Equivalently, by structural recursion on $m$:
\begin{align*}
\underline{n} + \underline{0} &:= \underline{n}, \\
\underline{n} + \rho(\underline{m})
&:= \rho(\underline{n} + \underline{m}).
\end{align*}
Proof / Justification
This item is definitional. No manuscript proof is required.
Source Context
- Registry source:
book-01.jsonlline 24 - Manuscript source:
2nd-edition/book-i-categorical-foundations/02_mainmatter/part03/ch11-swap-add-mul.texlines 94-110
Lean / Formalization Notes
- Formalization:
formalized - Module:
TauLib.BookI.Denotation.Arithmetic - Name:
Tau.Denotation.idx_add
Dependencies
- Canonical: I.D07, I.D06, I.D02
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
I.D10index-additiondef:idx-addRelease lines
corpus_v3_workingcorpus_v2Relations
Appears in (1)
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.