Pith. sign in
module module moderate

IndisputableMonolith.Foundation.PrimitiveRecognitionCalculus.RationalField

show as:
view Lean formalization →

Defines the PRC-native rational field structure: ratio orbits with a positivity predicate (signed numerator over a nonzero orbit denominator) and the induced division and additive laws. Foundation material for anyone building the recognizer calculus over Q before Cauchy completion. Mostly definitional scaffolding plus elementary algebraic identities.

claimA PRC ratio orbit is positive when it has a positive signed numerator over a nonzero orbit denominator. The module equips these orbits with division $x/y$, a map to ordinary rationals, and the standard field identities (associativity and unit laws for addition, compatibility of division with the rational embedding).

background

Primitive Recognition Calculus (PRC) rebuilds arithmetic from recognition cost before importing classical analysis. The companion module on the J-cost supplies the cost functional $J$ that later forces $\varphi$ and the eight-tick structure; this module stays at the rational layer.

The central object is a ratio orbit: a signed numerator paired with an orbit-position denominator. Nonzero for the denominator is a display/verifier condition, not part of the object definition itself. Positivity is the PRC-native predicate on those orbits (positive signed numerator, nonzero denominator), with lemmas relating it to the ordinary positivity of the embedded rational.

Division is introduced as an instance on this type, with equalities showing that the embedding into $\mathbb{Q}$ intertwines PRC division with ordinary rational division. Additive monoid laws appear in primed form (associativity, left and right zero) as the first algebraic skeleton of a field.

proof idea

Definition module with elementary algebraic lemmas, not a deep proof development. Positivity is introduced as a predicate; companion lemmas normalize it, show it excludes zero, and equate it with positivity of the rational image. Division is a structure instance plus equational lemmas (div_eq, compatibility of toRat with division). Additive identities are short rewrites of the underlying representation. No forcing-chain or analytic argument lives here.

why it matters in Recognition Science

Feeds three downstream PRC modules: Kernel (core recognizer operations), RealCauchy (Cauchy completion from the rational layer to reals), and RecognizerBridge (linking the native calculus to the broader Recognition stack). Without a clean rational field and positivity, the later passage to real Cauchy sequences and the recognizer bridge has no carrier.

In the wider framework this sits below the forcing chain (T5 J-uniqueness through T8 dimension): it is pre-analytic substrate so that cost, $\varphi$, and octave structure can be stated over a rigorously positive ordered field rather than an ad hoc quotient.

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