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)
105theorem pointInterface_away {K : Type*} {x₀ y : K} (h : y ≠ x₀) :
106 (pointInterface x₀).observe y = (0 : Fin 2) := by
proof body
Term-mode proof.
107 unfold pointInterface
108 simp [h]
109
110/-- The point interface separates any point from any distinct point. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (5)
Lean names referenced from this declaration's body.
-
K
in IndisputableMonolith.Constants
decl_use
-
K
in IndisputableMonolith.Constants.LambdaRecDerivation
decl_use
-
pointInterface
in IndisputableMonolith.Foundation.ObserverFromRecognition
decl_use
-
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
-
point
in IndisputableMonolith.Numerics.Interval.Basic
decl_use