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)
193theorem metric_from_comparisons {ι : Type*} [Nonempty ι]
194 (R_family : ι → ComparativeRecognizer C E)
195 (gt_events : ι → Set E)
196 (d : C → C → ℝ)
197 (hsep : SeparatesPoints R_family gt_events)
198 (hcompat : ∀ i, MetricCompatible (R_family i) (gt_events i) d) :
199 -- If c₁ ≠ c₂, then d(c₁, c₂) > 0
200 ∀ c₁ c₂, c₁ ≠ c₂ → 0 < d c₁ c₂ := by
proof body
Term-mode proof.
201 intro c₁ c₂ hne
202 obtain ⟨i, hsep_i⟩ := hsep c₁ c₂ hne
203 exact (hcompat i).dist_pos_of_separated hsep_i
204
205/-! ## The Recognition Distance -/
206
207/-- A recognition distance is a pseudometric derived from a family of
208 comparative recognizers. -/
depends on (17)
Lean names referenced from this declaration's body.
-
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
-
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
-
A
in IndisputableMonolith.Foundation.IntegrationGap
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
-
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
E
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
-
A
in IndisputableMonolith.Masses.Anchor
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
A
in IndisputableMonolith.Modal.Actualization
decl_use
-
ComparativeRecognizer
in IndisputableMonolith.RecogGeom.Comparative
decl_use
-
MetricCompatible
in IndisputableMonolith.RecogGeom.Comparative
decl_use
-
SeparatesPoints
in IndisputableMonolith.RecogGeom.Comparative
decl_use