pith. sign in
module module high

IndisputableMonolith.Foundation.LogicRealization

show as:
view Lean formalization →

LogicRealization supplies the interface for any Law-of-Logic realization. Workers on Universal Forcing cite it as the common abstraction that turns identity and step data into arithmetic. The module keeps fields lean so each carrier can supply its own order or topology while the extracted arithmetic remains invariant. It is a definition module with no proofs.

claimA Law-of-Logic realization is a structure on a carrier $K$ equipped with a comparison cost $J:K→ℝ$, an identity element, a step/generator action, and the structural propositions required to extract an initial arithmetic object.

background

The module imports ArithmeticFromLogic and LogicAsFunctionalEquation. It introduces LogicRealization as the minimal interface: a carrier together with comparison cost, identity, and step data. The module doc-comment states that each realization supplies its own topology or order through the carried propositions, while the invariant target remains the arithmetic object extracted from the identity/step data.

proof idea

this is a definition module, no proofs

why it matters in Recognition Science

LogicRealization feeds ArithmeticOf, which extracts the initial Peano algebra from any realization. It also supports the self-reference construction in UniversalForcingSelfReference and the distinction-based instantiation in UniversalInstantiationFromDistinction. The module therefore supplies the common shape required by the Universal Forcing meta-theorem.

scope and limits

used by (3)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (10)