Skip to content

Commit f20c5ce

Browse files
committed
minor
1 parent 772d668 commit f20c5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/Topology/Connected/HausdorffMeasure.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ real part of the extended distance. -/
7474
rw [edist_comm]
7575
exact p.2.lt_top
7676

77-
/-- The distance function `x (edist a x).toReal` is Lipschitz on any preconnected set `s` that
77+
/-- The distance function `x => (edist a x).toReal` is Lipschitz on any preconnected set `s` that
7878
contains `a`. -/
7979
theorem lipschitzOnWith_toReal_edist (hs : IsPreconnected s) (ha : a ∈ s) :
8080
LipschitzOnWith 1 (fun x => (edist a x).toReal) s := by

0 commit comments

Comments
 (0)