PRP0037canonicalv1TauReal Ring Axioms
TauReal satisfies all commutative ring axioms up to equivalence: commutativity, associativity, identities, inverses, and distributivity. Each axiom reduces to the corresponding TauRat axiom applied pointwise.
Payload
TauReal Ring Axioms
TauReal satisfies all commutative ring axioms up to equivalence: commutativity, associativity, identities, inverses, and distributivity. Each axiom reduces to the corresponding TauRat axiom applied pointwise.
TauReal Ring Axioms
Summary
TauReal satisfies all commutative ring axioms up to equivalence: commutativity, associativity, identities, inverses, and distributivity. Each axiom reduces to the corresponding TauRat axiom applied pointwise.
Statement
%
\label{prop:ordered-field-axioms}
$(\mathbb{R}_\tau, +, \cdot, <)$ is a \textbf{totally ordered field}:
\begin{enumerate}
\item \textbf{Commutativity.}
$x + y = y + x$ and $x \cdot y = y \cdot x$.
\item \textbf{Associativity.}
$(x + y) + z = x + (y + z)$
and $(x \cdot y) \cdot z = x \cdot (y \cdot z)$.
\item \textbf{Distributivity.}
$x \cdot (y + z) = x \cdot y + x \cdot z$.
\item \textbf{Identities and inverses.}
$x + 0 = x$, $x \cdot 1 = x$,
$x + (-x) = 0$, $x \cdot x^{-1} = 1$ for $x \neq 0$.
\item \textbf{Order compatibility.}
$x < y \implies x + z < y + z$;
$x < y,\, z > 0 \implies xz < yz$.
\item \textbf{Trichotomy} (apartness form).
For $x \neq y$, either $x < y$ or $y < x$.
\end{enumerate}
Proof / Justification
[Proof sketch]
Items (1)--(4) follow from the corresponding properties
on $\mathbb{Q}_\tau$ (Proposition~\ref{prop:q-tau-field}),
transported through term-by-term operations.
The main subtlety is the multiplicative inverse:
if $[q_n] \neq 0$, the explicit modulus guarantees
$|q_n|$ is eventually bounded away from zero.
Items (5)--(6) are direct calculations on representatives.
The verification is standard
(cf.\ Bishop \& Bridges, \emph{Constructive Analysis}, Ch.~2).
Source Context
- Registry source:
book-01.jsonlline 189 - Manuscript source:
2nd-edition/book-i-categorical-foundations/02_mainmatter/part17/ch76-constructive-reals.texlines 69-90
Lean / Formalization Notes
- Formalization:
formalized - Module:
TauLib.BookI.Boundary.ConstructiveReals - Name:
Tau.Boundary.taureal_ring_axioms
Dependencies
- Canonical: I.D84
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.P39taureal-ring-axiomsprop:ordered-field-axiomsRelease 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.