Loogle!
Result
Found 308 declarations mentioning LipschitzWith. Of these, only the first 200 are shown.
- LipschitzWith π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (K : NNReal) (f : Ξ± β Ξ²) : Prop - LipschitzWith.const' π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (b : Ξ²) {K : NNReal} : LipschitzWith K fun x => b - LipschitzWith.id π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] : LipschitzWith 1 id - LipschitzWith.const π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (b : Ξ²) : LipschitzWith 0 fun x => b - LipschitzWith.locallyLipschitz π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {f : Ξ± β Ξ²} {K : NNReal} (hf : LipschitzWith K f) : LocallyLipschitz 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 - LipschitzWith.prod_fst π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] : LipschitzWith 1 Prod.fst - LipschitzWith.prod_snd π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] : LipschitzWith 1 Prod.snd - LipschitzWith.uniformContinuous π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) : UniformContinuous f - LipschitzWith.prodMk_left π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (a : Ξ±) : LipschitzWith 1 (Prod.mk a) - LipschitzWith.continuous π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) : Continuous f - LipschitzWith.prodMk_right π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (b : Ξ²) : LipschitzWith 1 fun a => (a, b) - LipschitzWith.zero_iff π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {Ξ² : Type u_1} [EMetricSpace Ξ²] (f : Ξ± β Ξ²) : LipschitzWith 0 f β β (x y : Ξ±), f x = f y - LipschitzWith.eval π Mathlib.Topology.EMetricSpace.Lipschitz
{ΞΉ : Type x} {Ξ± : ΞΉ β Type u} [(i : ΞΉ) β PseudoEMetricSpace (Ξ± i)] [Fintype ΞΉ] (i : ΞΉ) : LipschitzWith 1 (Function.eval i) - LipschitzWith.weaken π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) {K' : NNReal} (h : K β€ K') : LipschitzWith K' f - LipschitzWith.iterate π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β Ξ±} (hf : LipschitzWith K f) (n : β) : LipschitzWith (K ^ n) f^[n] - LipschitzWith.restrict π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) (s : Set Ξ±) : LipschitzWith K (s.domRestrict f) - 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) - LipschitzWith.subtype_mk π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) {p : Ξ² β Prop} (hp : β (x : Ξ±), p (f x)) : LipschitzWith K fun x => β¨f x, β―β© - LipschitzWith.subtype_val π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] (s : Set Ξ±) : LipschitzWith 1 Subtype.val - LipschitzWith.comp π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] {Kf Kg : NNReal} {f : Ξ² β Ξ³} {g : Ξ± β Ξ²} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (Kf * Kg) (f β g) - LipschitzWith.of_edist_le π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {f : Ξ± β Ξ²} (h : β (x y : Ξ±), edist (f x) (f y) β€ edist x y) : LipschitzWith 1 f - LipschitzWith.pow_end π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {f : Function.End Ξ±} {K : NNReal} (h : LipschitzWith K f) (n : β) : LipschitzWith (K ^ n) (f ^ n) - LipschitzWith.prodMk π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] {f : Ξ± β Ξ²} {Kf : NNReal} (hf : LipschitzWith Kf f) {g : Ξ± β Ξ³} {Kg : NNReal} (hg : LipschitzWith Kg g) : LipschitzWith (max Kf Kg) fun x => (f x, g x) - 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 - LipschitzWith.edist_lt_top π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) {x y : Ξ±} (h : edist x y β β€) : edist (f x) (f y) < β€ - LipschitzWith.uncurry π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] {f : Ξ± β Ξ² β Ξ³} {KΞ± KΞ² : NNReal} (hΞ± : β (b : Ξ²), LipschitzWith KΞ± fun a => f a b) (hΞ² : β (a : Ξ±), LipschitzWith KΞ² (f a)) : LipschitzWith (KΞ± + KΞ²) (Function.uncurry f) - LipschitzWith.mul_end π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {f g : Function.End Ξ±} {Kf Kg : NNReal} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (Kf * Kg) (f * g) - continuous_prod_of_continuous_lipschitzWith π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [TopologicalSpace Ξ²] [PseudoEMetricSpace Ξ³] (f : Ξ± Γ Ξ² β Ξ³) (K : NNReal) (ha : β (a : Ξ±), Continuous fun y => f (a, y)) (hb : β (b : Ξ²), LipschitzWith K fun x => f (x, b)) : Continuous f - continuous_prod_of_continuous_lipschitzWith' π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [TopologicalSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] (f : Ξ± Γ Ξ² β Ξ³) (K : NNReal) (ha : β (a : Ξ±), LipschitzWith K fun y => f (a, y)) (hb : β (b : Ξ²), Continuous fun x => f (x, b)) : Continuous f - 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) - LipschitzWith.ediam_image_le π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) (s : Set Ξ±) : Metric.ediam (f '' s) β€ βK * Metric.ediam s - LipschitzWith.edist_le_mul π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (h : LipschitzWith K f) (x y : Ξ±) : edist (f x) (f y) β€ βK * edist x y - LipschitzWith.mapsTo_closedEBall π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (h : LipschitzWith K f) (x : Ξ±) (r : ENNReal) : Set.MapsTo f (Metric.closedEBall x r) (Metric.closedEBall (f x) (βK * r)) - 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) - LipschitzWith.mul_edist_le π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (h : LipschitzWith K f) (x y : Ξ±) : (βK)β»ΒΉ * edist (f x) (f y) β€ edist x y - LipschitzWith.list_prod π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {ΞΉ : Type x} [PseudoEMetricSpace Ξ±] (f : ΞΉ β Function.End Ξ±) (K : ΞΉ β NNReal) (h : β (i : ΞΉ), LipschitzWith (K i) (f i)) (l : List ΞΉ) : LipschitzWith (List.map K l).prod (List.map f l).prod - LipschitzWith.edist_le_mul_of_le π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} {x y : Ξ±} {r : ENNReal} (h : LipschitzWith K f) (hr : edist x y β€ r) : edist (f x) (f y) β€ βK * r - LipschitzWith.mapsTo_eball π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (h : LipschitzWith K f) (hK : K β 0) (x : Ξ±) (r : ENNReal) : Set.MapsTo f (Metric.eball x r) (Metric.eball (f x) (βK * r)) - LipschitzWith.edist_lt_of_edist_lt_div π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) {x y : Ξ±} {d : ENNReal} (h : edist x y < d / βK) : edist (f x) (f y) < d - continuous_prod_of_dense_continuous_lipschitzWith π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [PseudoEMetricSpace Ξ±] [TopologicalSpace Ξ²] [PseudoEMetricSpace Ξ³] (f : Ξ± Γ Ξ² β Ξ³) (K : NNReal) {s : Set Ξ±} (hs : Dense s) (ha : β a β s, Continuous fun y => f (a, y)) (hb : β (b : Ξ²), LipschitzWith K fun x => f (x, b)) : Continuous f - continuous_prod_of_dense_continuous_lipschitzWith' π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [TopologicalSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] (f : Ξ± Γ Ξ² β Ξ³) (K : NNReal) {t : Set Ξ²} (ht : Dense t) (ha : β (a : Ξ±), LipschitzWith K fun y => f (a, y)) (hb : β b β t, Continuous fun x => f (x, b)) : Continuous f - LipschitzWith.edist_lt_mul_of_lt π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} {x y : Ξ±} {r : ENNReal} (h : LipschitzWith K f) (hK : K β 0) (hr : edist x y < r) : edist (f x) (f y) < βK * r - LipschitzWith.edist_iterate_succ_le_geometric π Mathlib.Topology.EMetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β Ξ±} (hf : LipschitzWith K f) (x : Ξ±) (n : β) : edist (f^[n] x) (f^[n + 1] x) β€ edist x (f x) * βK ^ n - AntilipschitzWith.to_rightInverse π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : AntilipschitzWith K f) {g : Ξ² β Ξ±} (hg : Function.RightInverse g f) : LipschitzWith K g - LipschitzWith.to_rightInverse π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) {g : Ξ² β Ξ±} (hg : Function.RightInverse g f) : AntilipschitzWith K g - AntilipschitzWith.to_rightInvOn π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : AntilipschitzWith K f) {g : Ξ² β Ξ±} {t : Set Ξ²} (h : Set.RightInvOn g f t) : LipschitzWith K (t.domRestrict g) - AntilipschitzWith.to_rightInvOn' π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} {s : Set Ξ±} (hf : AntilipschitzWith K (s.domRestrict f)) {g : Ξ² β Ξ±} {t : Set Ξ²} (g_maps : Set.MapsTo g t s) (g_inv : Set.RightInvOn g f t) : LipschitzWith K (t.domRestrict g) - Isometry.lipschitz π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {f : Ξ± β Ξ²} (h : Isometry f) : LipschitzWith 1 f - Isometry.lipschitzWith π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {f : Ξ± β Ξ²} (h : Isometry f) : LipschitzWith 1 f - IsometryClass.lipschitz π Mathlib.Topology.MetricSpace.Isometry
{F : Type u_1} {Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [FunLike F Ξ± Ξ²] [IsometryClass F Ξ± Ξ²] (f : F) : LipschitzWith 1 βf - Isometry.lipschitzWith_iff π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u_3} {Ξ² : Type u_4} {Ξ³ : Type u_5} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [PseudoEMetricSpace Ξ³] {f : Ξ± β Ξ²} {g : Ξ² β Ξ³} (K : NNReal) (h : Isometry g) : LipschitzWith K (g β f) β LipschitzWith K f - isClosed_setOfPred_lipschitzWith π Mathlib.Topology.Instances.ENNReal.Lemmas
{Ξ± : Type u_4} {Ξ² : Type u_5} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (K : NNReal) : IsClosed {f | LipschitzWith K f} - isClosed_setOf_lipschitzWith π Mathlib.Topology.Instances.ENNReal.Lemmas
{Ξ± : Type u_4} {Ξ² : Type u_5} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (K : NNReal) : IsClosed {f | LipschitzWith K f} - Dense.lipschitzWith_extend π Mathlib.Topology.Instances.ENNReal.Lemmas
{Ξ± : Type u_4} {Ξ² : Type u_5} [PseudoEMetricSpace Ξ±] [EMetricSpace Ξ²] [CompleteSpace Ξ²] {s : Set Ξ±} (hs : Dense s) {f : βs β Ξ²} {K : NNReal} (hf : LipschitzWith K f) : LipschitzWith K (hs.extend f) - Real.lipschitzWith_toNNReal π Mathlib.Topology.MetricSpace.Lipschitz
: LipschitzWith 1 Real.toNNReal - LipschitzWith.dist_right π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x : Ξ±) : LipschitzWith 1 (dist x) - LipschitzWith.dist_left π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (y : Ξ±) : LipschitzWith 1 fun x => dist x y - LipschitzWith.toLocallyBoundedMap π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} (f : Ξ± β Ξ²) (hf : LipschitzWith K f) : LocallyBoundedMap Ξ± Ξ² - Set.separatesPoints_lipschitzWith_one π Mathlib.Topology.MetricSpace.Lipschitz
(E : Type u_1) [MetricSpace E] : {f | LipschitzWith 1 f}.SeparatesPoints - LipschitzWith.const_max π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {f : Ξ± β β} {Kf : NNReal} (hf : LipschitzWith Kf f) (a : β) : LipschitzWith Kf fun x => max a (f x) - LipschitzWith.const_min π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {f : Ξ± β β} {Kf : NNReal} (hf : LipschitzWith Kf f) (a : β) : LipschitzWith Kf fun x => min a (f x) - LipschitzWith.max_const π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {f : Ξ± β β} {Kf : NNReal} (hf : LipschitzWith Kf f) (a : β) : LipschitzWith Kf fun x => max (f x) a - LipschitzWith.min_const π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {f : Ξ± β β} {Kf : NNReal} (hf : LipschitzWith Kf f) (a : β) : LipschitzWith Kf fun x => min (f x) a - LipschitzWith.isBounded_image π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) {s : Set Ξ±} (hs : Bornology.IsBounded s) : Bornology.IsBounded (f '' s) - LipschitzWith.properSpace π Mathlib.Topology.MetricSpace.Lipschitz
{X : Type u_1} {Y : Type u_2} [PseudoMetricSpace X] [PseudoMetricSpace Y] [ProperSpace Y] {f : X β Y} (hf : IsProperMap f) {K : NNReal} (hf' : LipschitzWith K f) : ProperSpace X - lipschitzWith_max π Mathlib.Topology.MetricSpace.Lipschitz
: LipschitzWith 1 fun p => max p.1 p.2 - lipschitzWith_min π Mathlib.Topology.MetricSpace.Lipschitz
: LipschitzWith 1 fun p => min p.1 p.2 - LipschitzWith.comap_cobounded_le π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) : Filter.comap f (Bornology.cobounded Ξ²) β€ Bornology.cobounded Ξ± - LipschitzWith.mk_one π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {f : Ξ± β Ξ²} (h : β (x y : Ξ±), dist (f x) (f y) β€ dist x y) : LipschitzWith 1 f - LipschitzWith.mapsTo_closedBall π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) (x : Ξ±) (r : β) : Set.MapsTo f (Metric.closedBall x r) (Metric.closedBall (f x) (βK * r)) - LipschitzWith.of_le_add π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {f : Ξ± β β} (h : β (x y : Ξ±), f x β€ f y + dist x y) : LipschitzWith 1 f - 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 - LipschitzWith.dist_le_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} : LipschitzWith K f β β (x y : Ξ±), dist (f x) (f y) β€ βK * dist x y - LipschitzWith.of_dist_le' π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {f : Ξ± β Ξ²} {K : β} (h : β (x y : Ξ±), dist (f x) (f y) β€ K * dist x y) : LipschitzWith K.toNNReal f - LipschitzWith.of_dist_le_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} : (β (x y : Ξ±), dist (f x) (f y) β€ βK * dist x y) β LipschitzWith K f - lipschitzWith_iff_dist_le_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} : LipschitzWith K f β β (x y : Ξ±), dist (f x) (f y) β€ βK * dist x y - LipschitzWith.le_add_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {f : Ξ± β β} {K : NNReal} (h : LipschitzWith K f) (x y : Ξ±) : f x β€ f y + βK * dist x y - LipschitzWith.of_le_add_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {f : Ξ± β β} (K : NNReal) (h : β (x y : Ξ±), f x β€ f y + βK * dist x y) : LipschitzWith K f - LipschitzWith.of_le_add_mul' π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {f : Ξ± β β} (K : β) (h : β (x y : Ξ±), f x β€ f y + K * dist x y) : LipschitzWith K.toNNReal f - LipschitzWith.diam_image_le π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) (s : Set Ξ±) (hs : Bornology.IsBounded s) : Metric.diam (f '' s) β€ βK * Metric.diam s - LipschitzWith.iff_le_add_mul π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {f : Ξ± β β} {K : NNReal} : LipschitzWith K f β β (x y : Ξ±), f x β€ f y + βK * dist x y - LipschitzWith.coe_toLocallyBoundedMap π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) : β(LipschitzWith.toLocallyBoundedMap f hf) = f - LipschitzWith.mapsTo_ball π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) (hK : K β 0) (x : Ξ±) (r : β) : Set.MapsTo f (Metric.ball x r) (Metric.ball (f x) (βK * r)) - LipschitzWith.max π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {f g : Ξ± β β} {Kf Kg : NNReal} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (max Kf Kg) fun x => max (f x) (g x) - LipschitzWith.min π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {f g : Ξ± β β} {Kf Kg : NNReal} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (max Kf Kg) fun x => min (f x) (g x) - LipschitzWith.dist_le_mul_of_le π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} {x y : Ξ±} {r : β} (hf : LipschitzWith K f) (hr : dist x y β€ r) : dist (f x) (f y) β€ βK * r - LipschitzWith.nndist_le π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) (x y : Ξ±) : nndist (f x) (f y) β€ K * nndist x y - LipschitzWith.dist π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] : LipschitzWith 2 (Function.uncurry dist) - LipschitzWith.dist_lt_mul_of_lt π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} {x y : Ξ±} {r : β} (hf : LipschitzWith K f) (hK : K β 0) (hr : dist x y < r) : dist (f x) (f y) < βK * r - 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 - LipschitzWith.projIcc π Mathlib.Topology.MetricSpace.Lipschitz
{a b : β} (h : a β€ b) : LipschitzWith 1 (Set.projIcc a b h) - LipschitzWith.dist_iterate_succ_le_geometric π Mathlib.Topology.MetricSpace.Lipschitz
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {K : NNReal} {f : Ξ± β Ξ±} (hf : LipschitzWith K f) (x : Ξ±) (n : β) : dist (f^[n] x) (f^[n + 1] x) β€ dist x (f x) * βK ^ n - LipschitzAdd.lipschitz_add π Mathlib.Topology.MetricSpace.Algebra
{Ξ² : Type u_2} {instβ : PseudoMetricSpace Ξ²} {instβΒΉ : AddMonoid Ξ²} [self : LipschitzAdd Ξ²] : β C, LipschitzWith C fun p => p.1 + p.2 - LipschitzAdd.mk π Mathlib.Topology.MetricSpace.Algebra
{Ξ² : Type u_2} [PseudoMetricSpace Ξ²] [AddMonoid Ξ²] (lipschitz_add : β C, LipschitzWith C fun p => p.1 + p.2) : LipschitzAdd Ξ² - LipschitzMul.lipschitz_mul π Mathlib.Topology.MetricSpace.Algebra
{Ξ² : Type u_2} {instβ : PseudoMetricSpace Ξ²} {instβΒΉ : Monoid Ξ²} [self : LipschitzMul Ξ²] : β C, LipschitzWith C fun p => p.1 * p.2 - LipschitzMul.mk π Mathlib.Topology.MetricSpace.Algebra
{Ξ² : Type u_2} [PseudoMetricSpace Ξ²] [Monoid Ξ²] (lipschitz_mul : β C, LipschitzWith C fun p => p.1 * p.2) : LipschitzMul Ξ² - lipschitzWith_lipschitz_const_add_edist π Mathlib.Topology.MetricSpace.Algebra
{Ξ² : Type u_2} [PseudoMetricSpace Ξ²] [AddMonoid Ξ²] [_i : LipschitzAdd Ξ²] : LipschitzWith (LipschitzAdd.C Ξ²) fun p => p.1 + p.2 - lipschitzWith_lipschitz_const_mul_edist π Mathlib.Topology.MetricSpace.Algebra
{Ξ² : Type u_2} [PseudoMetricSpace Ξ²] [Monoid Ξ²] [_i : LipschitzMul Ξ²] : LipschitzWith (LipschitzMul.C Ξ²) fun p => p.1 * p.2 - lipschitzWith_one_nnnorm π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} [SeminormedAddGroup E] : LipschitzWith 1 nnnorm - lipschitzWith_one_nnnorm' π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} [SeminormedGroup E] : LipschitzWith 1 nnnorm - lipschitzWith_one_norm π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} [SeminormedAddGroup E] : LipschitzWith 1 norm - lipschitzWith_one_norm' π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} [SeminormedGroup E] : LipschitzWith 1 norm - LipschitzWith.inv π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} : LipschitzWith K f β LipschitzWith K fβ»ΒΉ - LipschitzWith.neg π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} : LipschitzWith K f β LipschitzWith K (-f) - LipschitzWith.of_inv π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} : LipschitzWith K fβ»ΒΉ β LipschitzWith K f - LipschitzWith.of_neg π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} : LipschitzWith K (-f) β LipschitzWith K f - lipschitzWith_inv_iff π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} : LipschitzWith K fβ»ΒΉ β LipschitzWith K f - lipschitzWith_neg_iff π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {K : NNReal} {f : Ξ± β E} : LipschitzWith K (-f) β LipschitzWith K f - LipschitzWith.div π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (Kf + Kg) fun x => f x / g x - LipschitzWith.sub π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (Kf + Kg) fun x => f x - g x - LipschitzWith.add π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (Kf + Kg) fun x => f x + g x - LipschitzWith.mul π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (Kf + Kg) fun x => f x * g x - LipschitzWith.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} : LipschitzWith C f β β (x y : E), βf x / f yβ β€ βC * βx / yβ - LipschitzWith.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} : LipschitzWith C f β β (x y : E), βf x - f yβ β€ βC * βx - yβ - lipschitzWith_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} : LipschitzWith C f β β (x y : E), βf x / f yβ β€ βC * βx / yβ - lipschitzWith_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} : LipschitzWith C f β β (x y : E), βf x - f yβ β€ βC * βx - yβ - LipschitzWith.norm_le_mul π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] {f : E β F} {K : NNReal} (h : LipschitzWith K f) (hf : f 0 = 0) (x : E) : βf xβ β€ βK * βxβ - LipschitzWith.norm_le_mul' π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] {f : E β F} {K : NNReal} (h : LipschitzWith K f) (hf : f 1 = 1) (x : E) : βf xβ β€ βK * βxβ - LipschitzWith.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} {a b : E} {r : β} (h : LipschitzWith C f) (hr : βa / bβ β€ r) : βf a / f bβ β€ βC * r - LipschitzWith.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} {a b : E} {r : β} (h : LipschitzWith C f) (hr : βa - bβ β€ r) : βf a - f bβ β€ βC * r - LipschitzWith.nnorm_le_mul π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] {f : E β F} {K : NNReal} (h : LipschitzWith K f) (hf : f 0 = 0) (x : E) : βf xββ β€ K * βxββ - LipschitzWith.nnorm_le_mul' π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] {f : E β F} {K : NNReal} (h : LipschitzWith K f) (hf : f 1 = 1) (x : E) : βf xββ β€ K * βxββ - AddMonoidHomClass.lipschitz_of_bound π Mathlib.Analysis.Normed.Group.Uniform
{π : Type u_1} {E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] [FunLike π E F] [AddMonoidHomClass π E F] (f : π) (C : β) (h : β (x : E), βf xβ β€ C * βxβ) : LipschitzWith C.toNNReal βf - MonoidHomClass.lipschitz_of_bound π Mathlib.Analysis.Normed.Group.Uniform
{π : Type u_1} {E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] [FunLike π E F] [MonoidHomClass π E F] (f : π) (C : β) (h : β (x : E), βf xβ β€ C * βxβ) : LipschitzWith C.toNNReal βf - AntilipschitzWith.add_lipschitzWith π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} (hf : AntilipschitzWith Kf f) (hg : LipschitzWith Kg g) (hK : Kg < Kfβ»ΒΉ) : AntilipschitzWith (Kfβ»ΒΉ - Kg)β»ΒΉ fun x => f x + g x - AntilipschitzWith.add_sub_lipschitzWith π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedAddCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} (hf : AntilipschitzWith Kf f) (hg : LipschitzWith Kg (g - f)) (hK : Kg < Kfβ»ΒΉ) : AntilipschitzWith (Kfβ»ΒΉ - Kg)β»ΒΉ g - AntilipschitzWith.mul_div_lipschitzWith π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} (hf : AntilipschitzWith Kf f) (hg : LipschitzWith Kg (g / f)) (hK : Kg < Kfβ»ΒΉ) : AntilipschitzWith (Kfβ»ΒΉ - Kg)β»ΒΉ g - AntilipschitzWith.mul_lipschitzWith π Mathlib.Analysis.Normed.Group.Uniform
{Ξ± : Type u_4} {E : Type u_5} [SeminormedCommGroup E] [PseudoEMetricSpace Ξ±] {Kf Kg : NNReal} {f g : Ξ± β E} (hf : AntilipschitzWith Kf f) (hg : LipschitzWith Kg g) (hK : Kg < Kfβ»ΒΉ) : AntilipschitzWith (Kfβ»ΒΉ - Kg)β»ΒΉ fun x => f x * g x - AddMonoidHomClass.lipschitz_of_bound_nnnorm π Mathlib.Analysis.Normed.Group.Uniform
{π : Type u_1} {E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] [FunLike π E F] [AddMonoidHomClass π E F] (f : π) (C : NNReal) (h : β (x : E), βf xββ β€ C * βxββ) : LipschitzWith C βf - MonoidHomClass.lipschitz_of_bound_nnnorm π Mathlib.Analysis.Normed.Group.Uniform
{π : Type u_1} {E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] [FunLike π E F] [MonoidHomClass π E F] (f : π) (C : NNReal) (h : β (x : E), βf xββ β€ C * βxββ) : LipschitzWith C βf - LipschitzWith.norm_inv_mul_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] {f : E β F} {C : NNReal} : LipschitzWith C f β β (x y : E), β(f x)β»ΒΉ * f yβ β€ βC * βxβ»ΒΉ * yβ - LipschitzWith.norm_neg_add_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] {f : E β F} {C : NNReal} : LipschitzWith C f β β (x y : E), β-f x + f yβ β€ βC * β-x + yβ - lipschitzWith_iff_norm_inv_mul_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] {f : E β F} {C : NNReal} : LipschitzWith C f β β (x y : E), β(f x)β»ΒΉ * f yβ β€ βC * βxβ»ΒΉ * yβ - lipschitzWith_iff_norm_neg_add_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] {f : E β F} {C : NNReal} : LipschitzWith C f β β (x y : E), β-f x + f yβ β€ βC * β-x + yβ - LipschitzWith.norm_inv_mul_le_of_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedGroup E] [SeminormedGroup F] {a b : E} {r : β} {f : E β F} {C : NNReal} (h : LipschitzWith C f) (hr : βaβ»ΒΉ * bβ β€ r) : β(f a)β»ΒΉ * f bβ β€ βC * r - LipschitzWith.norm_neg_add_le_of_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} {F : Type u_3} [SeminormedAddGroup E] [SeminormedAddGroup F] {a b : E} {r : β} {f : E β F} {C : NNReal} (h : LipschitzWith C f) (hr : β-a + bβ β€ r) : β-f a + f bβ β€ βC * r - lipschitzWith_sup_right π Mathlib.Analysis.Normed.Order.Lattice
{Ξ± : Type u_1} [NormedAddCommGroup Ξ±] [Lattice Ξ±] [HasSolidNorm Ξ±] [IsOrderedAddMonoid Ξ±] (z : Ξ±) : LipschitzWith 1 fun x => x β z - lipschitzWith_negPart π Mathlib.Analysis.Normed.Order.Lattice
{Ξ± : Type u_1} [NormedAddCommGroup Ξ±] [Lattice Ξ±] [HasSolidNorm Ξ±] [IsOrderedAddMonoid Ξ±] : LipschitzWith 1 negPart - lipschitzWith_posPart π Mathlib.Analysis.Normed.Order.Lattice
{Ξ± : Type u_1} [NormedAddCommGroup Ξ±] [Lattice Ξ±] [HasSolidNorm Ξ±] [IsOrderedAddMonoid Ξ±] : LipschitzWith 1 posPart - Dilation.lipschitz π Mathlib.Topology.MetricSpace.Dilation
{Ξ± : Type u_1} {Ξ² : Type u_2} {F : Type u_4} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [FunLike F Ξ± Ξ²] [DilationClass F Ξ± Ξ²] (f : F) : LipschitzWith (Dilation.ratio f) βf - NNReal.lipschitzWith_sub π Mathlib.Analysis.Normed.Ring.Lemmas
: LipschitzWith 2 fun p => p.1 - p.2 - lipschitzWith_smul π Mathlib.Analysis.Normed.MulAction
{Ξ± : Type u_1} {Ξ² : Type u_2} [SeminormedAddGroup Ξ±] [SeminormedAddGroup Ξ²] [SMulZeroClass Ξ± Ξ²] [IsBoundedSMul Ξ± Ξ²] (s : Ξ±) : LipschitzWith βsββ fun x => s β’ x - Metric.lipschitz_infDist_pt π Mathlib.Topology.MetricSpace.HausdorffDistance
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (s : Set Ξ±) : LipschitzWith 1 fun x => Metric.infDist x s - Metric.lipschitz_infNndist_pt π Mathlib.Topology.MetricSpace.HausdorffDistance
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (s : Set Ξ±) : LipschitzWith 1 fun x => Metric.infNndist x s - LipschitzWith.cauchySeq_comp π Mathlib.Topology.Algebra.MetricSpace.Lipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : LipschitzWith K f) {u : β β Ξ±} (hu : CauchySeq u) : CauchySeq (f β u) - PiNat.exists_lipschitz_retraction_of_isClosed π Mathlib.Topology.MetricSpace.PiNat
{E : β β Type u_1} [(n : β) β TopologicalSpace (E n)] [β (n : β), DiscreteTopology (E n)] {s : Set ((n : β) β E n)} (hs : IsClosed s) (hne : s.Nonempty) : β f, (β x β s, f x = x) β§ Set.range f = s β§ LipschitzWith 1 f - NormedAddGroupHom.opNorm_le_of_lipschitz π Mathlib.Analysis.Normed.Group.Hom
{Vβ : Type u_2} {Vβ : Type u_3} [SeminormedAddCommGroup Vβ] [SeminormedAddCommGroup Vβ] {f : NormedAddGroupHom Vβ Vβ} {K : NNReal} (hf : LipschitzWith K βf) : βfβ β€ βK - NormedAddGroupHom.lipschitz π Mathlib.Analysis.Normed.Group.Hom
{Vβ : Type u_2} {Vβ : Type u_3} [SeminormedAddCommGroup Vβ] [SeminormedAddCommGroup Vβ] (f : NormedAddGroupHom Vβ Vβ) : LipschitzWith β¨βfβ, β―β© βf - NormedAddGroupHom.ofLipschitz π Mathlib.Analysis.Normed.Group.Hom
{Vβ : Type u_2} {Vβ : Type u_3} [SeminormedAddCommGroup Vβ] [SeminormedAddCommGroup Vβ] (f : Vβ β+ Vβ) {K : NNReal} (h : LipschitzWith K βf) : NormedAddGroupHom Vβ Vβ - NormedAddGroupHom.ofLipschitz_norm_le π Mathlib.Analysis.Normed.Group.Hom
{Vβ : Type u_2} {Vβ : Type u_3} [SeminormedAddCommGroup Vβ] [SeminormedAddCommGroup Vβ] (f : Vβ β+ Vβ) {K : NNReal} (h : LipschitzWith K βf) : βNormedAddGroupHom.ofLipschitz f hβ β€ βK - SemilinearIsometryClass.lipschitz π Mathlib.Analysis.Normed.Operator.LinearIsometry
{R : Type u_1} {Rβ : Type u_2} {E : Type u_4} {Eβ : Type u_5} {π : Type u_8} [Semiring R] [Semiring Rβ] {Οββ : R β+* Rβ} [SeminormedAddCommGroup E] [SeminormedAddCommGroup Eβ] [Module R E] [Module Rβ Eβ] [FunLike π E Eβ] [SemilinearIsometryClass π Οββ E Eβ] (f : π) : LipschitzWith 1 βf - LinearIsometry.lipschitz π Mathlib.Analysis.Normed.Operator.LinearIsometry
{R : Type u_1} {Rβ : Type u_2} {E : Type u_4} {Eβ : Type u_5} [Semiring R] [Semiring Rβ] {Οββ : R β+* Rβ} [SeminormedAddCommGroup E] [SeminormedAddCommGroup Eβ] [Module R E] [Module Rβ Eβ] (f : E βββα΅’[Οββ] Eβ) : LipschitzWith 1 βf - LinearIsometryEquiv.lipschitz π Mathlib.Analysis.Normed.Operator.LinearIsometry
{R : Type u_1} {Rβ : Type u_2} {E : Type u_4} {Eβ : Type u_5} [Semiring R] [Semiring Rβ] {Οββ : R β+* Rβ} {Οββ : Rβ β+* R} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] [SeminormedAddCommGroup E] [SeminormedAddCommGroup Eβ] [Module R E] [Module Rβ Eβ] (e : E βββα΅’[Οββ] Eβ) : LipschitzWith 1 βe - RCLike.lipschitzWith_ofReal π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] : LipschitzWith 1 RCLike.ofReal - RCLike.lipschitzWith_im π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] : LipschitzWith 1 βRCLike.im - RCLike.lipschitzWith_re π Mathlib.Analysis.RCLike.Basic
{K : Type u_1} [RCLike K] : LipschitzWith 1 βRCLike.re - Complex.lipschitz_equivRealProd π Mathlib.Analysis.Complex.Basic
: LipschitzWith 1 βComplex.equivRealProd - ContinuousLinearMap.lipschitzWith_of_opNorm_le π Mathlib.Analysis.Normed.Operator.Basic
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NontriviallyNormedField π] [NontriviallyNormedField πβ] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] {f : E βSL[Οββ] F} {K : NNReal} : βfβ β€ βK β LipschitzWith K βf - ContinuousLinearMap.opNorm_le_of_lipschitz π Mathlib.Analysis.Normed.Operator.Basic
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NontriviallyNormedField π] [NontriviallyNormedField πβ] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] {f : E βSL[Οββ] F} {K : NNReal} : LipschitzWith K βf β βfβ β€ βK - ContinuousLinearMap.opNorm_le_iff_lipschitz π Mathlib.Analysis.Normed.Operator.Basic
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NontriviallyNormedField π] [NontriviallyNormedField πβ] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] {f : E βSL[Οββ] F} {K : NNReal} : βfβ β€ βK β LipschitzWith K βf - ContinuousLinearMap.lipschitzWith_apply π Mathlib.Analysis.Normed.Operator.NNNorm
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [NontriviallyNormedField π] [NontriviallyNormedField πβ] [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] (x : E) : LipschitzWith βxββ fun f => f x - ContinuousLinearMap.lipschitz_apply π Mathlib.Analysis.Normed.Operator.NNNorm
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [NontriviallyNormedField π] [NontriviallyNormedField πβ] [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] (x : E) : LipschitzWith βxββ fun f => f x - ContinuousLinearEquiv.lipschitz π Mathlib.Analysis.Normed.Operator.NNNorm
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [NontriviallyNormedField π] [NontriviallyNormedField πβ] [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] (f : E βSL[Οββ] F) : LipschitzWith βfββ βf - ContinuousLinearMap.lipschitz π Mathlib.Analysis.Normed.Operator.NNNorm
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [NontriviallyNormedField π] [NontriviallyNormedField πβ] [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] (f : E βSL[Οββ] F) : LipschitzWith βfββ βf - ContinuousLinearMap.lipschitzWith π Mathlib.Analysis.Normed.Operator.NNNorm
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [NontriviallyNormedField π] [NontriviallyNormedField πβ] [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] (f : E βSL[Οββ] F) : LipschitzWith βfββ βf - ContinuousLinearMap.opNNNorm_le_of_lipschitz π Mathlib.Analysis.Normed.Operator.NNNorm
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [NontriviallyNormedField π] [NontriviallyNormedField πβ] [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] {f : E βSL[Οββ] F} {K : NNReal} (hf : LipschitzWith K βf) : βfββ β€ K - ContinuousLinearEquiv.lipschitzWith π Mathlib.Analysis.Normed.Operator.NNNorm
{π : Type u_1} {πβ : Type u_2} {E : Type u_4} {F : Type u_5} [NontriviallyNormedField π] [NontriviallyNormedField πβ] [SeminormedAddCommGroup E] [SeminormedAddCommGroup F] [NormedSpace π E] [NormedSpace πβ F] {Οββ : π β+* πβ} [RingHomIsometric Οββ] {Οββ : πβ β+* π} [RingHomInvPair Οββ Οββ] [RingHomInvPair Οββ Οββ] (e : E βSL[Οββ] F) : LipschitzWith ββeββ βe - MeasureTheory.Lp.lipschitzWith_pos_part π Mathlib.MeasureTheory.Function.LpSpace.Basic
: LipschitzWith 1 fun x => max x 0 - LipschitzWith.comp_memLp π Mathlib.MeasureTheory.Function.LpSpace.Basic
{p : ENNReal} {Ξ± : Type u_6} {E : Type u_7} {F : Type u_8} {K : NNReal} [MeasurableSpace Ξ±] {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedAddCommGroup F] {f : Ξ± β E} {g : E β F} (hg : LipschitzWith K g) (g0 : g 0 = 0) (hL : MeasureTheory.MemLp f p ΞΌ) : MeasureTheory.MemLp (g β f) p ΞΌ - LipschitzWith.memLp_comp_iff_of_antilipschitz π Mathlib.MeasureTheory.Function.LpSpace.Basic
{p : ENNReal} {Ξ± : Type u_6} {E : Type u_7} {F : Type u_8} {K K' : NNReal} [MeasurableSpace Ξ±] {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedAddCommGroup F] {f : Ξ± β E} {g : E β F} (hg : LipschitzWith K g) (hg' : AntilipschitzWith K' g) (g0 : g 0 = 0) : MeasureTheory.MemLp (g β f) p ΞΌ β MeasureTheory.MemLp f p ΞΌ - LipschitzWith.compLp π Mathlib.MeasureTheory.Function.LpSpace.Basic
{Ξ± : Type u_1} {E : Type u_4} {F : Type u_5} {m : MeasurableSpace Ξ±} {p : ENNReal} {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedAddCommGroup F] {g : E β F} {c : NNReal} (hg : LipschitzWith c g) (g0 : g 0 = 0) (f : β₯(MeasureTheory.Lp E p ΞΌ)) : β₯(MeasureTheory.Lp F p ΞΌ) - LipschitzWith.norm_compLp_le π Mathlib.MeasureTheory.Function.LpSpace.Basic
{Ξ± : Type u_1} {E : Type u_4} {F : Type u_5} {m : MeasurableSpace Ξ±} {p : ENNReal} {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedAddCommGroup F] {g : E β F} {c : NNReal} (hg : LipschitzWith c g) (g0 : g 0 = 0) (f : β₯(MeasureTheory.Lp E p ΞΌ)) : βhg.compLp g0 fβ β€ βc * βfβ - LipschitzWith.coeFn_compLp π Mathlib.MeasureTheory.Function.LpSpace.Basic
{Ξ± : Type u_1} {E : Type u_4} {F : Type u_5} {m : MeasurableSpace Ξ±} {p : ENNReal} {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedAddCommGroup F] {g : E β F} {c : NNReal} (hg : LipschitzWith c g) (g0 : g 0 = 0) (f : β₯(MeasureTheory.Lp E p ΞΌ)) : ββ(hg.compLp g0 f) =α΅[ΞΌ] g β ββf - LipschitzWith.compLp_zero π Mathlib.MeasureTheory.Function.LpSpace.Basic
{Ξ± : Type u_1} {E : Type u_4} {F : Type u_5} {m : MeasurableSpace Ξ±} {p : ENNReal} {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedAddCommGroup F] {g : E β F} {c : NNReal} (hg : LipschitzWith c g) (g0 : g 0 = 0) : hg.compLp g0 0 = 0 - LipschitzWith.lipschitzWith_compLp π Mathlib.MeasureTheory.Function.LpSpace.Basic
{Ξ± : Type u_1} {E : Type u_4} {F : Type u_5} {m : MeasurableSpace Ξ±} {p : ENNReal} {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedAddCommGroup F] {g : E β F} {c : NNReal} [Fact (1 β€ p)] (hg : LipschitzWith c g) (g0 : g 0 = 0) : LipschitzWith c (hg.compLp g0) - LipschitzWith.continuous_compLp π Mathlib.MeasureTheory.Function.LpSpace.Basic
{Ξ± : Type u_1} {E : Type u_4} {F : Type u_5} {m : MeasurableSpace Ξ±} {p : ENNReal} {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedAddCommGroup F] {g : E β F} {c : NNReal} [Fact (1 β€ p)] (hg : LipschitzWith c g) (g0 : g 0 = 0) : Continuous (hg.compLp g0) - LipschitzWith.norm_compLp_sub_le π Mathlib.MeasureTheory.Function.LpSpace.Basic
{Ξ± : Type u_1} {E : Type u_4} {F : Type u_5} {m : MeasurableSpace Ξ±} {p : ENNReal} {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup E] [NormedAddCommGroup F] {g : E β F} {c : NNReal} (hg : LipschitzWith c g) (g0 : g 0 = 0) (f f' : β₯(MeasureTheory.Lp E p ΞΌ)) : βhg.compLp g0 f - hg.compLp g0 f'β β€ βc * βf - f'β - MeasureTheory.LipschitzWith.integrable_comp_iff_of_antilipschitz π Mathlib.MeasureTheory.Function.L1Space.Integrable
{Ξ± : Type u_1} {Ξ² : Type u_2} {Ξ³ : Type u_3} {m : MeasurableSpace Ξ±} {ΞΌ : MeasureTheory.Measure Ξ±} [NormedAddCommGroup Ξ²] [NormedAddCommGroup Ξ³] {K K' : NNReal} {f : Ξ± β Ξ²} {g : Ξ² β Ξ³} (hg : LipschitzWith K g) (hg' : AntilipschitzWith K' g) (g0 : g 0 = 0) : MeasureTheory.Integrable (g β f) ΞΌ β MeasureTheory.Integrable f ΞΌ - LipschitzWith.completion_extension π Mathlib.Topology.MetricSpace.Completion
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [MetricSpace Ξ²] [CompleteSpace Ξ²] {f : Ξ± β Ξ²} {K : NNReal} (h : LipschitzWith K f) : LipschitzWith K (UniformSpace.Completion.extension f) - LipschitzWith.completion_map π Mathlib.Topology.MetricSpace.Completion
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {f : Ξ± β Ξ²} {K : NNReal} (h : LipschitzWith K f) : LipschitzWith K (UniformSpace.Completion.map f) - MeasureTheory.L1.setToL1_lipschitz π Mathlib.MeasureTheory.Integral.SetToL1.L1
{Ξ± : Type u_1} {E : Type u_2} {F : Type u_3} [NormedAddCommGroup E] [NormedSpace β E] [NormedAddCommGroup F] [NormedSpace β F] {m : MeasurableSpace Ξ±} {ΞΌ : MeasureTheory.Measure Ξ±} [CompleteSpace F] {T : Set Ξ± β E βL[β] F} {C : β} (hT : MeasureTheory.DominatedFinMeasAdditive ΞΌ T C) : LipschitzWith C.toNNReal β(MeasureTheory.L1.setToL1 hT) - LipschitzWith.vsub π Mathlib.Analysis.Normed.Group.AddTorsor
{Ξ± : Type u_1} {V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] [PseudoEMetricSpace Ξ±] {f g : Ξ± β P} {Kf Kg : NNReal} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (Kf + Kg) (f -α΅₯ g) - LipschitzWith.vadd π Mathlib.Analysis.Normed.Group.AddTorsor
{Ξ± : Type u_1} {V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] [PseudoEMetricSpace Ξ±] {f : Ξ± β V} {g : Ξ± β P} {Kf Kg : NNReal} (hf : LipschitzWith Kf f) (hg : LipschitzWith Kg g) : LipschitzWith (Kf + Kg) (f +α΅₯ g) - AffineIsometry.lipschitz π Mathlib.Analysis.Normed.Affine.Isometry
{π : Type u_1} {V : Type u_2} {Vβ : Type u_5} {P : Type u_10} {Pβ : Type u_11} [NormedField π] [SeminormedAddCommGroup V] [NormedSpace π V] [PseudoMetricSpace P] [NormedAddTorsor V P] [SeminormedAddCommGroup Vβ] [NormedSpace π Vβ] [PseudoMetricSpace Pβ] [NormedAddTorsor Vβ Pβ] (f : P βα΅β±[π] Pβ) : LipschitzWith 1 βf - AffineIsometryEquiv.lipschitz π Mathlib.Analysis.Normed.Affine.Isometry
{π : Type u_1} {V : Type u_2} {Vβ : Type u_5} {P : Type u_10} {Pβ : Type u_11} [NormedField π] [SeminormedAddCommGroup V] [NormedSpace π V] [PseudoMetricSpace P] [NormedAddTorsor V P] [SeminormedAddCommGroup Vβ] [NormedSpace π Vβ] [PseudoMetricSpace Pβ] [NormedAddTorsor Vβ Pβ] (e : P βα΅β±[π] Pβ) : LipschitzWith 1 βe - 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 - AffineMap.lipschitzWith_of_finiteDimensional π Mathlib.Analysis.Normed.Module.FiniteDimension
{π : Type u} [NontriviallyNormedField π] {E : Type v} [NormedAddCommGroup E] [NormedSpace π E] {F : Type w} [NormedAddCommGroup F] [NormedSpace π F] [CompleteSpace π] {PE : Type u_1} {PF : Type u_2} [MetricSpace PE] [NormedAddTorsor E PE] [MetricSpace PF] [NormedAddTorsor F PF] [FiniteDimensional π E] (f : PE βα΅[π] PF) : β K, LipschitzWith K βf - boundedSub_of_lipschitzWith_sub π Mathlib.Topology.Bornology.BoundedOperation
{R : Type u_1} [PseudoMetricSpace R] [Sub R] {K : NNReal} (lip : LipschitzWith K fun p => p.1 - p.2) : BoundedSub R - SeminormedAddCommGroup.lipschitzWith_sub π Mathlib.Topology.Bornology.BoundedOperation
{R : Type u_1} [SeminormedAddCommGroup R] : LipschitzWith 2 fun p => p.1 - p.2 - BoundedContinuousFunction.comp π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] [PseudoMetricSpace Ξ³] (G : Ξ² β Ξ³) {C : NNReal} (H : LipschitzWith C G) (f : BoundedContinuousFunction Ξ± Ξ²) : BoundedContinuousFunction Ξ± Ξ³ - BoundedContinuousFunction.lipschitz_eval_const π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] (x : Ξ±) : LipschitzWith 1 fun f => f x - BoundedContinuousFunction.uniformContinuous_comp π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] [PseudoMetricSpace Ξ³] {G : Ξ² β Ξ³} {C : NNReal} (H : LipschitzWith C G) : UniformContinuous (BoundedContinuousFunction.comp G H) - BoundedContinuousFunction.lipschitz_comp π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] [PseudoMetricSpace Ξ³] {G : Ξ² β Ξ³} {C : NNReal} (H : LipschitzWith C G) : LipschitzWith C (BoundedContinuousFunction.comp G H) - BoundedContinuousFunction.lipschitz_compContinuous π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] {Ξ΄ : Type u_2} [TopologicalSpace Ξ΄] (g : C(Ξ΄, Ξ±)) : LipschitzWith 1 fun f => f.compContinuous g - BoundedContinuousFunction.comp_apply π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] [PseudoMetricSpace Ξ³] (G : Ξ² β Ξ³) {C : NNReal} (H : LipschitzWith C G) (f : BoundedContinuousFunction Ξ± Ξ²) (a : Ξ±) : (BoundedContinuousFunction.comp G H f) a = G (f a) - BoundedContinuousFunction.continuous_comp π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} {Ξ³ : Type w} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] [PseudoMetricSpace Ξ³] {G : Ξ² β Ξ³} {C : NNReal} (H : LipschitzWith C G) : Continuous (BoundedContinuousFunction.comp G H) - AddMonoidHom.compLeftContinuousBounded π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ² : Type v} {Ξ³ : Type w} (Ξ± : Type u_3) [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] [AddMonoid Ξ²] [BoundedAdd Ξ²] [ContinuousAdd Ξ²] [PseudoMetricSpace Ξ³] [AddMonoid Ξ³] [BoundedAdd Ξ³] [ContinuousAdd Ξ³] (g : Ξ² β+ Ξ³) {C : NNReal} (hg : LipschitzWith C βg) : BoundedContinuousFunction Ξ± Ξ² β+ BoundedContinuousFunction Ξ± Ξ³
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