pith. machine review for the scientific record. sign in
module module high

IndisputableMonolith.Foundation.ComplexFromLogic

show as:
view Lean formalization →

The module constructs complex numbers over the reals recovered from Law-of-Logic rationals via Bourbaki completion. Researchers completing the number tower or bridging to Mathlib analytics cite it for the algebraic extension and transport maps. The structure follows the standard pair definition of complexes with componentwise addition and the usual multiplication rule.

claimComplex numbers are constructed as ordered pairs of recovered reals, equipped with componentwise addition and the multiplication rule $(a,b)(c,d)=(ac-bd,ad+bc)$, together with the canonical isomorphism to the standard complex field.

background

Upstream RealsFromLogic recovers the real numbers from the rational layer by applying Mathlib's Bourbaki completion to the recovered rationals. This module extends that recovery to the complex domain by the standard algebraic construction over those reals. The local setting is the Law-of-Logic number tower, which proceeds from naturals through integers and rationals to reals and now complexes.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The module supplies the recovered complexes that feed LogicComplexCompat, which makes explicit the decision to retain Mathlib's analytic substrate rather than rebuild holomorphy. It also completes the audited tower LogicNat to LogicComplex in RecoveredTowerAxiomAudit, pinning the final recovery step for axiom inspection.

scope and limits

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (22)