Corpus theorem canonical 2026-05-27T20:53:50+00:00
Corpus v3 · Theorem cid001210THM0045canonicalv1

TauComplex Ring Axioms

TauComplex satisfies all commutative ring axioms including i^2=-1. Each axiom reduces through TauReal to TauRat algebra via the toInt bridge.

Payload

TauComplex Ring Axioms

TauComplex satisfies all commutative ring axioms including i^2=-1. Each axiom reduces through TauReal to TauRat algebra via the toInt bridge.

TauComplex Ring Axioms

Summary

TauComplex satisfies all commutative ring axioms including i^2=-1. Each axiom reduces through TauReal to TauRat algebra via the toInt bridge.

Statement

%
\label{thm:complex-field-axioms}
$\mathbb{C}_\tau$ is a \textbf{commutative field}.
That is:
\begin{enumerate}
    \item \textbf{Additive group.}
          $(\mathbb{C}_\tau, +)$ is an abelian group
          with identity $0 = 0 + 0i$
          and additive inverse $-(a + bi) = (-a) + (-b)i$.
    \item \textbf{Multiplicative group.}
          $(\mathbb{C}_\tau \setminus \{0\}, \cdot)$ is an abelian group
          with identity $1 = 1 + 0i$.
    \item \textbf{Distributivity.}
          Multiplication distributes over addition.
\end{enumerate}
In particular, every nonzero $z = a + bi \in \mathbb{C}_\tau$
has a multiplicative inverse:
\[
    \boxed{%
    (a + bi)^{-1} = \frac{a}{a^2 + b^2} - \frac{b}{a^2 + b^2}\, i
    = \frac{a - bi}{a^2 + b^2}.}
\]

Proof / Justification

[Proof sketch]
Commutativity, associativity, and distributivity
are verified by direct computation
using the operations of Definition~\ref{def:tau-complex-field}.
For the multiplicative inverse,
suppose $z = a + bi \neq 0$,
so that $a \neq 0$ or $b \neq 0$.
Then $a^2 + b^2 > 0$ in $\mathbb{R}_\tau$
(since $a^2 \geq 0$, $b^2 \geq 0$,
and at least one is strictly positive).
Define $w := (a - bi)/(a^2 + b^2)$. Then:
\begin{align*}
    z \cdot w
    &= (a + bi) \cdot \frac{a - bi}{a^2 + b^2} \\
    &= \frac{(a + bi)(a - bi)}{a^2 + b^2} \\
    &= \frac{a^2 - (bi)^2}{a^2 + b^2}
    = \frac{a^2 - b^2 i^2}{a^2 + b^2}
    = \frac{a^2 + b^2}{a^2 + b^2}
    = 1.
\end{align*}
This is the crucial step:
the denominator $a^2 + b^2$ is strictly positive
\emph{because} $i^2 = -1$ causes the cross terms to add
rather than cancel.
Compare with the split-complex case below,
where $j^2 = +1$ causes the cross terms to cancel,
producing zero divisors.

Source Context

  • Registry source: book-01.jsonl line 192
  • Manuscript source: 2nd-edition/book-i-categorical-foundations/02_mainmatter/part17/ch77-elliptic-complex-field.tex lines 94-117

Lean / Formalization Notes

  • Formalization: formalized
  • Module: TauLib.BookI.Boundary.ComplexField
  • Name: Tau.Boundary.taucomplex_ring_axioms

Dependencies

  • Canonical: I.D85, I.P39

Generated by later projection phases.

Generated by later projection phases.

Revision Notes

  • 2026-04-24: Initial pilot migration.

Identifiers

  • Corpus ID cid001210
  • Primary alias THM0045
  • Type Theorem
  • Status canonical
  • Visibility public
  • Version v1

Aliases & legacy IDs

I.T43taucomplex-ring-axiomsthm:complex-field-axioms

Release lines

corpus_v3_workingcorpus_v2

Relations

Appears in (1)

Sources

  • Monograph cid000023Book I, Part 17, Chapter 77 (Part XVII)

Version & History

  • v1 · 2026-05-10 imported from v2 registry

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.

Save or share this page for inspection

Download a portable dossier, copy a reviewer note, or send this page to someone who can inspect it.

Email to expert