1 parent 772d668 commit f20c5ceCopy full SHA for f20c5ce
1 file changed
Mathlib/Topology/Connected/HausdorffMeasure.lean
@@ -74,7 +74,7 @@ real part of the extended distance. -/
74
rw [edist_comm]
75
exact p.2.lt_top
76
77
-/-- The distance function `x ↦ (edist a x).toReal` is Lipschitz on any preconnected set `s` that
+/-- The distance function `x => (edist a x).toReal` is Lipschitz on any preconnected set `s` that
78
contains `a`. -/
79
theorem lipschitzOnWith_toReal_edist (hs : IsPreconnected s) (ha : a ∈ s) :
80
LipschitzOnWith 1 (fun x => (edist a x).toReal) s := by
0 commit comments