Skip to content

Commit 3eac587

Browse files
committed
fix
1 parent 01cceef commit 3eac587

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Mathlib/Analysis/Convex/Continuous.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@ protected lemma ConcaveOn.locallyLipschitz (hf : ConcaveOn ℝ univ f) : Locally
223223

224224
-- Commented out since `intrinsicInterior` is not imported (but should be once these are proved)
225225
-- proof_wanted ConvexOn.locallyLipschitzOn_intrinsicInterior (hf : ConvexOn ℝ C f) :
226-
-- ContinuousOn f (intrinsicInterior ℝ C)
226+
-- LocallyLipschitzOn (intrinsicInterior ℝ C) f
227227

228228
-- proof_wanted ConcaveOn.locallyLipschitzOn_intrinsicInterior (hf : ConcaveOn ℝ C f) :
229-
-- ContinuousOn f (intrinsicInterior ℝ C)
229+
-- LocallyLipschitzOn (intrinsicInterior ℝ C) f
230230

231231
-- proof_wanted ConvexOn.continuousOn_intrinsicInterior (hf : ConvexOn ℝ C f) :
232232
-- ContinuousOn f (intrinsicInterior ℝ C)

0 commit comments

Comments
 (0)