pith. sign in
module module high

IndisputableMonolith.Foundation.ComplexFromLogic

show as:
view Lean formalization →

Module constructs complex numbers over reals recovered from the logic rational layer via Bourbaki completion. Researchers tracing the full recovered number tower cite it to reach the complex stage before analytic work. The module supplies definitions and transport maps with no internal proofs.

claimComplex numbers constructed as ordered pairs of recovered reals, with componentwise addition and the multiplication rule $(a,b)(c,d)=(ac-bd,ad+bc)$.

background

The module sits directly above RealsFromLogic, whose doc-comment states: 'Recovery of the real numbers from the Law-of-Logic rational layer. The construction uses Mathlib's Bourbaki completion of ℚ as the completion engine, while the input rationals are the recovered rationals LogicRat.' It therefore inherits the logic-derived reals and extends the tower to complexes. Sibling declarations introduce the type LogicComplex together with the maps toComplex and fromComplex that realize the standard pair construction.

proof idea

this is a definition module, no proofs

why it matters in Recognition Science

The module supplies the LogicComplex stage that feeds LogicComplexCompat, whose doc-comment notes the decision to retain Mathlib ℂ as the analytic substrate, and RecoveredTowerAxiomAudit, whose doc-comment describes the audit surface for the tower LogicNat → LogicInt → LogicRat → LogicReal → LogicComplex. It therefore closes the algebraic part of the recovered tower before any analytic or physical application.

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)