pith. machine review for the scientific record. sign in
abbrev definition def or abbrev high

ComparisonOperator

show as:
view Lean formalization →

The type of maps assigning a real cost to any pair of positive quantities serves as the entry point for deriving the laws of logic from the Recognition functional equation. Researchers tracing the arithmetic-from-logic chain cite this definition as the root object. It is introduced by a direct type abbreviation with no additional computation required.

claimA comparison operator is any function $C : ℝ → ℝ → ℝ$ such that, for positive inputs, $C(x, y)$ returns the cost of comparing the quantities $x$ and $y$.

background

The module treats the emergence of logic as a consequence of a functional equation satisfied by cost functions. The basic object is a map that takes two positive real numbers and returns a real number interpreted as their comparison cost. This map is required to obey four structural constraints that encode the Aristotelian laws of logic.

proof idea

This declaration consists of a single-line type abbreviation that identifies the comparison operator with the function space from the reals to the reals to the reals. No lemmas are applied; the abbreviation simply names the type for use in subsequent statements.

why it matters in Recognition Science

The definition supplies the root type for the entire logic-as-functional-equation development. It is used to construct the generator of the laws of logic and to establish that the real numbers support logic. It also enters the analysis of continuous combiners that recover bilinearity under additional smoothness hypotheses. In the broader Recognition Science setting it realizes the cost map whose properties force the phi-ladder and the spatial dimension count.

scope and limits

formal statement (Lean)

  64abbrev ComparisonOperator := ℝ → ℝ → ℝ

proof body

Definition body.

  65
  66/-- The cost function derived from a comparison operator by fixing the
  67second argument at the multiplicative identity. Under scale invariance,
  68this is well-defined on the multiplicative group of positive ratios. -/

used by (40)

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

… and 10 more

depends on (17)

Lean names referenced from this declaration's body.