pith. sign in
module module high

IndisputableMonolith.Foundation.ArithmeticFromLogic

show as:
view Lean formalization →

This module defines the natural numbers forced by the Law of Logic as an inductive structure with identity (zero-cost multiplicative identity) and step (generator). Researchers building the number tower from functional equations cite it as the initial Peano algebra. The module consists of inductive definitions that realize the smallest orbit closed under the generator.

claimThe natural numbers are the inductive type generated by the zero-cost element (identity) and the successor (step), realizing the orbit $1, γ, γ^2, …$ as the smallest subset of $ℝ_+$ containing 1 and closed under multiplication by $γ$.

background

The module imports LogicAsFunctionalEquation, which supplies the underlying functional equation whose solutions force arithmetic structure. It introduces LogicNat with two constructors: identity (the multiplicative identity at zero cost) and step (one iteration of the generator). This mirrors the orbit construction in positive reals and supplies the initial object for subsequent arithmetic extraction.

proof idea

this is a definition module, no proofs

why it matters in Recognition Science

This module supplies LogicNat as the initial Peano algebra that ArithmeticOf uses to extract arithmetic and that feeds the number-tower recovery in RecoveredTowerAxiomAudit and TimeAsOrbit. It realizes the first step of Universal Forcing by turning the Law-of-Logic realization into the canonical natural-number object.

scope and limits

used by (8)

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