Loogle!
Result
Found 108 declarations mentioning Metric.ediam.
- Metric.ediam π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} [EDist X] (s : Set X) : ENNReal - Metric.ediam_empty π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} [TopologicalSpace X] [WeakPseudoEMetricSpace X] : Metric.ediam β = 0 - Metric.ediam_subsingleton π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] (hs : s.Subsingleton) : Metric.ediam s = 0 - Set.Subsingleton.ediam_eq π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] (hs : s.Subsingleton) : Metric.ediam s = 0 - Metric.ediam_singleton π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {x : X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] : Metric.ediam {x} = 0 - Metric.ediam_eq_zero_iff π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} [TopologicalSpace X] [WeakEMetricSpace X] : Metric.ediam s = 0 β s.Subsingleton - Metric.ediam_one π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} [TopologicalSpace X] [WeakPseudoEMetricSpace X] [One X] : Metric.ediam 1 = 0 - Metric.ediam_zero π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} [TopologicalSpace X] [WeakPseudoEMetricSpace X] [Zero X] : Metric.ediam 0 = 0 - Metric.ediam_mono π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s t : Set X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] (h : s β t) : Metric.ediam s β€ Metric.ediam t - Metric.ediam_pos_iff π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} [TopologicalSpace X] [WeakEMetricSpace X] : 0 < Metric.ediam s β s.Nontrivial - Metric.ediam_pair π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {x y : X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] : Metric.ediam {x, y} = edist x y - Metric.ediam_eq_sSup π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} [TopologicalSpace X] [WeakPseudoEMetricSpace X] (s : Set X) : Metric.ediam s = sSup (Set.image2 edist s s) - Metric.edist_le_ediam_of_mem π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} {x y : X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] (hx : x β s) (hy : y β s) : edist x y β€ Metric.ediam s - Metric.ediam_le π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] {d : ENNReal} (h : β x β s, β y β s, edist x y β€ d) : Metric.ediam s β€ d - Metric.edist_le_of_ediam_le π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} {x y : X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] {d : ENNReal} (hx : x β s) (hy : y β s) (hd : Metric.ediam s β€ d) : edist x y β€ d - Metric.ediam_le_iff π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] {d : ENNReal} : Metric.ediam s β€ d β β x β s, β y β s, edist x y β€ d - Metric.ediam_union_le π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s t : Set X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] (h : (s β© t).Nonempty) : Metric.ediam (s βͺ t) β€ Metric.ediam s + Metric.ediam t - Metric.ediam_image_le_iff π Mathlib.Topology.EMetricSpace.Diam
{Ξ± : Type u_1} {X : Type u_2} [TopologicalSpace X] [WeakPseudoEMetricSpace X] {d : ENNReal} {f : Ξ± β X} {s : Set Ξ±} : Metric.ediam (f '' s) β€ d β β x β s, β y β s, edist (f x) (f y) β€ d - Metric.ediam_pos_iff' π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} [TopologicalSpace X] [WeakEMetricSpace X] : 0 < Metric.ediam s β β x β s, β y β s, x β y - Metric.ediam_closedEBall_le π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {x : X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] {r : ENNReal} : Metric.ediam (Metric.closedEBall x r) β€ 2 * r - Metric.ediam_eball_le π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {x : X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] {r : ENNReal} : Metric.ediam (Metric.eball x r) β€ 2 * r - Metric.ediam_triple π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {x y z : X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] : Metric.ediam {x, y, z} = max (max (edist x y) (edist x z)) (edist y z) - Metric.ediam_pi_le_of_le π Mathlib.Topology.EMetricSpace.Diam
{ΞΉ : Type u_3} {X : ΞΉ β Type u_4} [Fintype ΞΉ] [(i : ΞΉ) β PseudoEMetricSpace (X i)] {s : (i : ΞΉ) β Set (X i)} {c : ENNReal} (h : β (b : ΞΉ), Metric.ediam (s b) β€ c) : Metric.ediam (Set.univ.pi s) β€ c - Metric.ediam_union_le_add_edist π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s t : Set X} {x y : X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] (xs : x β s) (yt : y β t) : Metric.ediam (s βͺ t) β€ Metric.ediam s + edist x y + Metric.ediam t - Metric.ediam_insert π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} {s : Set X} {x : X} [TopologicalSpace X] [WeakPseudoEMetricSpace X] : Metric.ediam (insert x s) = max (β¨ y β s, edist x y) (Metric.ediam s) - Metric.ediam_iUnion_mem_option π Mathlib.Topology.EMetricSpace.Diam
{X : Type u_2} [TopologicalSpace X] [WeakPseudoEMetricSpace X] {ΞΉ : Type u_3} (o : Option ΞΉ) (s : ΞΉ β Set X) : Metric.ediam (β i β o, s i) = β¨ i β o, Metric.ediam (s i) - Bornology.IsBounded.ediam_ne_top π Mathlib.Topology.MetricSpace.Bounded
{Ξ± : Type u} {s : Set Ξ±} [PseudoMetricSpace Ξ±] : Bornology.IsBounded s β Metric.ediam s β β€ - Metric.ediam_of_unbounded π Mathlib.Topology.MetricSpace.Bounded
{Ξ± : Type u} {s : Set Ξ±} [PseudoMetricSpace Ξ±] (h : Β¬Bornology.IsBounded s) : Metric.ediam s = β€ - Metric.isBounded_iff_ediam_ne_top π Mathlib.Topology.MetricSpace.Bounded
{Ξ± : Type u} {s : Set Ξ±} [PseudoMetricSpace Ξ±] : Bornology.IsBounded s β Metric.ediam s β β€ - Metric.ediam_eq_top_iff_unbounded π Mathlib.Topology.MetricSpace.Bounded
{Ξ± : Type u} {s : Set Ξ±} [PseudoMetricSpace Ξ±] : Metric.ediam s = β€ β Β¬Bornology.IsBounded s - Metric.ediam_univ_of_noncompact π Mathlib.Topology.MetricSpace.Bounded
{Ξ± : Type u} [PseudoMetricSpace Ξ±] [ProperSpace Ξ±] [NoncompactSpace Ξ±] : Metric.ediam Set.univ = β€ - Metric.ediam_univ_eq_top_iff_noncompact π Mathlib.Topology.MetricSpace.Bounded
{Ξ± : Type u} [PseudoMetricSpace Ξ±] [ProperSpace Ξ±] : Metric.ediam Set.univ = β€ β NoncompactSpace Ξ± - Metric.ediam_le_of_forall_dist_le π Mathlib.Topology.MetricSpace.Bounded
{Ξ± : Type u} {s : Set Ξ±} [PseudoMetricSpace Ξ±] {C : β} (h : β x β s, β y β s, dist x y β€ C) : Metric.ediam s β€ ENNReal.ofReal C - Metric.dist_le_diam_of_mem' π Mathlib.Topology.MetricSpace.Bounded
{Ξ± : Type u} {s : Set Ξ±} {x y : Ξ±} [PseudoMetricSpace Ξ±] (h : Metric.ediam s β β€) (hx : x β s) (hy : y β s) : dist x y β€ Metric.diam s - 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 - 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 - AntilipschitzWith.ediam_preimage_le π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : AntilipschitzWith K f) (s : Set Ξ²) : Metric.ediam (f β»ΒΉ' s) β€ βK * Metric.ediam s - AntilipschitzWith.le_mul_ediam_image π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : AntilipschitzWith K f) (s : Set Ξ±) : Metric.ediam s β€ βK * Metric.ediam (f '' s) - IsometryEquiv.ediam_univ π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (h : Ξ± βα΅’ Ξ²) : Metric.ediam Set.univ = Metric.ediam Set.univ - Isometry.ediam_range π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {f : Ξ± β Ξ²} (hf : Isometry f) : Metric.ediam (Set.range f) = Metric.ediam Set.univ - Isometry.ediam_image π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] {f : Ξ± β Ξ²} (hf : Isometry f) (s : Set Ξ±) : Metric.ediam (f '' s) = Metric.ediam s - IsometryClass.ediam_range π Mathlib.Topology.MetricSpace.Isometry
{F : Type u_1} {Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [FunLike F Ξ± Ξ²] [IsometryClass F Ξ± Ξ²] (f : F) : Metric.ediam (Set.range βf) = Metric.ediam Set.univ - IsometryClass.ediam_image π Mathlib.Topology.MetricSpace.Isometry
{F : Type u_1} {Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [FunLike F Ξ± Ξ²] [IsometryClass F Ξ± Ξ²] (f : F) (s : Set Ξ±) : Metric.ediam (βf '' s) = Metric.ediam s - IsometryEquiv.ediam_image π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (h : Ξ± βα΅’ Ξ²) (s : Set Ξ±) : Metric.ediam (βh '' s) = Metric.ediam s - IsometryEquiv.ediam_preimage π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] (h : Ξ± βα΅’ Ξ²) (s : Set Ξ²) : Metric.ediam (βh β»ΒΉ' s) = Metric.ediam s - Metric.ediam_closure π Mathlib.Topology.Instances.ENNReal.Lemmas
{Ξ± : Type u_1} [PseudoEMetricSpace Ξ±] (s : Set Ξ±) : Metric.ediam (closure s) = Metric.ediam s - Real.ediam_Icc π Mathlib.Topology.Instances.ENNReal.Lemmas
(a b : β) : Metric.ediam (Set.Icc a b) = ENNReal.ofReal (b - a) - Real.ediam_Ico π Mathlib.Topology.Instances.ENNReal.Lemmas
(a b : β) : Metric.ediam (Set.Ico a b) = ENNReal.ofReal (b - a) - Real.ediam_Ioc π Mathlib.Topology.Instances.ENNReal.Lemmas
(a b : β) : Metric.ediam (Set.Ioc a b) = ENNReal.ofReal (b - a) - Real.ediam_Ioo π Mathlib.Topology.Instances.ENNReal.Lemmas
(a b : β) : Metric.ediam (Set.Ioo a b) = ENNReal.ofReal (b - a) - Real.ediam_eq π Mathlib.Topology.Instances.ENNReal.Lemmas
{s : Set β} (h : Bornology.IsBounded s) : Metric.ediam s = ENNReal.ofReal (sSup s - sInf s) - ediam_smul π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} {X : Type w} [PseudoEMetricSpace X] [SMul M X] [IsIsometricSMul M X] (c : M) (s : Set X) : Metric.ediam (c β’ s) = Metric.ediam s - ediam_vadd π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} {X : Type w} [PseudoEMetricSpace X] [VAdd M X] [IsIsometricVAdd M X] (c : M) (s : Set X) : Metric.ediam (c +α΅₯ s) = Metric.ediam s - Dilation.ediam_range π Mathlib.Topology.MetricSpace.Dilation
{Ξ± : Type u_1} {Ξ² : Type u_2} {F : Type u_4} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [FunLike F Ξ± Ξ²] [DilationClass F Ξ± Ξ²] (f : F) : Metric.ediam (Set.range βf) = β(Dilation.ratio f) * Metric.ediam Set.univ - Dilation.ediam_image π Mathlib.Topology.MetricSpace.Dilation
{Ξ± : Type u_1} {Ξ² : Type u_2} {F : Type u_4} [PseudoEMetricSpace Ξ±] [PseudoEMetricSpace Ξ²] [FunLike F Ξ± Ξ²] [DilationClass F Ξ± Ξ²] (f : F) (s : Set Ξ±) : Metric.ediam (βf '' s) = β(Dilation.ratio f) * Metric.ediam s - Metric.hausdorffEDist_le_ediam π Mathlib.Topology.MetricSpace.HausdorffDistance
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {s t : Set Ξ±} (hs : s.Nonempty) (ht : t.Nonempty) : Metric.hausdorffEDist s t β€ Metric.ediam (s βͺ t) - Metric.edist_le_infEDist_add_ediam π Mathlib.Topology.MetricSpace.HausdorffDistance
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {x y : Ξ±} {s : Set Ξ±} (hy : y β s) : edist x y β€ Metric.infEDist x s + Metric.ediam s - Metric.ediam_cthickening_le π Mathlib.Topology.MetricSpace.Thickening
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {s : Set Ξ±} (Ξ΅ : NNReal) : Metric.ediam (Metric.cthickening (βΞ΅) s) β€ Metric.ediam s + 2 * βΞ΅ - Metric.ediam_thickening_le π Mathlib.Topology.MetricSpace.Thickening
{Ξ± : Type u} [PseudoEMetricSpace Ξ±] {s : Set Ξ±} (Ξ΅ : NNReal) : Metric.ediam (Metric.thickening (βΞ΅) s) β€ Metric.ediam s + 2 * βΞ΅ - Perfect.small_diam_splitting π Mathlib.Topology.MetricSpace.Perfect
{Ξ± : Type u_1} [MetricSpace Ξ±] {C : Set Ξ±} {Ξ΅ : ENNReal} (hC : Perfect C) (hnonempty : C.Nonempty) (Ξ΅_pos : 0 < Ξ΅) : β Cβ Cβ, (Perfect Cβ β§ Cβ.Nonempty β§ Cβ β C β§ Metric.ediam Cβ β€ Ξ΅) β§ (Perfect Cβ β§ Cβ.Nonempty β§ Cβ β C β§ Metric.ediam Cβ β€ Ξ΅) β§ Disjoint Cβ Cβ - SemilinearIsometryClass.ediam_range π 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 : π) : Metric.ediam (Set.range βf) = Metric.ediam Set.univ - SemilinearIsometryClass.ediam_image π 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 : π) (s : Set E) : Metric.ediam (βf '' s) = Metric.ediam s - LinearIsometry.ediam_range π 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β) : Metric.ediam (Set.range βf) = Metric.ediam Set.univ - LinearIsometry.ediam_image π 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β) (s : Set E) : Metric.ediam (βf '' s) = Metric.ediam s - LinearIsometryEquiv.ediam_image π 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β) (s : Set E) : Metric.ediam (βe '' s) = Metric.ediam s - ediam_add_le π Mathlib.Analysis.Normed.Group.Pointwise
{E : Type u_1} [SeminormedAddCommGroup E] (x y : Set E) : Metric.ediam (x + y) β€ Metric.ediam x + Metric.ediam y - ediam_mul_le π Mathlib.Analysis.Normed.Group.Pointwise
{E : Type u_1} [SeminormedCommGroup E] (x y : Set E) : Metric.ediam (x * y) β€ Metric.ediam x + Metric.ediam y - ediam_smul_le π Mathlib.Analysis.Normed.Module.Ball.Pointwise
{π : Type u_1} {E : Type u_2} [SeminormedAddCommGroup π] [SeminormedAddCommGroup E] [SMulZeroClass π E] [IsBoundedSMul π E] (c : π) (s : Set E) : Metric.ediam (c β’ s) β€ βcββ β’ Metric.ediam s - ediam_smulβ π Mathlib.Analysis.Normed.Module.Ball.Pointwise
{π : Type u_1} {E : Type u_2} [NormedDivisionRing π] [SeminormedAddCommGroup E] [Module π E] [NormSMulClass π E] (c : π) (s : Set E) : Metric.ediam (c β’ s) = βcββ β’ Metric.ediam s - convexHull_ediam π Mathlib.Analysis.Normed.Module.Convex
{E : Type u_1} [SeminormedAddCommGroup E] [NormedSpace β E] (s : Set E) : Metric.ediam ((convexHull β) s) = Metric.ediam s - AffineIsometry.ediam_range π 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β) : Metric.ediam (Set.range βf) = Metric.ediam Set.univ - AffineIsometry.ediam_image π 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β) (s : Set P) : Metric.ediam (βf '' s) = Metric.ediam s - AffineIsometryEquiv.ediam_image π 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β) (s : Set P) : Metric.ediam (βe '' s) = Metric.ediam s - Real.volume_le_diam π Mathlib.MeasureTheory.Measure.Lebesgue.Basic
(s : Set β) : MeasureTheory.volume s β€ Metric.ediam s - Real.volume_pi_le_prod_diam π Mathlib.MeasureTheory.Measure.Lebesgue.Basic
{ΞΉ : Type u_1} [Fintype ΞΉ] (s : Set (ΞΉ β β)) : MeasureTheory.volume s β€ β i, Metric.ediam (Function.eval i '' s) - Real.volume_pi_le_diam_pow π Mathlib.MeasureTheory.Measure.Lebesgue.Basic
{ΞΉ : Type u_1} [Fintype ΞΉ] (s : Set (ΞΉ β β)) : MeasureTheory.volume s β€ Metric.ediam s ^ Fintype.card ΞΉ - IsCompact.uniform_oscillation π Mathlib.Analysis.Oscillation
{E : Type u} {F : Type v} [PseudoEMetricSpace F] [PseudoEMetricSpace E] {K : Set E} (comp : IsCompact K) {f : E β F} {Ξ΅ : ENNReal} (hK : β x β K, oscillation f x < Ξ΅) : β Ξ΄ > 0, β x β K, Metric.ediam (f '' Metric.eball x (ENNReal.ofReal Ξ΄)) β€ Ξ΅ - IsCompact.uniform_oscillationWithin π Mathlib.Analysis.Oscillation
{E : Type u} {F : Type v} [PseudoEMetricSpace F] [PseudoEMetricSpace E] {K : Set E} {f : E β F} {D : Set E} {Ξ΅ : ENNReal} (comp : IsCompact K) (hK : β x β K, oscillationWithin f D x < Ξ΅) : β Ξ΄ > 0, β x β K, Metric.ediam (f '' (Metric.eball x (ENNReal.ofReal Ξ΄) β© D)) β€ Ξ΅ - Metric.IsCover.singleton_of_ediam_le π Mathlib.Topology.MetricSpace.Cover
{X : Type u_1} [PseudoEMetricSpace X] {Ξ΅ : NNReal} {s : Set X} {x : X} (hA : Metric.ediam s β€ βΞ΅) (hx : x β s) : Metric.IsCover Ξ΅ s {x} - HolderWith.ediam_image_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] {C r : NNReal} {f : X β Y} (hf : HolderWith C r f) (s : Set X) : Metric.ediam (f '' s) β€ βC * Metric.ediam s ^ βr - HolderOnWith.ediam_image_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] {C r : NNReal} {f : X β Y} {s : Set X} (hf : HolderOnWith C r f s) : Metric.ediam (f '' s) β€ βC * Metric.ediam s ^ βr - HolderOnWith.ediam_image_le_of_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] {C r : NNReal} {f : X β Y} {s : Set X} (hf : HolderOnWith C r f s) {d : ENNReal} (hd : Metric.ediam s β€ d) : Metric.ediam (f '' s) β€ βC * d ^ βr - HolderOnWith.ediam_image_inter_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] {C r : NNReal} {f : X β Y} {s : Set X} (hf : HolderOnWith C r f s) (t : Set X) : Metric.ediam (f '' (t β© s)) β€ βC * Metric.ediam t ^ βr - HolderOnWith.ediam_image_le_of_subset π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] {C r : NNReal} {f : X β Y} {s t : Set X} (hf : HolderOnWith C r f s) (ht : t β s) : Metric.ediam (f '' t) β€ βC * Metric.ediam t ^ βr - HolderOnWith.ediam_image_inter_le_of_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] {C r : NNReal} {f : X β Y} {s t : Set X} (hf : HolderOnWith C r f s) {d : ENNReal} (hd : Metric.ediam t β€ d) : Metric.ediam (f '' (t β© s)) β€ βC * d ^ βr - HolderOnWith.ediam_image_le_of_subset_of_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoEMetricSpace X] [PseudoEMetricSpace Y] {C r : NNReal} {f : X β Y} {s t : Set X} (hf : HolderOnWith C r f s) (ht : t β s) {d : ENNReal} (hd : Metric.ediam t β€ d) : Metric.ediam (f '' t) β€ βC * d ^ βr - MeasureTheory.OuterMeasure.mkMetric'.pre_le π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] {m : Set X β ENNReal} {r : ENNReal} {s : Set X} (hs : Metric.ediam s β€ r) : (MeasureTheory.OuterMeasure.mkMetric'.pre m r) s β€ m s - MeasureTheory.OuterMeasure.mkMetric'.le_pre π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] {m : Set X β ENNReal} {r : ENNReal} {ΞΌ : MeasureTheory.OuterMeasure X} : ΞΌ β€ MeasureTheory.OuterMeasure.mkMetric'.pre m r β β (s : Set X), Metric.ediam s β€ r β ΞΌ s β€ m s - MeasureTheory.OuterMeasure.le_mkMetric π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] (m : ENNReal β ENNReal) (ΞΌ : MeasureTheory.OuterMeasure X) (r : ENNReal) (h0 : 0 < r) (hr : β (s : Set X), Metric.ediam s β€ r β ΞΌ s β€ m (Metric.ediam s)) : ΞΌ β€ MeasureTheory.OuterMeasure.mkMetric m - MeasureTheory.Measure.le_mkMetric π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] [MeasurableSpace X] [BorelSpace X] (m : ENNReal β ENNReal) (ΞΌ : MeasureTheory.Measure X) (Ξ΅ : ENNReal) (hβ : 0 < Ξ΅) (h : β (s : Set X), Metric.ediam s β€ Ξ΅ β ΞΌ s β€ m (Metric.ediam s)) : ΞΌ β€ MeasureTheory.Measure.mkMetric m - MeasureTheory.Measure.le_hausdorffMeasure π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] [MeasurableSpace X] [BorelSpace X] (d : β) (ΞΌ : MeasureTheory.Measure X) (Ξ΅ : ENNReal) (hβ : 0 < Ξ΅) (h : β (s : Set X), Metric.ediam s β€ Ξ΅ β ΞΌ s β€ Metric.ediam s ^ d) : ΞΌ β€ MeasureTheory.Measure.hausdorffMeasure d - MeasureTheory.Measure.mkMetric_le_liminf_tsum π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] [MeasurableSpace X] [BorelSpace X] {Ξ² : Type u_4} {ΞΉ : Ξ² β Type u_5} [β (n : Ξ²), Countable (ΞΉ n)] (s : Set X) {l : Filter Ξ²} (r : Ξ² β ENNReal) (hr : Filter.Tendsto r l (nhds 0)) (t : (n : Ξ²) β ΞΉ n β Set X) (ht : βαΆ (n : Ξ²) in l, β (i : ΞΉ n), Metric.ediam (t n i) β€ r n) (hst : βαΆ (n : Ξ²) in l, s β β i, t n i) (m : ENNReal β ENNReal) : (MeasureTheory.Measure.mkMetric m) s β€ Filter.liminf (fun n => β' (i : ΞΉ n), m (Metric.ediam (t n i))) l - MeasureTheory.Measure.mkMetric_le_liminf_sum π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] [MeasurableSpace X] [BorelSpace X] {Ξ² : Type u_4} {ΞΉ : Ξ² β Type u_5} [hΞΉ : (n : Ξ²) β Fintype (ΞΉ n)] (s : Set X) {l : Filter Ξ²} (r : Ξ² β ENNReal) (hr : Filter.Tendsto r l (nhds 0)) (t : (n : Ξ²) β ΞΉ n β Set X) (ht : βαΆ (n : Ξ²) in l, β (i : ΞΉ n), Metric.ediam (t n i) β€ r n) (hst : βαΆ (n : Ξ²) in l, s β β i, t n i) (m : ENNReal β ENNReal) : (MeasureTheory.Measure.mkMetric m) s β€ Filter.liminf (fun n => β i, m (Metric.ediam (t n i))) l - MeasureTheory.Measure.hausdorffMeasure_le_liminf_tsum π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] [MeasurableSpace X] [BorelSpace X] {Ξ² : Type u_4} {ΞΉ : Ξ² β Type u_5} [β (n : Ξ²), Countable (ΞΉ n)] (d : β) (s : Set X) {l : Filter Ξ²} (r : Ξ² β ENNReal) (hr : Filter.Tendsto r l (nhds 0)) (t : (n : Ξ²) β ΞΉ n β Set X) (ht : βαΆ (n : Ξ²) in l, β (i : ΞΉ n), Metric.ediam (t n i) β€ r n) (hst : βαΆ (n : Ξ²) in l, s β β i, t n i) : (MeasureTheory.Measure.hausdorffMeasure d) s β€ Filter.liminf (fun n => β' (i : ΞΉ n), Metric.ediam (t n i) ^ d) l - MeasureTheory.Measure.hausdorffMeasure_le_liminf_sum π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] [MeasurableSpace X] [BorelSpace X] {Ξ² : Type u_4} {ΞΉ : Ξ² β Type u_5} [(n : Ξ²) β Fintype (ΞΉ n)] (d : β) (s : Set X) {l : Filter Ξ²} (r : Ξ² β ENNReal) (hr : Filter.Tendsto r l (nhds 0)) (t : (n : Ξ²) β ΞΉ n β Set X) (ht : βαΆ (n : Ξ²) in l, β (i : ΞΉ n), Metric.ediam (t n i) β€ r n) (hst : βαΆ (n : Ξ²) in l, s β β i, t n i) : (MeasureTheory.Measure.hausdorffMeasure d) s β€ Filter.liminf (fun n => β i, Metric.ediam (t n i) ^ d) l - MeasureTheory.Measure.mkMetric_apply π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] [MeasurableSpace X] [BorelSpace X] (m : ENNReal β ENNReal) (s : Set X) : (MeasureTheory.Measure.mkMetric m) s = β¨ r, β¨ (_ : 0 < r), β¨ t, β¨ (_ : s β Set.iUnion t), β¨ (_ : β (n : β), Metric.ediam (t n) β€ r), β' (n : β), β¨ (_ : (t n).Nonempty), m (Metric.ediam (t n)) - MeasureTheory.Measure.hausdorffMeasure_apply π Mathlib.MeasureTheory.Measure.Hausdorff
{X : Type u_2} [EMetricSpace X] [MeasurableSpace X] [BorelSpace X] (d : β) (s : Set X) : (MeasureTheory.Measure.hausdorffMeasure d) s = β¨ r, β¨ (_ : 0 < r), β¨ t, β¨ (_ : s β β n, t n), β¨ (_ : β (n : β), Metric.ediam (t n) β€ r), β' (n : β), β¨ (_ : (t n).Nonempty), Metric.ediam (t n) ^ d - Metric.coveringNumber_le_one_of_ediam_le π Mathlib.Topology.MetricSpace.CoveringNumbers
{X : Type u_1} [PseudoEMetricSpace X] {A : Set X} {Ξ΅ : NNReal} (hA : Metric.ediam A β€ βΞ΅) : Metric.coveringNumber Ξ΅ A β€ 1 - Metric.externalCoveringNumber_le_one_of_ediam_le π Mathlib.Topology.MetricSpace.CoveringNumbers
{X : Type u_1} [PseudoEMetricSpace X] {A : Set X} {Ξ΅ : NNReal} (hA : Metric.ediam A β€ βΞ΅) : Metric.externalCoveringNumber Ξ΅ A β€ 1 - Metric.coveringNumber_eq_one_of_ediam_le π Mathlib.Topology.MetricSpace.CoveringNumbers
{X : Type u_1} [PseudoEMetricSpace X] {A : Set X} {Ξ΅ : NNReal} (h_nonempty : A.Nonempty) (hA : Metric.ediam A β€ βΞ΅) : Metric.coveringNumber Ξ΅ A = 1 - Metric.externalCoveringNumber_eq_one_of_ediam_le π Mathlib.Topology.MetricSpace.CoveringNumbers
{X : Type u_1} [PseudoEMetricSpace X] {A : Set X} {Ξ΅ : NNReal} (h_nonempty : A.Nonempty) (hA : Metric.ediam A β€ βΞ΅) : Metric.externalCoveringNumber Ξ΅ A = 1 - Metric.HasCoveringExponent.ediam_lt_top π Mathlib.Topology.MetricSpace.CoveringExponent
{T : Type u_1} [PseudoEMetricSpace T] {A : Set T} {c : ENNReal} {d : β} (self : Metric.HasCoveringExponent A c d) : Metric.ediam A < β€ - Metric.HasCoveringExponent.coveringNumber_le π Mathlib.Topology.MetricSpace.CoveringExponent
{T : Type u_1} [PseudoEMetricSpace T] {A : Set T} {c : ENNReal} {d : β} (self : Metric.HasCoveringExponent A c d) (Ξ΅ : NNReal) : βΞ΅ β€ Metric.ediam A β β(Metric.coveringNumber Ξ΅ A) β€ c * (βΞ΅)β»ΒΉ ^ d - Metric.HasCoveringExponent.mk π Mathlib.Topology.MetricSpace.CoveringExponent
{T : Type u_1} [PseudoEMetricSpace T] {A : Set T} {c : ENNReal} {d : β} (ediam_lt_top : Metric.ediam A < β€) (coveringNumber_le : β (Ξ΅ : NNReal), βΞ΅ β€ Metric.ediam A β β(Metric.coveringNumber Ξ΅ A) β€ c * (βΞ΅)β»ΒΉ ^ d) : Metric.HasCoveringExponent A c d - Metric.Snowflaking.ediam_image_toSnowflaking π Mathlib.Topology.MetricSpace.Snowflaking
{X : Type u_1} {Ξ± : β} {hΞ±β : 0 < Ξ±} {hΞ±β : Ξ± β€ 1} [PseudoEMetricSpace X] (s : Set X) : Metric.ediam (βMetric.Snowflaking.toSnowflaking '' s) = Metric.ediam s ^ Ξ± - Metric.Snowflaking.ediam_preimage_ofSnowflaking π Mathlib.Topology.MetricSpace.Snowflaking
{X : Type u_1} {Ξ± : β} {hΞ±β : 0 < Ξ±} {hΞ±β : Ξ± β€ 1} [PseudoEMetricSpace X] (s : Set X) : Metric.ediam (βMetric.Snowflaking.ofSnowflaking β»ΒΉ' s) = Metric.ediam s ^ Ξ± - Metric.Snowflaking.ediam_preimage_toSnowflaking π Mathlib.Topology.MetricSpace.Snowflaking
{X : Type u_1} {Ξ± : β} {hΞ±β : 0 < Ξ±} {hΞ±β : Ξ± β€ 1} [PseudoEMetricSpace X] (s : Set (Metric.Snowflaking X Ξ± hΞ±β hΞ±β)) : Metric.ediam (βMetric.Snowflaking.toSnowflaking β»ΒΉ' s) = Metric.ediam s ^ Ξ±β»ΒΉ - Metric.Snowflaking.ediam_image_ofSnowflaking π Mathlib.Topology.MetricSpace.Snowflaking
{X : Type u_1} {Ξ± : β} {hΞ±β : 0 < Ξ±} {hΞ±β : Ξ± β€ 1} [PseudoEMetricSpace X] (s : Set (Metric.Snowflaking X Ξ± hΞ±β hΞ±β)) : Metric.ediam (βMetric.Snowflaking.ofSnowflaking '' s) = Metric.ediam 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