pith. sign in
module module high

IndisputableMonolith.Foundation.IntegersFromLogic

show as:
view Lean formalization →

This module defines LogicInt via the Grothendieck construction on LogicNat pairs under the relation (a,b) ~ (c,d) iff a+d=c+b. It is imported by RationalsFromLogic and the tower audit to continue the logic-derived number system. The module consists entirely of definitions and basic quotient constructions with no theorems proved inside it.

claimThe equivalence relation on pairs of LogicNat given by $(a,b)sim(c,d)$ iff $a+d=c+b$, where the class of $(a,b)$ represents the formal difference $a-b$. LogicInt is the quotient setoid under this relation.

background

The module imports ArithmeticFromLogic, which supplies the type LogicNat and its addition. It forms the second stage of the recovered number tower LogicNat to LogicInt to LogicRat to LogicReal to LogicComplex. The Grothendieck relation is the standard device that turns a commutative monoid into a group by formal differences.

proof idea

this is a definition module, no proofs

why it matters in Recognition Science

Supplies LogicInt to RationalsFromLogic and to the audit surface in RecoveredTowerAxiomAudit whose doc states the goal is to pin the named recovery theorems for the full tower. Also feeds LogicLedgerInterop for transfer to the integer-ledger phase-budget surface. It completes the integer step in the logic-to-arithmetic recovery.

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