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

MultiplicativeRecognizer

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  63structure MultiplicativeRecognizer (𝒞 : Type*) where
  64  /-- The underlying geometric recognizer onto positive reals. -/
  65  recognizer : Recognizer 𝒞 {x : ℝ // 0 < x}
  66  /-- The continuous comparison operator on positive reals. -/
  67  comparator : ComparisonOperator
  68  /-- The comparator satisfies the Law of Logic (all four Aristotelian
  69      conditions plus scale invariance and non-triviality). -/
  70  laws : SatisfiesLawsOfLogic comparator
  71
  72namespace MultiplicativeRecognizer
  73
  74variable {𝒞 : Type*}
  75
  76/-- The cost function induced by a multiplicative recognizer: the derived
  77cost of its comparator on positive ratios. -/

used by (11)

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

depends on (17)

Lean names referenced from this declaration's body.