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

IndisputableMonolith.Foundation.ArithmeticFromLogic

show as:
view Lean formalization →

This module defines the natural numbers as the initial algebra forced by the Law of Logic, using an inductive type whose identity constructor supplies the zero-cost base and whose step constructor supplies the generator. Researchers recovering arithmetic from functional equations or building the universal forcing tower cite it as the entry point for LogicNat. The definition is given directly by a two-constructor inductive structure that encodes the smallest multiplicative orbit containing 1.

claimLet $N$ be the inductive type generated by an identity element $e$ (the zero-cost multiplicative identity) and a successor operation $s$ (one iteration of the generator). This $N$ is the smallest subset of the positive reals containing 1 and closed under multiplication by the generator, forming the initial Peano algebra under the Law of Logic.

background

The module sits inside the Recognition Science program that derives arithmetic from a single functional equation. It imports the Law of Logic realization from LogicAsFunctionalEquation and introduces LogicNat together with its constructors identity and step. Identity stands for the zero-cost element of the orbit while step encodes one further iteration of the generator, exactly as described in the module doc-comment.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The module supplies the LogicNat object that downstream files use to extract arithmetic. ArithmeticOf treats it as the initial Peano algebra generated by the supplied identity and step data, thereby realizing the universal forcing mechanism. TimeAsOrbit identifies the temporal sequence Tick with this same natural-number object, and the recovered tower audit chains it onward to LogicInt through LogicComplex.

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)