Loogle!
Result
Found 140 declarations mentioning LipschitzOnWith.
- LipschitzOnWith π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (K : NNReal) (f : Ξ± β Ξ²) (s : Set Ξ±) : Prop - lipschitzOnWith_empty π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (K : NNReal) (f : Ξ± β Ξ²) : LipschitzOnWith K f β - lipschitzOnWith_univ π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} : LipschitzOnWith K f Set.univ β LipschitzWith K f - LipschitzWith.lipschitzOnWith π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} {s : Set Ξ±} (h : LipschitzWith K f) : LipschitzOnWith K f s - LipschitzOnWith.uniformContinuousOn π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} (hf : LipschitzOnWith K f s) : UniformContinuousOn f s - LipschitzOnWith.continuousOn π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} (hf : LipschitzOnWith K f s) : ContinuousOn f s - LipschitzOnWith.mono π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s t : Set Ξ±} {f : Ξ± β Ξ²} (hf : LipschitzOnWith K f t) (h : s β t) : LipschitzOnWith K f s - LipschitzOnWith.weaken π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} (hf : LipschitzOnWith K f s) {K' : NNReal} (h : K β€ K') : LipschitzOnWith K' f s - LipschitzOnWith.to_restrict π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} : LipschitzOnWith K f s β LipschitzWith K (s.domRestrict f) - lipschitzOnWith_iff_restrict π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} : LipschitzOnWith K f s β LipschitzWith K (s.domRestrict f) - LipschitzOnWith.zero_iff π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {s : Set Ξ±} {Ξ² : Type u_1} [EMetricSpace Ξ²] (f : Ξ± β Ξ²) : LipschitzOnWith 0 f s β β x β s, β y β s, f x = f y - LipschitzWith.comp_lipschitzOnWith π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] {Kf Kg : NNReal} {f : Ξ² β Ξ³} {g : Ξ± β Ξ²} {s : Set Ξ±} (hf : LipschitzWith Kf f) (hg : LipschitzOnWith Kg g s) : LipschitzOnWith (Kf * Kg) (f β g) s - LipschitzOnWith.prodMk π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] {s : Set Ξ±} {f : Ξ± β Ξ²} {g : Ξ± β Ξ³} {Kf Kg : NNReal} (hf : LipschitzOnWith Kf f s) (hg : LipschitzOnWith Kg g s) : LipschitzOnWith (max Kf Kg) (fun x => (f x, g x)) s - LipschitzOnWith.comp π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} {g : Ξ² β Ξ³} {t : Set Ξ²} {Kg : NNReal} (hg : LipschitzOnWith Kg g t) (hf : LipschitzOnWith K f s) (hmaps : Set.MapsTo f s t) : LipschitzOnWith (Kg * K) (g β f) s - LipschitzOnWith.mapsToRestrict π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} {t : Set Ξ²} (h : Set.MapsTo f s t) : LipschitzOnWith K f s β LipschitzWith K (Set.MapsTo.restrict f s t h) - Set.MapsTo.lipschitzOnWith_iff_restrict π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} {t : Set Ξ²} (h : Set.MapsTo f s t) : LipschitzOnWith K f s β LipschitzWith K (Set.MapsTo.restrict f s t h) - lipschitzOnWith_restrict π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} {t : Set βs} : LipschitzOnWith K (s.domRestrict f) t β LipschitzOnWith K f (s β© Subtype.val '' t) - LipschitzOnWith.edist_le_mul_of_le π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} (h : LipschitzOnWith K f s) {x y : Ξ±} (hx : x β s) (hy : y β s) {r : ENNReal} (hr : edist x y β€ r) : edist (f x) (f y) β€ βK * r - LipschitzOnWith.edist_lt_of_edist_lt_div π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} (hf : LipschitzOnWith K f s) {x y : Ξ±} (hx : x β s) (hy : y β s) {d : ENNReal} (hd : edist x y < d / βK) : edist (f x) (f y) < d - continuousOn_prod_of_continuousOn_lipschitzOnWith π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [TopologicalSpace Ξ²] [PseudoEMetricSpace Ξ³] (f : Ξ± Γ Ξ² β Ξ³) {s : Set Ξ±} {t : Set Ξ²} (K : NNReal) (ha : β a β s, ContinuousOn (fun y => f (a, y)) t) (hb : β b β t, LipschitzOnWith K (fun x => f (x, b)) s) : ContinuousOn f (s ΓΛ’ t) - continuousOn_prod_of_continuousOn_lipschitzOnWith' π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [TopologicalSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] (f : Ξ± Γ Ξ² β Ξ³) {s : Set Ξ±} {t : Set Ξ²} (K : NNReal) (ha : β a β s, LipschitzOnWith K (fun y => f (a, y)) t) (hb : β b β t, ContinuousOn (fun x => f (x, b)) s) : ContinuousOn f (s ΓΛ’ t) - continuousOn_prod_of_subset_closure_continuousOn_lipschitzOnWith π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [TopologicalSpace Ξ²] [PseudoEMetricSpace Ξ³] (f : Ξ± Γ Ξ² β Ξ³) {s s' : Set Ξ±} {t : Set Ξ²} (hs' : s' β s) (hss' : s β closure s') (K : NNReal) (ha : β a β s', ContinuousOn (fun y => f (a, y)) t) (hb : β b β t, LipschitzOnWith K (fun x => f (x, b)) s) : ContinuousOn f (s ΓΛ’ t) - continuousOn_prod_of_subset_closure_continuousOn_lipschitzOnWith' π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [TopologicalSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] (f : Ξ± Γ Ξ² β Ξ³) {s : Set Ξ±} {t t' : Set Ξ²} (ht' : t' β t) (htt' : t β closure t') (K : NNReal) (ha : β a β s, LipschitzOnWith K (fun y => f (a, y)) t) (hb : β b β t', ContinuousOn (fun x => f (x, b)) s) : ContinuousOn f (s ΓΛ’ t) - LipschitzOnWith.ediam_image2_le π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] (f : Ξ± β Ξ² β Ξ³) {Kβ Kβ : NNReal} (s : Set Ξ±) (t : Set Ξ²) (hfβ : β b β t, LipschitzOnWith Kβ (fun x => f x b) s) (hfβ : β a β s, LipschitzOnWith Kβ (f a) t) : Metric.ediam (Set.image2 f s t) β€ βKβ * Metric.ediam s + βKβ * Metric.ediam t - isClosed_setOfPred_lipschitzOnWith π Mathlib.Topology.Instances.ENNReal.Lemmas
{Ξ± : Type u_4} {Ξ² : Type u_5} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (K : NNReal) (s : Set Ξ±) : IsClosed {f | LipschitzOnWith K f s} - isClosed_setOf_lipschitzOnWith π Mathlib.Topology.Instances.ENNReal.Lemmas
{Ξ± : Type u_4} {Ξ² : Type u_5} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (K : NNReal) (s : Set Ξ±) : IsClosed {f | LipschitzOnWith K f s} - LipschitzOnWith.closure π Mathlib.Topology.Instances.ENNReal.Lemmas
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {f : Ξ± β Ξ²} {s : Set Ξ±} {K : NNReal} (hcont : ContinuousOn f (closure s)) (hf : LipschitzOnWith K f s) : LipschitzOnWith K f (closure s) - lipschitzOnWith_closure_iff π Mathlib.Topology.Instances.ENNReal.Lemmas
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {f : Ξ± β Ξ²} {s : Set Ξ±} {K : NNReal} (hcont : ContinuousOn f (closure s)) : LipschitzOnWith K f (closure s) β LipschitzOnWith K f s - LipschitzOnWith.extend_real π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {f : Ξ± β β} {s : Set Ξ±} {K : NNReal} (hf : LipschitzOnWith K f s) : β g, LipschitzWith K g β§ Set.EqOn f g s - LipschitzOnWith.mk_one π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {s : Set Ξ±} {f : Ξ± β Ξ²} (h : β x β s, β y β s, dist (f x) (f y) β€ dist x y) : LipschitzOnWith 1 f s - LipschitzOnWith.of_le_add π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {s : Set Ξ±} {f : Ξ± β β} (h : β x β s, β y β s, f x β€ f y + dist x y) : LipschitzOnWith 1 f s - LipschitzOnWith.extend_pi π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {ΞΉ : Type x} [PseudoMetricSpace Ξ±] [Fintype ΞΉ] {f : Ξ± β ΞΉ β β} {s : Set Ξ±} {K : NNReal} (hf : LipschitzOnWith K f s) : β g, LipschitzWith K g β§ Set.EqOn f g s - LipschitzOnWith.dist_le_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} : LipschitzOnWith K f s β β x β s, β y β s, dist (f x) (f y) β€ βK * dist x y - LipschitzOnWith.of_dist_le' π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {s : Set Ξ±} {f : Ξ± β Ξ²} {K : β} (h : β x β s, β y β s, dist (f x) (f y) β€ K * dist x y) : LipschitzOnWith K.toNNReal f s - LipschitzOnWith.of_dist_le_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} : (β x β s, β y β s, dist (f x) (f y) β€ βK * dist x y) β LipschitzOnWith K f s - lipschitzOnWith_iff_dist_le_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} : LipschitzOnWith K f s β β x β s, β y β s, dist (f x) (f y) β€ βK * dist x y - LipschitzOnWith.le_add_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {s : Set Ξ±} {f : Ξ± β β} {K : NNReal} (h : LipschitzOnWith K f s) {x : Ξ±} (hx : x β s) {y : Ξ±} (hy : y β s) : f x β€ f y + βK * dist x y - LipschitzOnWith.of_le_add_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {s : Set Ξ±} {f : Ξ± β β} (K : NNReal) (h : β x β s, β y β s, f x β€ f y + βK * dist x y) : LipschitzOnWith K f s - LipschitzOnWith.of_le_add_mul' π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {s : Set Ξ±} {f : Ξ± β β} (K : β) (h : β x β s, β y β s, f x β€ f y + K * dist x y) : LipschitzOnWith K.toNNReal f s - LipschitzOnWith.iff_le_add_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {s : Set Ξ±} {f : Ξ± β β} {K : NNReal} : LipschitzOnWith K f s β β x β s, β y β s, f x β€ f y + βK * dist x y - LipschitzOnWith.isBounded_image2 π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] [PseudoMetricSpace Ξ³] (f : Ξ± β Ξ² β Ξ³) {Kβ Kβ : NNReal} {s : Set Ξ±} {t : Set Ξ²} (hs : Bornology.IsBounded s) (ht : Bornology.IsBounded t) (hfβ : β b β t, LipschitzOnWith Kβ (fun a => f a b) s) (hfβ : β a β s, LipschitzOnWith Kβ (f a) t) : Bornology.IsBounded (Set.image2 f s t) - LipschitzOnWith.inv π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} {s : Set Ξ±} : LipschitzOnWith K f s β LipschitzOnWith K fβ»ΒΉ s - LipschitzOnWith.neg π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} {s : Set Ξ±} : LipschitzOnWith K f s β LipschitzOnWith K (-f) s - LipschitzOnWith.of_inv π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} {s : Set Ξ±} : LipschitzOnWith K fβ»ΒΉ s β LipschitzOnWith K f s - LipschitzOnWith.of_neg π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} {s : Set Ξ±} : LipschitzOnWith K (-f) s β LipschitzOnWith K f s - lipschitzOnWith_inv_iff π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} {s : Set Ξ±} : LipschitzOnWith K fβ»ΒΉ s β LipschitzOnWith K f s - lipschitzOnWith_neg_iff π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} {s : Set Ξ±} : LipschitzOnWith K (-f) s β LipschitzOnWith K f s - LipschitzOnWith.div π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} {s : Set Ξ±} (hf : LipschitzOnWith Kf f s) (hg : LipschitzOnWith Kg g s) : LipschitzOnWith (Kf + Kg) (fun x => f x / g x) s - LipschitzOnWith.sub π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} {s : Set Ξ±} (hf : LipschitzOnWith Kf f s) (hg : LipschitzOnWith Kg g s) : LipschitzOnWith (Kf + Kg) (fun x => f x - g x) s - LipschitzOnWith.add π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} {s : Set Ξ±} (hf : LipschitzOnWith Kf f s) (hg : LipschitzOnWith Kg g s) : LipschitzOnWith (Kf + Kg) (fun x => f x + g x) s - LipschitzOnWith.mul π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} {s : Set Ξ±} (hf : LipschitzOnWith Kf f s) (hg : LipschitzOnWith Kg g s) : LipschitzOnWith (Kf + Kg) (fun x => f x * g x) s - LipschitzOnWith.norm_div_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedCommGroup E] [SeminormedCommGroup F] {f : E β F} {C : NNReal} {s : Set E} : LipschitzOnWith C f s β β β¦x : Eβ¦, x β s β β β¦y : Eβ¦, y β s β βf x / f yβ β€ βC * βx / yβ - LipschitzOnWith.norm_sub_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] {f : E β F} {C : NNReal} {s : Set E} : LipschitzOnWith C f s β β β¦x : Eβ¦, x β s β β β¦y : Eβ¦, y β s β βf x - f yβ β€ βC * βx - yβ - lipschitzOnWith_iff_norm_div_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedCommGroup E] [SeminormedCommGroup F] {f : E β F} {C : NNReal} {s : Set E} : LipschitzOnWith C f s β β β¦x : Eβ¦, x β s β β β¦y : Eβ¦, y β s β βf x / f yβ β€ βC * βx / yβ - lipschitzOnWith_iff_norm_sub_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] {f : E β F} {C : NNReal} {s : Set E} : LipschitzOnWith C f s β β β¦x : Eβ¦, x β s β β β¦y : Eβ¦, y β s β βf x - f yβ β€ βC * βx - yβ - LipschitzOnWith.norm_div_le_of_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedCommGroup E] [SeminormedCommGroup F] {f : E β F} {C : NNReal} {s : Set E} {a b : E} {r : β} (h : LipschitzOnWith C f s) (ha : a β s) (hb : b β s) (hr : βa / bβ β€ r) : βf a / f bβ β€ βC * r - LipschitzOnWith.norm_sub_le_of_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] {f : E β F} {C : NNReal} {s : Set E} {a b : E} {r : β} (h : LipschitzOnWith C f s) (ha : a β s) (hb : b β s) (hr : βa - bβ β€ r) : βf a - f bβ β€ βC * r - LipschitzOnWith.norm_inv_mul_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] {s : Set E} {f : E β F} {C : NNReal} : LipschitzOnWith C f s β β β¦x : Eβ¦, x β s β β β¦y : Eβ¦, y β s β β(f x)β»ΒΉ * f yβ β€ βC * βxβ»ΒΉ * yβ - LipschitzOnWith.norm_neg_add_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] {s : Set E} {f : E β F} {C : NNReal} : LipschitzOnWith C f s β β β¦x : Eβ¦, x β s β β β¦y : Eβ¦, y β s β β-f x + f yβ β€ βC * β-x + yβ - lipschitzOnWith_iff_norm_inv_mul_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] {s : Set E} {f : E β F} {C : NNReal} : LipschitzOnWith C f s β β β¦x : Eβ¦, x β s β β β¦y : Eβ¦, y β s β β(f x)β»ΒΉ * f yβ β€ βC * βxβ»ΒΉ * yβ - lipschitzOnWith_iff_norm_neg_add_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] {s : Set E} {f : E β F} {C : NNReal} : LipschitzOnWith C f s β β β¦x : Eβ¦, x β s β β β¦y : Eβ¦, y β s β β-f x + f yβ β€ βC * β-x + yβ - LipschitzOnWith.norm_inv_mul_le_of_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] {s : Set E} {a b : E} {r : β} {f : E β F} {C : NNReal} (h : LipschitzOnWith C f s) (ha : a β s) (hb : b β s) (hr : βaβ»ΒΉ * bβ β€ r) : β(f a)β»ΒΉ * f bβ β€ βC * r - LipschitzOnWith.norm_neg_add_le_of_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] {s : Set E} {a b : E} {r : β} {f : E β F} {C : NNReal} (h : LipschitzOnWith C f s) (ha : a β s) (hb : b β s) (hr : β-a + bβ β€ r) : β-f a + f bβ β€ βC * r - LocallyLipschitzOn.exists_lipschitzOnWith_of_compact π Mathlib.Topology.Algebra.MetricSpace.Lipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {f : Ξ± β Ξ²} {s : Set Ξ±} (hs : IsCompact s) (hf : LocallyLipschitzOn s f) : β K, LipschitzOnWith K f s - LipschitzOnWith.cauchySeq_comp π Mathlib.Topology.Algebra.MetricSpace.Lipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {s : Set Ξ±} {f : Ξ± β Ξ²} (hf : LipschitzOnWith K f s) {u : β β Ξ±} (hu : CauchySeq u) (h'u : Set.range u β s) : CauchySeq (f β u) - LipschitzOnWith.extend_finite_dimension π Mathlib.Analysis.Normed.Module.FiniteDimension
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] {E' : Type u_2} [NormedAddCommGroup E'] [NormedSpace β E'] [FiniteDimensional β E'] {s : Set Ξ±} {f : Ξ± β E'} {K : NNReal} (hf : LipschitzOnWith K f s) : β g, LipschitzWith (lipschitzExtensionConstant E' * K) g β§ Set.EqOn f g s - HasStrictFDerivAt.exists_lipschitzOnWith π Mathlib.Analysis.Calculus.FDeriv.Basic
{π : Type u_1} [NontriviallyNormedField π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace π F] {f : E β F} {f' : E βL[π] F} {x : E} (hf : HasStrictFDerivAt f f' x) : β K, β s β nhds x, LipschitzOnWith K f s - norm_fderiv_le_of_lipschitzOn π Mathlib.Analysis.Calculus.FDeriv.Basic
(π : Type u_1) [NontriviallyNormedField π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace π F] {f : E β F} {xβ : E} {s : Set E} (hs : s β nhds xβ) {C : NNReal} (hlip : LipschitzOnWith C f s) : βfderiv π f xββ β€ βC - HasFDerivAt.le_of_lipschitzOn π Mathlib.Analysis.Calculus.FDeriv.Basic
{π : Type u_1} [NontriviallyNormedField π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace π F] {f : E β F} {f' : E βL[π] F} {xβ : E} (hf : HasFDerivAt f f' xβ) {s : Set E} (hs : s β nhds xβ) {C : NNReal} (hlip : LipschitzOnWith C f s) : βf'β β€ βC - HasStrictFDerivAt.exists_lipschitzOnWith_of_nnnorm_lt π Mathlib.Analysis.Calculus.FDeriv.Basic
{π : Type u_1} [NontriviallyNormedField π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace π F] {f : E β F} {f' : E βL[π] F} {x : E} (hf : HasStrictFDerivAt f f' x) (K : NNReal) (hK : βf'ββ < K) : β s β nhds x, LipschitzOnWith K f s - norm_deriv_le_of_lipschitzOn π Mathlib.Analysis.Calculus.Deriv.Basic
{π : Type u} [NontriviallyNormedField π] {F : Type v} [NormedAddCommGroup F] [NormedSpace π F] {f : π β F} {xβ : π} {s : Set π} (hs : s β nhds xβ) {C : NNReal} (hlip : LipschitzOnWith C f s) : βderiv f xββ β€ βC - HasDerivAt.le_of_lipschitzOn π Mathlib.Analysis.Calculus.Deriv.Basic
{π : Type u} [NontriviallyNormedField π] {F : Type v} [NormedAddCommGroup F] [NormedSpace π F] {f : π β F} {f' : F} {xβ : π} (hf : HasDerivAt f f' xβ) {s : Set π} (hs : s β nhds xβ) {C : NNReal} (hlip : LipschitzOnWith C f s) : βf'β β€ βC - Convex.lipschitzOnWith_of_nnnorm_hasDerivWithin_le π Mathlib.Analysis.Calculus.MeanValue
{π : Type u_3} {G : Type u_4} [RCLike π] [NormedAddCommGroup G] [NormedSpace π G] {f f' : π β G} {s : Set π} {C : NNReal} (hs : Convex β s) (hf : β x β s, HasDerivWithinAt f (f' x) s x) (bound : β x β s, βf' xββ β€ C) : LipschitzOnWith C f s - Convex.lipschitzOnWith_of_nnnorm_derivWithin_le π Mathlib.Analysis.Calculus.MeanValue
{π : Type u_3} {G : Type u_4} [RCLike π] [NormedAddCommGroup G] [NormedSpace π G] {f : π β G} {s : Set π} {C : NNReal} (hs : Convex β s) (hf : DifferentiableOn π f s) (bound : β x β s, βderivWithin f s xββ β€ C) : LipschitzOnWith C f s - Convex.lipschitzOnWith_of_nnnorm_deriv_le π Mathlib.Analysis.Calculus.MeanValue
{π : Type u_3} {G : Type u_4} [RCLike π] [NormedAddCommGroup G] [NormedSpace π G] {f : π β G} {s : Set π} {C : NNReal} (hf : β x β s, DifferentiableAt π f x) (bound : β x β s, βderiv f xββ β€ C) (hs : Convex β s) : LipschitzOnWith C f s - Convex.exists_nhdsWithin_lipschitzOnWith_of_hasFDerivWithinAt π Mathlib.Analysis.Calculus.MeanValue
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {π : Type u_3} {G : Type u_4} [NontriviallyNormedField π] [IsRCLikeNormedField π] [NormedSpace π E] [NormedAddCommGroup G] [NormedSpace π G] {s : Set E} {x : E} {f' : E β E βL[π] G} (hs : Convex β s) {f : E β G} (hder : βαΆ (y : E) in nhdsWithin x s, HasFDerivWithinAt f (f' y) s y) (hcont : ContinuousWithinAt f' s x) : β K, β t β nhdsWithin x s, LipschitzOnWith K f t - Convex.lipschitzOnWith_of_nnnorm_fderivWithin_le π Mathlib.Analysis.Calculus.MeanValue
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {π : Type u_3} {G : Type u_4} [NontriviallyNormedField π] [IsRCLikeNormedField π] [NormedSpace π E] [NormedAddCommGroup G] [NormedSpace π G] {f : E β G} {s : Set E} {C : NNReal} (hf : DifferentiableOn π f s) (bound : β x β s, βfderivWithin π f s xββ β€ C) (hs : Convex β s) : LipschitzOnWith C f s - Convex.lipschitzOnWith_of_nnnorm_fderiv_le π Mathlib.Analysis.Calculus.MeanValue
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {π : Type u_3} {G : Type u_4} [NontriviallyNormedField π] [IsRCLikeNormedField π] [NormedSpace π E] [NormedAddCommGroup G] [NormedSpace π G] {f : E β G} {s : Set E} {C : NNReal} (hf : β x β s, DifferentiableAt π f x) (bound : β x β s, βfderiv π f xββ β€ C) (hs : Convex β s) : LipschitzOnWith C f s - Convex.lipschitzOnWith_of_nnnorm_hasFDerivWithin_le π Mathlib.Analysis.Calculus.MeanValue
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {π : Type u_3} {G : Type u_4} [NontriviallyNormedField π] [IsRCLikeNormedField π] [NormedSpace π E] [NormedAddCommGroup G] [NormedSpace π G] {f : E β G} {s : Set E} {f' : E β E βL[π] G} {C : NNReal} (hf : β x β s, HasFDerivWithinAt f (f' x) s x) (bound : β x β s, βf' xββ β€ C) (hs : Convex β s) : LipschitzOnWith C f s - Convex.exists_nhdsWithin_lipschitzOnWith_of_hasFDerivWithinAt_of_nnnorm_lt π Mathlib.Analysis.Calculus.MeanValue
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {π : Type u_3} {G : Type u_4} [NontriviallyNormedField π] [IsRCLikeNormedField π] [NormedSpace π E] [NormedAddCommGroup G] [NormedSpace π G] {s : Set E} {x : E} {f' : E β E βL[π] G} (hs : Convex β s) {f : E β G} (hder : βαΆ (y : E) in nhdsWithin x s, HasFDerivWithinAt f (f' y) s y) (hcont : ContinuousWithinAt f' s x) (K : NNReal) (hK : βf' xββ < K) : β t β nhdsWithin x s, LipschitzOnWith K f t - hasDerivAt_integral_of_dominated_loc_of_lip π Mathlib.Analysis.Calculus.ParametricIntegral
{Ξ± : Type u_1} [MeasurableSpace Ξ±] {ΞΌ : MeasureTheory.Measure Ξ±} {π : Type u_2} [RCLike π] {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] {bound : Ξ± β β} {F : π β Ξ± β E} {xβ : π} {s : Set π} {F' : Ξ± β E} (hs : s β nhds xβ) (hF_meas : βαΆ (x : π) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) ΞΌ) (hF_int : MeasureTheory.Integrable (F xβ) ΞΌ) (hF'_meas : MeasureTheory.AEStronglyMeasurable F' ΞΌ) (h_lipsch : βα΅ (a : Ξ±) βΞΌ, LipschitzOnWith (Real.nnabs (bound a)) (fun x => F x a) s) (bound_integrable : MeasureTheory.Integrable bound ΞΌ) (h_diff : βα΅ (a : Ξ±) βΞΌ, HasDerivAt (fun x => F x a) (F' a) xβ) : MeasureTheory.Integrable F' ΞΌ β§ HasDerivAt (fun x => β« (a : Ξ±), F x a βΞΌ) (β« (a : Ξ±), F' a βΞΌ) xβ - hasFDerivAt_integral_of_dominated_loc_of_lip_interval π Mathlib.Analysis.Calculus.ParametricIntegral
{E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] {H : Type u_4} [NormedAddCommGroup H] {xβ : H} {s : Set H} [NormedSpace β H] {ΞΌ : MeasureTheory.Measure β} {F : H β β β E} {F' : β β H βL[β] E} {a b : β} {bound : β β β} (hs : s β nhds xβ) (hF_meas : βαΆ (x : H) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (hF_int : IntervalIntegrable (F xβ) ΞΌ a b) (hF'_meas : MeasureTheory.AEStronglyMeasurable F' (ΞΌ.restrict (Set.uIoc a b))) (h_lip : βα΅ (t : β) βΞΌ.restrict (Set.uIoc a b), LipschitzOnWith (Real.nnabs (bound t)) (fun x => F x t) s) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_diff : βα΅ (t : β) βΞΌ.restrict (Set.uIoc a b), HasFDerivAt (fun x => F x t) (F' t) xβ) : IntervalIntegrable F' ΞΌ a b β§ HasFDerivAt (fun x => β« (t : β) in a..b, F x t βΞΌ) (β« (t : β) in a..b, F' t βΞΌ) xβ - hasFDerivAt_integral_of_dominated_loc_of_lip π Mathlib.Analysis.Calculus.ParametricIntegral
{Ξ± : Type u_1} [MeasurableSpace Ξ±] {ΞΌ : MeasureTheory.Measure Ξ±} {π : Type u_2} [RCLike π] {E : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] {H : Type u_4} [NormedAddCommGroup H] [NormedSpace π H] {F : H β Ξ± β E} {xβ : H} {bound : Ξ± β β} {s : Set H} {F' : Ξ± β H βL[π] E} (hs : s β nhds xβ) (hF_meas : βαΆ (x : H) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) ΞΌ) (hF_int : MeasureTheory.Integrable (F xβ) ΞΌ) (hF'_meas : MeasureTheory.AEStronglyMeasurable F' ΞΌ) (h_lip : βα΅ (a : Ξ±) βΞΌ, LipschitzOnWith (Real.nnabs (bound a)) (fun x => F x a) s) (bound_integrable : MeasureTheory.Integrable bound ΞΌ) (h_diff : βα΅ (a : Ξ±) βΞΌ, HasFDerivAt (fun x => F x a) (F' a) xβ) : MeasureTheory.Integrable F' ΞΌ β§ HasFDerivAt (fun x => β« (a : Ξ±), F x a βΞΌ) (β« (a : Ξ±), F' a βΞΌ) xβ - intervalIntegral.hasDerivAt_integral_of_dominated_loc_of_lip π Mathlib.Analysis.Calculus.ParametricIntervalIntegral
{π : Type u_1} [RCLike π] {ΞΌ : MeasureTheory.Measure β} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] {a b : β} {bound : β β β} {F : π β β β E} {F' : β β E} {xβ : π} {s : Set π} (hs : s β nhds xβ) (hF_meas : βαΆ (x : π) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (hF_int : IntervalIntegrable (F xβ) ΞΌ a b) (hF'_meas : MeasureTheory.AEStronglyMeasurable F' (ΞΌ.restrict (Set.uIoc a b))) (h_lipsch : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β LipschitzOnWith (Real.nnabs (bound t)) (fun x => F x t) s) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_diff : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β HasDerivAt (fun x => F x t) (F' t) xβ) : IntervalIntegrable F' ΞΌ a b β§ HasDerivAt (fun x => β« (t : β) in a..b, F x t βΞΌ) (β« (t : β) in a..b, F' t βΞΌ) xβ - intervalIntegral.hasFDerivAt_integral_of_dominated_loc_of_lip π Mathlib.Analysis.Calculus.ParametricIntervalIntegral
{π : Type u_1} [RCLike π] {ΞΌ : MeasureTheory.Measure β} {E : Type u_2} [NormedAddCommGroup E] [NormedSpace β E] [NormedSpace π E] {H : Type u_3} [NormedAddCommGroup H] [NormedSpace π H] {s : Set H} {a b : β} {bound : β β β} {F : H β β β E} {F' : β β H βL[π] E} {xβ : H} (hs : s β nhds xβ) (hF_meas : βαΆ (x : H) in nhds xβ, MeasureTheory.AEStronglyMeasurable (F x) (ΞΌ.restrict (Set.uIoc a b))) (hF_int : IntervalIntegrable (F xβ) ΞΌ a b) (hF'_meas : MeasureTheory.AEStronglyMeasurable F' (ΞΌ.restrict (Set.uIoc a b))) (h_lip : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β LipschitzOnWith (Real.nnabs (bound t)) (fun x => F x t) s) (bound_integrable : IntervalIntegrable bound ΞΌ a b) (h_diff : βα΅ (t : β) βΞΌ, t β Set.uIoc a b β HasFDerivAt (fun x => F x t) (F' t) xβ) : IntervalIntegrable F' ΞΌ a b β§ HasFDerivAt (fun x => β« (t : β) in a..b, F x t βΞΌ) (β« (t : β) in a..b, F' t βΞΌ) xβ - ContDiffAt.exists_lipschitzOnWith π Mathlib.Analysis.Calculus.ContDiff.RCLike
{π : Type u_1} [RCLike π] {E' : Type u_2} [NormedAddCommGroup E'] [NormedSpace π E'] {F' : Type u_3} [NormedAddCommGroup F'] [NormedSpace π F'] {f : E' β F'} {x : E'} (hf : ContDiffAt π 1 f x) : β K, β t β nhds x, LipschitzOnWith K f t - ContDiffOn.exists_lipschitzOnWith π Mathlib.Analysis.Calculus.ContDiff.RCLike
{E : Type u_4} {F : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup F] [NormedSpace β F] {s : Set E} {f : E β F} {n : WithTop ββ} (hf : ContDiffOn β n f s) (hn : n β 0) (hs : Convex β s) (hs' : IsCompact s) : β K, LipschitzOnWith K f s - ContDiffWithinAt.exists_lipschitzOnWith π Mathlib.Analysis.Calculus.ContDiff.RCLike
{E : Type u_4} {F : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup F] [NormedSpace β F] {f : E β F} {s : Set E} {x : E} (hf : ContDiffWithinAt β 1 f s x) (hs : Convex β s) : β K, β t β nhdsWithin x s, LipschitzOnWith K f t - ContDiffAt.exists_lipschitzOnWith_of_nnnorm_lt π Mathlib.Analysis.Calculus.ContDiff.RCLike
{π : Type u_1} [RCLike π] {E' : Type u_2} [NormedAddCommGroup E'] [NormedSpace π E'] {F' : Type u_3} [NormedAddCommGroup F'] [NormedSpace π F'] {f : E' β F'} {x : E'} (hf : ContDiffAt π 1 f x) (K : NNReal) (hK : βfderiv π f xββ < K) : β t β nhds x, LipschitzOnWith K f t - HasFTaylorSeriesUpToOn.exists_lipschitzOnWith π Mathlib.Analysis.Calculus.ContDiff.RCLike
{E : Type u_4} {F : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup F] [NormedSpace β F] {f : E β F} {p : E β FormalMultilinearSeries β E F} {s : Set E} {x : E} (hf : HasFTaylorSeriesUpToOn 1 f p (insert x s)) (hs : Convex β s) : β K, β t β nhdsWithin x s, LipschitzOnWith K f t - HasFTaylorSeriesUpToOn.exists_lipschitzOnWith_of_nnnorm_lt π Mathlib.Analysis.Calculus.ContDiff.RCLike
{E : Type u_4} {F : Type u_5} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup F] [NormedSpace β F] {f : E β F} {p : E β FormalMultilinearSeries β E F} {s : Set E} {x : E} (hf : HasFTaylorSeriesUpToOn 1 f p (insert x s)) (hs : Convex β s) (K : NNReal) (hK : βp x 1ββ < K) : β t β nhdsWithin x s, LipschitzOnWith K f t - ApproximatesLinearOn.lipschitzOnWith π Mathlib.Analysis.Calculus.InverseFunctionTheorem.ApproximatesLinearOn
{π : Type u_1} [NontriviallyNormedField π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace π F] {f : E β F} {f' : E βL[π] F} {s : Set E} {c : NNReal} : ApproximatesLinearOn f f' s c β LipschitzOnWith c (f - βf') s - LipschitzOnWith.approximatesLinearOn π Mathlib.Analysis.Calculus.InverseFunctionTheorem.ApproximatesLinearOn
{π : Type u_1} [NontriviallyNormedField π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace π F] {f : E β F} {f' : E βL[π] F} {s : Set E} {c : NNReal} : LipschitzOnWith c (f - βf') s β ApproximatesLinearOn f f' s c - ApproximatesLinearOn.approximatesLinearOn_iff_lipschitzOnWith π Mathlib.Analysis.Calculus.InverseFunctionTheorem.ApproximatesLinearOn
{π : Type u_1} [NontriviallyNormedField π] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace π E] {F : Type u_3} [NormedAddCommGroup F] [NormedSpace π F] {f : E β F} {f' : E βL[π] F} {s : Set E} {c : NNReal} : ApproximatesLinearOn f f' s c β LipschitzOnWith c (f - βf') s - LipschitzOnWith.locallyBoundedVariationOn π Mathlib.Topology.EMetricSpace.BoundedVariation
{M : Type u_3} [PseudoEMetricSpace M] {f : β β M} {C : NNReal} {s : Set β} (hf : LipschitzOnWith C f s) : LocallyBoundedVariationOn f s - LipschitzOnWith.comp_boundedVariationOn π Mathlib.Topology.EMetricSpace.BoundedVariation
{Ξ± : Type u_1} [LinearOrder Ξ±] {M : Type u_3} [PseudoEMetricSpace M] {F : Type u_4} [PseudoEMetricSpace F] {f : M β F} {C : NNReal} {t : Set M} (hf : LipschitzOnWith C f t) {g : Ξ± β M} {s : Set Ξ±} (hg : Set.MapsTo g s t) (h : BoundedVariationOn g s) : BoundedVariationOn (f β g) s - LipschitzOnWith.comp_locallyBoundedVariationOn π Mathlib.Topology.EMetricSpace.BoundedVariation
{Ξ± : Type u_1} [LinearOrder Ξ±] {M : Type u_3} [PseudoEMetricSpace M] {F : Type u_4} [PseudoEMetricSpace F] {f : M β F} {C : NNReal} {t : Set M} (hf : LipschitzOnWith C f t) {g : Ξ± β M} {s : Set Ξ±} (hg : Set.MapsTo g s t) (h : LocallyBoundedVariationOn g s) : LocallyBoundedVariationOn (f β g) s - LipschitzOnWith.comp_eVariationOn_le π Mathlib.Topology.EMetricSpace.BoundedVariation
{Ξ± : Type u_1} [LinearOrder Ξ±] {M : Type u_3} [PseudoEMetricSpace M] {F : Type u_4} [PseudoEMetricSpace F] {f : M β F} {C : NNReal} {t : Set M} (h : LipschitzOnWith C f t) {g : Ξ± β M} {s : Set Ξ±} (hg : Set.MapsTo g s t) : eVariationOn (f β g) s β€ βC * eVariationOn g s - LipschitzOnWith.ae_differentiableWithinAt_of_mem_real π Mathlib.Analysis.BoundedVariation
{V : Type u_1} [NormedAddCommGroup V] [NormedSpace β V] [FiniteDimensional β V] {C : NNReal} {f : β β V} {s : Set β} (h : LipschitzOnWith C f s) : βα΅ (x : β), x β s β DifferentiableWithinAt β f s x - LipschitzOnWith.ae_differentiableWithinAt_real π Mathlib.Analysis.BoundedVariation
{V : Type u_1} [NormedAddCommGroup V] [NormedSpace β V] [FiniteDimensional β V] {C : NNReal} {f : β β V} {s : Set β} (h : LipschitzOnWith C f s) (hs : MeasurableSet s) : βα΅ (x : β) βMeasureTheory.volume.restrict s, DifferentiableWithinAt β f s x - LipschitzOnWith.uniformEquicontinuousOn π Mathlib.Topology.MetricSpace.UniformConvergence
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [PseudoEMetricSpace Ξ³] [PseudoEMetricSpace Ξ²] (f : Ξ± β Ξ³ β Ξ²) (K : NNReal) {s : Set Ξ³} (h : β (c : Ξ±), LipschitzOnWith K (f c) s) : UniformEquicontinuousOn f s - UniformFun.lipschitzOnWith_iff π Mathlib.Topology.MetricSpace.UniformConvergence
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [PseudoEMetricSpace Ξ³] [PseudoEMetricSpace Ξ²] {f : Ξ³ β UniformFun Ξ± Ξ²} {K : NNReal} {s : Set Ξ³} : LipschitzOnWith K f s β β (c : Ξ±), LipschitzOnWith K (fun x => UniformFun.toFun (f x) c) s - UniformFun.lipschitzOnWith_ofFun_iff π Mathlib.Topology.MetricSpace.UniformConvergence
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [PseudoEMetricSpace Ξ³] [PseudoEMetricSpace Ξ²] {f : Ξ³ β Ξ± β Ξ²} {K : NNReal} {s : Set Ξ³} : LipschitzOnWith K (fun x => UniformFun.ofFun (f x)) s β β (c : Ξ±), LipschitzOnWith K (fun x => f x c) s - UniformOnFun.lipschitzOnWith_iff π Mathlib.Topology.MetricSpace.UniformConvergence
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} [PseudoEMetricSpace Ξ³] {π : Set (Set Ξ±)} [PseudoEMetricSpace Ξ²] [Finite βπ] {f : Ξ³ β UniformOnFun Ξ± Ξ² π} {K : NNReal} {s : Set Ξ³} : LipschitzOnWith K f s β β c β ββ π, LipschitzOnWith K (fun x => (UniformOnFun.toFun π) (f x) c) s - lipschitzOnWith_cfc_fun_of_subset π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Continuity
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [MetricSpace A] [Algebra R A] [IsometricContinuousFunctionalCalculus R A p] (a : A) {s : Set R} (hs : spectrum R a β s) : LipschitzOnWith 1 (fun f => cfc ((UniformOnFun.toFun {s}) f) a) {f | ContinuousOn ((UniformOnFun.toFun {s}) f) s} - lipschitzOnWith_cfc_fun π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Continuity
(R : Type u_1) {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [IsTopologicalSemiring R] [ContinuousStar R] [Ring A] [StarRing A] [MetricSpace A] [Algebra R A] [IsometricContinuousFunctionalCalculus R A p] (a : A) : LipschitzOnWith 1 (fun f => cfc ((UniformOnFun.toFun {spectrum R a}) f) a) {f | ContinuousOn ((UniformOnFun.toFun {spectrum R a}) f) (spectrum R a)} - lipschitzOnWith_cfcβ_fun_of_subset π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Continuity
{R : Type u_1} {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [Nontrivial R] [IsTopologicalSemiring R] [ContinuousStar R] [NonUnitalRing A] [StarRing A] [MetricSpace A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalIsometricContinuousFunctionalCalculus R A p] (a : A) {s : Set R} (hs : quasispectrum R a β s) : LipschitzOnWith 1 (fun f => cfcβ ((UniformOnFun.toFun {s}) f) a) {f | ContinuousOn ((UniformOnFun.toFun {s}) f) s β§ f 0 = 0} - lipschitzOnWith_cfcβ_fun π Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Continuity
(R : Type u_1) {A : Type u_2} {p : A β Prop} [CommSemiring R] [StarRing R] [MetricSpace R] [Nontrivial R] [IsTopologicalSemiring R] [ContinuousStar R] [NonUnitalRing A] [StarRing A] [MetricSpace A] [Module R A] [SMulCommClass R A A] [IsScalarTower R A A] [NonUnitalIsometricContinuousFunctionalCalculus R A p] (a : A) : LipschitzOnWith 1 (fun f => cfcβ ((UniformOnFun.toFun {quasispectrum R a}) f) a) {f | ContinuousOn ((UniformOnFun.toFun {quasispectrum R a}) f) (quasispectrum R a) β§ f 0 = 0} - LipschitzOnWith.coordinate π Mathlib.Analysis.Normed.Lp.lpSpace
{Ξ± : Type u_3} {ΞΉ : Type u_5} [PseudoMetricSpace Ξ±] (f : Ξ± β β₯(lp (fun x => β) β€)) (s : Set Ξ±) (K : NNReal) : LipschitzOnWith K f s β β (i : ΞΉ), LipschitzOnWith K (fun a => β(f a) i) s - LipschitzOnWith.holderOnWith π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] {C : NNReal} {f : X β Y} {s : Set X} : LipschitzOnWith C f s β HolderOnWith C 1 f s - holderOnWith_one π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] {C : NNReal} {f : X β Y} {s : Set X} : HolderOnWith C 1 f s β LipschitzOnWith C f s - norm_lineDeriv_le_of_lipschitzOn π Mathlib.Analysis.Calculus.LineDeriv.Basic
(π : Type u_1) [NontriviallyNormedField π] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace π F] {E : Type u_3} [NormedAddCommGroup E] [NormedSpace π E] {v : E} {f : E β F} {xβ : E} {s : Set E} (hs : s β nhds xβ) {C : NNReal} (hlip : LipschitzOnWith C f s) : βlineDeriv π f xβ vβ β€ βC * βvβ - HasLineDerivAt.le_of_lipschitzOn π Mathlib.Analysis.Calculus.LineDeriv.Basic
{π : Type u_1} [NontriviallyNormedField π] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace π F] {E : Type u_3} [NormedAddCommGroup E] [NormedSpace π E] {v : E} {f : E β F} {f' : F} {xβ : E} (hf : HasLineDerivAt π f f' xβ v) {s : Set E} (hs : s β nhds xβ) {C : NNReal} (hlip : LipschitzOnWith C f s) : βf'β β€ βC * βvβ - LipschitzOnWith.ae_differentiableWithinAt_of_mem_of_real π Mathlib.Analysis.Calculus.Rademacher
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] [MeasurableSpace E] [BorelSpace E] {C : NNReal} {f : E β β} {s : Set E} {ΞΌ : MeasureTheory.Measure E} [FiniteDimensional β E] [ΞΌ.IsAddHaarMeasure] (hf : LipschitzOnWith C f s) : βα΅ (x : E) βΞΌ, x β s β DifferentiableWithinAt β f s x - LipschitzOnWith.ae_differentiableWithinAt π Mathlib.Analysis.Calculus.Rademacher
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] [MeasurableSpace E] [BorelSpace E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace β F] {C : NNReal} {s : Set E} {ΞΌ : MeasureTheory.Measure E} [FiniteDimensional β E] [FiniteDimensional β F] [ΞΌ.IsAddHaarMeasure] {f : E β F} (hf : LipschitzOnWith C f s) (hs : MeasurableSet s) : βα΅ (x : E) βΞΌ.restrict s, DifferentiableWithinAt β f s x - LipschitzOnWith.ae_differentiableWithinAt_of_mem π Mathlib.Analysis.Calculus.Rademacher
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] [MeasurableSpace E] [BorelSpace E] {F : Type u_2} [NormedAddCommGroup F] [NormedSpace β F] {C : NNReal} {s : Set E} {ΞΌ : MeasureTheory.Measure E} [FiniteDimensional β E] [FiniteDimensional β F] [ΞΌ.IsAddHaarMeasure] {f : E β F} (hf : LipschitzOnWith C f s) : βα΅ (x : E) βΞΌ, x β s β DifferentiableWithinAt β f s x - LipschitzOnWith.ae_differentiableWithinAt_of_mem_pi π Mathlib.Analysis.Calculus.Rademacher
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] [MeasurableSpace E] [BorelSpace E] {C : NNReal} {ΞΌ : MeasureTheory.Measure E} [FiniteDimensional β E] [ΞΌ.IsAddHaarMeasure] {ΞΉ : Type u_3} [Fintype ΞΉ] {f : E β ΞΉ β β} {s : Set E} (hf : LipschitzOnWith C f s) : βα΅ (x : E) βΞΌ, x β s β DifferentiableWithinAt β f s x - LipschitzOnWith.absolutelyContinuousOnInterval π Mathlib.MeasureTheory.Function.AbsolutelyContinuous
{X : Type u_1} [PseudoMetricSpace X] {a b : β} {f : β β X} {K : NNReal} (hfK : LipschitzOnWith K f (Set.uIcc a b)) : AbsolutelyContinuousOnInterval f a b - LipschitzOnWith.comp_absolutelyContinuousOnInterval π Mathlib.MeasureTheory.Function.AbsolutelyContinuous
{X : Type u_1} [PseudoMetricSpace X] {Y : Type u_3} [PseudoMetricSpace Y] {f : X β Y} {K : NNReal} {t : Set X} (hf : LipschitzOnWith K f t) {g : β β X} {a b : β} (hg : Set.MapsTo g (Set.uIcc a b) t) (h : AbsolutelyContinuousOnInterval g a b) : AbsolutelyContinuousOnInterval (f β g) a b - ConcaveOn.exists_lipschitzOnWith_of_isBounded π Mathlib.Analysis.Convex.Continuous
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {xβ : E} {r r' : β} (hf : ConcaveOn β (Metric.ball xβ r) f) (hr : r' < r) (hf' : Bornology.IsBounded (f '' Metric.ball xβ r)) : β K, LipschitzOnWith K f (Metric.ball xβ r') - ConvexOn.exists_lipschitzOnWith_of_isBounded π Mathlib.Analysis.Convex.Continuous
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {xβ : E} {r r' : β} (hf : ConvexOn β (Metric.ball xβ r) f) (hr : r' < r) (hf' : Bornology.IsBounded (f '' Metric.ball xβ r)) : β K, LipschitzOnWith K f (Metric.ball xβ r') - ConcaveOn.lipschitzOnWith_of_abs_le π Mathlib.Analysis.Convex.Continuous
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {xβ : E} {Ξ΅ r M : β} (hf : ConcaveOn β (Metric.ball xβ r) f) (hΞ΅ : 0 < Ξ΅) (hM : β (a : E), dist a xβ < r β |f a| β€ M) : LipschitzOnWith (2 * M / Ξ΅).toNNReal f (Metric.ball xβ (r - Ξ΅)) - ConvexOn.lipschitzOnWith_of_abs_le π Mathlib.Analysis.Convex.Continuous
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {f : E β β} {xβ : E} {Ξ΅ r M : β} (hf : ConvexOn β (Metric.ball xβ r) f) (hΞ΅ : 0 < Ξ΅) (hM : β (a : E), dist a xβ < r β |f a| β€ M) : LipschitzOnWith (2 * M / Ξ΅).toNNReal f (Metric.ball xβ (r - Ξ΅)) - LipschitzOnWith.hausdorffMeasure_image_le π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} {Y : Type u_3} [EMetricSpace X] [EMetricSpace Y] [MeasurableSpace X] [BorelSpace X] [MeasurableSpace Y] [BorelSpace Y] {K : NNReal} {f : X β Y} {s : Set X} (h : LipschitzOnWith K f s) {d : β} (hd : 0 β€ d) : (MeasureTheory.Measure.hausdorffMeasure d) (f '' s) β€ βK ^ d * (MeasureTheory.Measure.hausdorffMeasure d) s - LipschitzOnWith.dimH_image_le π Mathlib.Topology.MetricSpace.HausdorffDimension
{X : Type u_2} {Y : Type u_3} [EMetricSpace X] [EMetricSpace Y] {K : NNReal} {f : X β Y} {s : Set X} (h : LipschitzOnWith K f s) : dimH (f '' s) β€ dimH s - dimH_range_le_of_locally_lipschitzOn π Mathlib.Topology.MetricSpace.HausdorffDimension
{X : Type u_2} {Y : Type u_3} [EMetricSpace X] [EMetricSpace Y] [SecondCountableTopology X] {f : X β Y} (hf : β (x : X), β C, β s β nhds x, LipschitzOnWith C f s) : dimH (Set.range f) β€ dimH Set.univ - dimH_image_le_of_locally_lipschitzOn π Mathlib.Topology.MetricSpace.HausdorffDimension
{X : Type u_2} {Y : Type u_3} [EMetricSpace X] [EMetricSpace Y] [SecondCountableTopology X] {f : X β Y} {s : Set X} (hf : β x β s, β C, β t β nhdsWithin x s, LipschitzOnWith C f t) : dimH (f '' s) β€ dimH s - dist_le_of_trajectories_ODE_of_mem π Mathlib.Analysis.ODE.Gronwall
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {v : β β E β E} {s : β β Set E} {K : NNReal} {f g : β β E} {a b Ξ΄ : β} (hv : β t β Set.Ico a b, LipschitzOnWith K (v t) (s t)) (hf : ContinuousOn f (Set.Icc a b)) (hf' : β t β Set.Ico a b, HasDerivWithinAt f (v t (f t)) (Set.Ici t) t) (hfs : β t β Set.Ico a b, f t β s t) (hg : ContinuousOn g (Set.Icc a b)) (hg' : β t β Set.Ico a b, HasDerivWithinAt g (v t (g t)) (Set.Ici t) t) (hgs : β t β Set.Ico a b, g t β s t) (ha : dist (f a) (g a) β€ Ξ΄) (t : β) : t β Set.Icc a b β dist (f t) (g t) β€ Ξ΄ * Real.exp (βK * (t - a)) - dist_le_of_approx_trajectories_ODE_of_mem π Mathlib.Analysis.ODE.Gronwall
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {v : β β E β E} {s : β β Set E} {K : NNReal} {f g f' g' : β β E} {a b Ξ΅f Ξ΅g Ξ΄ : β} (hv : β t β Set.Ico a b, LipschitzOnWith K (v t) (s t)) (hf : ContinuousOn f (Set.Icc a b)) (hf' : β t β Set.Ico a b, HasDerivWithinAt f (f' t) (Set.Ici t) t) (f_bound : β t β Set.Ico a b, dist (f' t) (v t (f t)) β€ Ξ΅f) (hfs : β t β Set.Ico a b, f t β s t) (hg : ContinuousOn g (Set.Icc a b)) (hg' : β t β Set.Ico a b, HasDerivWithinAt g (g' t) (Set.Ici t) t) (g_bound : β t β Set.Ico a b, dist (g' t) (v t (g t)) β€ Ξ΅g) (hgs : β t β Set.Ico a b, g t β s t) (ha : dist (f a) (g a) β€ Ξ΄) (t : β) : t β Set.Icc a b β dist (f t) (g t) β€ gronwallBound Ξ΄ (βK) (Ξ΅f + Ξ΅g) (t - a) - IsPicardLindelof.lipschitzOnWith π Mathlib.Analysis.ODE.PicardLindelof
{E : Type u_1} [NormedAddCommGroup E] {f : β β E β E} {tmin tmax : β} {tβ : β(Set.Icc tmin tmax)} {xβ : E} {a r L K : NNReal} (self : IsPicardLindelof f tβ xβ a r L K) (t : β) : t β Set.Icc tmin tmax β LipschitzOnWith K (f t) (Metric.closedBall xβ βa) - IsPicardLindelof.of_time_independent π Mathlib.Analysis.ODE.PicardLindelof
{E : Type u_1} [NormedAddCommGroup E] {f : E β E} {tmin tmax : β} {tβ : β(Set.Icc tmin tmax)} {xβ : E} {a r L K : NNReal} (hb : β x β Metric.closedBall xβ βa, βf xβ β€ βL) (hl : LipschitzOnWith K f (Metric.closedBall xβ βa)) (hm : βL * max (tmax - βtβ) (βtβ - tmin) β€ βa - βr) : IsPicardLindelof (fun x => f) tβ xβ a r L K - IsPicardLindelof.mk π Mathlib.Analysis.ODE.PicardLindelof
{E : Type u_1} [NormedAddCommGroup E] {f : β β E β E} {tmin tmax : β} {tβ : β(Set.Icc tmin tmax)} {xβ : E} {a r L K : NNReal} (lipschitzOnWith : β t β Set.Icc tmin tmax, LipschitzOnWith K (f t) (Metric.closedBall xβ βa)) (continuousOn : β x β Metric.closedBall xβ βa, ContinuousOn (fun x_1 => f x_1 x) (Set.Icc tmin tmax)) (norm_le : β t β Set.Icc tmin tmax, β x β Metric.closedBall xβ βa, βf t xβ β€ βL) (mul_max_le : βL * max (tmax - βtβ) (βtβ - tmin) β€ βa - βr) : IsPicardLindelof f tβ xβ a r L K - ODE_solution_unique_univ π Mathlib.Analysis.ODE.ExistUnique
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {v : β β E β E} {s : β β Set E} {K : NNReal} {f g : β β E} {tβ : β} (hv : β (t : β), LipschitzOnWith K (v t) (s t)) (hf : β (t : β), HasDerivAt f (v t (f t)) t β§ f t β s t) (hg : β (t : β), HasDerivAt g (v t (g t)) t β§ g t β s t) (heq : f tβ = g tβ) : f = g - IsPicardLindelof.exists_forall_mem_closedBall_eq_hasDerivWithinAt_lipschitzOnWith π Mathlib.Analysis.ODE.ExistUnique
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] [CompleteSpace E] {f : β β E β E} {tmin tmax : β} {tβ : β(Set.Icc tmin tmax)} {xβ : E} {a r L K : NNReal} (hf : IsPicardLindelof f tβ xβ a r L K) : β Ξ±, (β x β Metric.closedBall xβ βr, Ξ± x βtβ = x β§ β t β Set.Icc tmin tmax, HasDerivWithinAt (Ξ± x) (f t (Ξ± x t)) (Set.Icc tmin tmax) t) β§ β L', β t β Set.Icc tmin tmax, LipschitzOnWith L' (fun x => Ξ± x t) (Metric.closedBall xβ βr) - ODE_solution_unique_of_eventually π Mathlib.Analysis.ODE.ExistUnique
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {v : β β E β E} {s : β β Set E} {K : NNReal} {f g : β β E} {tβ : β} (hv : βαΆ (t : β) in nhds tβ, LipschitzOnWith K (v t) (s t)) (hf : βαΆ (t : β) in nhds tβ, HasDerivAt f (v t (f t)) t β§ f t β s t) (hg : βαΆ (t : β) in nhds tβ, HasDerivAt g (v t (g t)) t β§ g t β s t) (heq : f tβ = g tβ) : f =αΆ [nhds tβ] g - ODE_solution_unique_of_mem_Ioo π Mathlib.Analysis.ODE.ExistUnique
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {v : β β E β E} {s : β β Set E} {K : NNReal} {f g : β β E} {a b tβ : β} (hv : β t β Set.Ioo a b, LipschitzOnWith K (v t) (s t)) (ht : tβ β Set.Ioo a b) (hf : β t β Set.Ioo a b, HasDerivAt f (v t (f t)) t β§ f t β s t) (hg : β t β Set.Ioo a b, HasDerivAt g (v t (g t)) t β§ g t β s t) (heq : f tβ = g tβ) : Set.EqOn f g (Set.Ioo a b) - ODE_solution_unique_of_mem_Icc_left π Mathlib.Analysis.ODE.ExistUnique
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {v : β β E β E} {s : β β Set E} {K : NNReal} {f g : β β E} {a b : β} (hv : β t β Set.Ioc a b, LipschitzOnWith K (v t) (s t)) (hf : ContinuousOn f (Set.Icc a b)) (hf' : β t β Set.Ioc a b, HasDerivWithinAt f (v t (f t)) (Set.Iic t) t) (hfs : β t β Set.Ioc a b, f t β s t) (hg : ContinuousOn g (Set.Icc a b)) (hg' : β t β Set.Ioc a b, HasDerivWithinAt g (v t (g t)) (Set.Iic t) t) (hgs : β t β Set.Ioc a b, g t β s t) (hb : f b = g b) : Set.EqOn f g (Set.Icc a b) - ODE_solution_unique_of_mem_Icc_right π Mathlib.Analysis.ODE.ExistUnique
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {v : β β E β E} {s : β β Set E} {K : NNReal} {f g : β β E} {a b : β} (hv : β t β Set.Ico a b, LipschitzOnWith K (v t) (s t)) (hf : ContinuousOn f (Set.Icc a b)) (hf' : β t β Set.Ico a b, HasDerivWithinAt f (v t (f t)) (Set.Ici t) t) (hfs : β t β Set.Ico a b, f t β s t) (hg : ContinuousOn g (Set.Icc a b)) (hg' : β t β Set.Ico a b, HasDerivWithinAt g (v t (g t)) (Set.Ici t) t) (hgs : β t β Set.Ico a b, g t β s t) (ha : f a = g a) : Set.EqOn f g (Set.Icc a b) - ODE_solution_unique_of_mem_Icc π Mathlib.Analysis.ODE.ExistUnique
{E : Type u_1} [NormedAddCommGroup E] [NormedSpace β E] {v : β β E β E} {s : β β Set E} {K : NNReal} {f g : β β E} {a b tβ : β} (hv : β t β Set.Ioo a b, LipschitzOnWith K (v t) (s t)) (ht : tβ β Set.Ioo a b) (hf : ContinuousOn f (Set.Icc a b)) (hf' : β t β Set.Ioo a b, HasDerivAt f (v t (f t)) t) (hfs : β t β Set.Ioo a b, f t β s t) (hg : ContinuousOn g (Set.Icc a b)) (hg' : β t β Set.Ioo a b, HasDerivAt g (v t (g t)) t) (hgs : β t β Set.Ioo a b, g t β s t) (heq : f tβ = g tβ) : Set.EqOn f g (Set.Icc a b) - LipschitzOnWith.extend_lp_infty π Mathlib.Topology.MetricSpace.Kuratowski
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {s : Set Ξ±} {ΞΉ : Type u_1} {f : Ξ± β β₯(lp (fun x => β) β€)} {K : NNReal} (hfl : LipschitzOnWith K f s) : β g, LipschitzWith K g β§ Set.EqOn f g s
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59