Pith. sign in
module module moderate

IndisputableMonolith.Foundation.RealsFromLogic

show as:
view Lean formalization →

RealsFromLogic constructs the recovered real line as the Cauchy completion of the logic rationals. The Cauchy predicate is evaluated after transport to the standard uniform structure on rationals. Downstream modules that need a real line equivalent to Mathlib's reals cite this construction. The module supplies the carrier, equivalence maps, and basic transport lemmas.

claimLet $\mathbb{Q}_{\text{logic}}$ be the recovered rationals. The recovered reals are the Cauchy completion of $\mathbb{Q}_{\text{logic}}$ with respect to the uniform structure on $\mathbb{Q}$, yielding a carrier equipped with canonical maps to and from the standard reals $\mathbb{R}$ that are mutual inverses.

background

The module sits immediately after RationalsFromLogic in the foundation tower and imports the standard uniform-space comparison from Mathlib. It introduces the recovered-rational Cauchy sequence, defined so that the Cauchy predicate is measured after transport to Mathlib's $\mathbb{Q}$ with its usual uniform structure. This is the precise location where the recovered rational layer enters the Cauchy completion.

The supplied doc-comment states: "A recovered-rational Cauchy sequence. The Cauchy predicate is measured after transport to Mathlib's , using the standard uniform structure on . This is the exact point where the recovered rational layer enters the Cauchy completion." The module also records the round-trip maps and their equality lemmas.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The module supplies the recovered real line to ComplexFromLogic (which builds complex numbers as pairs of recovered reals), to LogicRealTranscendentals (which defines transcendental functions by transport through the equivalence), and to RecoveredTowerAxiomAudit (which audits the full LogicNat to LogicComplex tower). It completes the rational-to-real step required for any later analytic or physical construction that relies on the recovered number tower.

scope and limits

used by (3)

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 (35)