Pith. sign in
def

one

definition
show as:
module
IndisputableMonolith.Foundation.PrimitiveRecognitionCalculus.RecognizerBridge
domain
Foundation
line
31 · github
papers citing
none yet

plain-language theorem explainer

The multiplicative unit among positive PRC ratios, packaged as a structure value with a positivity witness. Anyone setting up recognizer comparisons, quotient-level J-cost, or the recognizer-law bridge cites it as the base ratio. Positivity is a short rewrite to the rational embedding of 1, closed by norm_num.

Claim. The canonical positive unit ratio is the PRC rational $1$, equipped with a proof that it is strictly positive, hence an element of the positive-ratio surface used for recognizer comparisons.

background

Positive PRC ratios form the input surface for recognizer comparisons: a structure pairing a PRC rational with a positivity witness. The module sits in the Primitive Recognition Calculus bridge that connects that surface to recognizer cost and the law-of-logic target.

Upstream cost notions in the foundation treat recognition cost as a J-cost (or a derived comparator cost) on positive ratios. The unit ratio is the multiplicative identity against which those costs are normalized; its rational embedding is the ordinary $1\in\mathbb{Q}$.

Sibling definitions in the same file assign the quotient-level PRC J-cost to a positive ratio and build the recognizer-bridge certificate that ties the PRC surface to the multiplicative recognizer law.

proof idea

Definitional construction: set the underlying PRC rational to $1$. The positivity field is proved by rewriting through the characterization that positivity is equivalent to a positive rational image, changing the goal to $0 < \mathrm{toRat}(1)$, unfolding the embedding of one, and closing with norm_num.

why it matters

Supplies the base point of the positive-ratio surface inside RecognizerBridge. Downstream siblings (quotient J-cost on positive ratios, the recognizer-law bridge target, and the bridge certificate) treat this unit as the identity input for cost evaluation and for stating that the PRC recognizer matches the forced J-cost law. In the broader forcing chain, J vanishes at the multiplicative identity ($J(1)=0$), so the unit ratio is the zero-cost reference before rung ladders, eight-tick structure, or dimension forcing are applied. No external used-by edges are recorded yet; the declaration is local scaffolding for the bridge certificate in this module.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.