Loogle!
Result
Found 203 declarations mentioning NNDist.nndist. Of these, only the first 200 are shown.
- NNDist.nndist π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u_3} [self : NNDist Ξ±] : Ξ± β Ξ± β NNReal - nndist_self π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (a : Ξ±) : nndist a a = 0 - nndist_comm π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y : Ξ±) : nndist x y = nndist y x - coe_nndist π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y : Ξ±) : β(nndist x y) = dist x y - coe_nnreal_ennreal_nndist π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y : Ξ±) : β(nndist x y) = edist x y - dist_nndist π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y : Ξ±) : dist x y = β(nndist x y) - edist_nndist π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y : Ξ±) : edist x y = β(nndist x y) - nndist_dist π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y : Ξ±) : nndist x y = (dist x y).toNNReal - nndist_edist π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y : Ξ±) : nndist x y = (edist x y).toNNReal - Metric.boundedSpace_iff_nndist π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] : BoundedSpace Ξ± β β C, β (a b : Ξ±), nndist a b β€ C - dist_le_coe π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {x y : Ξ±} {c : NNReal} : dist x y β€ βc β nndist x y β€ c - dist_lt_coe π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {x y : Ξ±} {c : NNReal} : dist x y < βc β nndist x y < c - edist_le_coe π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {x y : Ξ±} {c : NNReal} : edist x y β€ βc β nndist x y β€ c - edist_lt_coe π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {x y : Ξ±} {c : NNReal} : edist x y < βc β nndist x y < c - Real.nndist_eq π Mathlib.Topology.MetricSpace.Pseudo.Defs
(x y : β) : nndist x y = Real.nnabs (x - y) - Real.nndist_eq' π Mathlib.Topology.MetricSpace.Pseudo.Defs
(x y : β) : nndist x y = Real.nnabs (y - x) - nndist_triangle π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y z : Ξ±) : nndist x z β€ nndist x y + nndist y z - nndist_triangle_left π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y z : Ξ±) : nndist x y β€ nndist z x + nndist z y - nndist_triangle_right π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] (x y z : Ξ±) : nndist x y β€ nndist x z + nndist y z - Metric.isBounded_iff_nndist π Mathlib.Topology.MetricSpace.Pseudo.Defs
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {s : Set Ξ±} : Bornology.IsBounded s β β C, β β¦x : Ξ±β¦, x β s β β β¦y : Ξ±β¦, y β s β nndist x y β€ C - nndist_ofAdd π Mathlib.Topology.MetricSpace.Pseudo.Defs
{X : Type u_1} [PseudoMetricSpace X] (a b : X) : nndist (Multiplicative.ofAdd a) (Multiplicative.ofAdd b) = nndist a b - nndist_ofMul π Mathlib.Topology.MetricSpace.Pseudo.Defs
{X : Type u_1} [PseudoMetricSpace X] (a b : X) : nndist (Additive.ofMul a) (Additive.ofMul b) = nndist a b - nndist_toDual π Mathlib.Topology.MetricSpace.Pseudo.Defs
{X : Type u_1} [PseudoMetricSpace X] (a b : X) : nndist (OrderDual.toDual a) (OrderDual.toDual b) = nndist a b - nndist_ofDual π Mathlib.Topology.MetricSpace.Pseudo.Defs
{X : Type u_1} [PseudoMetricSpace X] (a b : Xα΅α΅) : nndist (OrderDual.ofDual a) (OrderDual.ofDual b) = nndist a b - nndist_toAdd π Mathlib.Topology.MetricSpace.Pseudo.Defs
{X : Type u_1} [PseudoMetricSpace X] (a b : Multiplicative X) : nndist (Multiplicative.toAdd a) (Multiplicative.toAdd b) = nndist a b - nndist_toMul π Mathlib.Topology.MetricSpace.Pseudo.Defs
{X : Type u_1} [PseudoMetricSpace X] (a b : Additive X) : nndist (Additive.toMul a) (Additive.toMul b) = nndist a b - eq_of_nndist_eq_zero π Mathlib.Topology.MetricSpace.Defs
{Ξ³ : Type w} [MetricSpace Ξ³] {x y : Ξ³} : nndist x y = 0 β x = y - nndist_eq_zero π Mathlib.Topology.MetricSpace.Defs
{Ξ³ : Type w} [MetricSpace Ξ³] {x y : Ξ³} : nndist x y = 0 β x = y - zero_eq_nndist π Mathlib.Topology.MetricSpace.Defs
{Ξ³ : Type w} [MetricSpace Ξ³] {x y : Ξ³} : 0 = nndist x y β x = y - Inseparable.nndist_eq_zero π Mathlib.Topology.MetricSpace.Pseudo.Basic
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {x y : Ξ±} : Inseparable x y β nndist x y = 0 - Metric.inseparable_iff_nndist π Mathlib.Topology.MetricSpace.Pseudo.Basic
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {x y : Ξ±} : Inseparable x y β nndist x y = 0 - NNReal.nndist_zero_eq_val π Mathlib.Topology.MetricSpace.Pseudo.Constructions
(z : NNReal) : nndist 0 z = z - NNReal.nndist_zero_eq_val' π Mathlib.Topology.MetricSpace.Pseudo.Constructions
(z : NNReal) : nndist z 0 = z - AddOpposite.nndist_op π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] (x y : Ξ±) : nndist (AddOpposite.op x) (AddOpposite.op y) = nndist x y - MulOpposite.nndist_op π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] (x y : Ξ±) : nndist (MulOpposite.op x) (MulOpposite.op y) = nndist x y - NNReal.le_add_nndist π Mathlib.Topology.MetricSpace.Pseudo.Constructions
(a b : NNReal) : a β€ b + nndist a b - ULift.nndist_up_up π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ² : Type u_2} [PseudoMetricSpace Ξ²] (x y : Ξ²) : nndist { down := x } { down := y } = nndist x y - AddOpposite.nndist_unop π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] (x y : Ξ±α΅α΅α΅) : nndist (AddOpposite.unop x) (AddOpposite.unop y) = nndist x y - MulOpposite.nndist_unop π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] (x y : Ξ±α΅α΅α΅) : nndist (MulOpposite.unop x) (MulOpposite.unop y) = nndist x y - ULift.nndist_eq π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ² : Type u_2} [PseudoMetricSpace Ξ²] (x y : ULift.{u_3, u_2} Ξ²) : nndist x y = nndist x.down y.down - NNReal.nndist_eq π Mathlib.Topology.MetricSpace.Pseudo.Constructions
(a b : NNReal) : nndist a b = max (a - b) (b - a) - uniformContinuous_nndist π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] : UniformContinuous fun p => nndist p.1 p.2 - Subtype.nndist_eq π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] {p : Ξ± β Prop} (x y : Subtype p) : nndist x y = nndist βx βy - continuous_nndist π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] : Continuous fun p => nndist p.1 p.2 - UniformContinuous.nndist π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [UniformSpace Ξ²] {f g : Ξ² β Ξ±} (hf : UniformContinuous f) (hg : UniformContinuous g) : UniformContinuous fun b => nndist (f b) (g b) - Continuous.nndist π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [TopologicalSpace Ξ²] {f g : Ξ² β Ξ±} (hf : Continuous f) (hg : Continuous g) : Continuous fun b => nndist (f b) (g b) - Filter.Tendsto.nndist π Mathlib.Topology.MetricSpace.Pseudo.Constructions
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] {f g : Ξ² β Ξ±} {x : Filter Ξ²} {a b : Ξ±} (hf : Filter.Tendsto f x (nhds a)) (hg : Filter.Tendsto g x (nhds b)) : Filter.Tendsto (fun x => nndist (f x) (g x)) x (nhds (nndist a b)) - nndist_pi_const π Mathlib.Topology.MetricSpace.Pseudo.Pi
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [Fintype Ξ²] [Nonempty Ξ²] (a b : Ξ±) : (nndist (fun x => a) fun x => b) = nndist a b - nndist_pi_const_le π Mathlib.Topology.MetricSpace.Pseudo.Pi
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [Fintype Ξ²] (a b : Ξ±) : (nndist (fun x => a) fun x => b) β€ nndist a b - nndist_le_pi_nndist π Mathlib.Topology.MetricSpace.Pseudo.Pi
{Ξ² : Type u_2} {X : Ξ² β Type u_3} [Fintype Ξ²] [(b : Ξ²) β PseudoMetricSpace (X b)] (f g : (b : Ξ²) β X b) (b : Ξ²) : nndist (f b) (g b) β€ nndist f g - nndist_pi_def π Mathlib.Topology.MetricSpace.Pseudo.Pi
{Ξ² : Type u_2} {X : Ξ² β Type u_3} [Fintype Ξ²] [(b : Ξ²) β PseudoMetricSpace (X b)] (f g : (b : Ξ²) β X b) : nndist f g = Finset.univ.sup fun b => nndist (f b) (g b) - dist_pi_def π Mathlib.Topology.MetricSpace.Pseudo.Pi
{Ξ² : Type u_2} {X : Ξ² β Type u_3} [Fintype Ξ²] [(b : Ξ²) β PseudoMetricSpace (X b)] (f g : (b : Ξ²) β X b) : dist f g = β(Finset.univ.sup fun b => nndist (f b) (g b)) - nndist_pi_le_iff π Mathlib.Topology.MetricSpace.Pseudo.Pi
{Ξ² : Type u_2} {X : Ξ² β Type u_3} [Fintype Ξ²] [(b : Ξ²) β PseudoMetricSpace (X b)] {f g : (b : Ξ²) β X b} {r : NNReal} : nndist f g β€ r β β (b : Ξ²), nndist (f b) (g b) β€ r - nndist_pi_lt_iff π Mathlib.Topology.MetricSpace.Pseudo.Pi
{Ξ² : Type u_2} {X : Ξ² β Type u_3} [Fintype Ξ²] [(b : Ξ²) β PseudoMetricSpace (X b)] {f g : (b : Ξ²) β X b} {r : NNReal} (hr : 0 < r) : nndist f g < r β β (b : Ξ²), nndist (f b) (g b) < r - nndist_single_single π Mathlib.Topology.MetricSpace.Pseudo.Pi
{Ξ² : Type u_2} [Fintype Ξ²] {Y : Type u_4} [PseudoMetricSpace Y] [Zero Y] [DecidableEq Ξ²] (i j : Ξ²) (a b : Y) (h : i β j) : nndist (Pi.single i a) (Pi.single j b) = max (nndist a 0) (nndist b 0) - nndist_pi_eq_iff π Mathlib.Topology.MetricSpace.Pseudo.Pi
{Ξ² : Type u_2} {X : Ξ² β Type u_3} [Fintype Ξ²] [(b : Ξ²) β PseudoMetricSpace (X b)] {f g : (b : Ξ²) β X b} {r : NNReal} (hr : 0 < r) : nndist f g = r β (β i, nndist (f i) (g i) = r) β§ β (b : Ξ²), nndist (f b) (g b) β€ r - Fin.nndist_insertNth_insertNth π Mathlib.Topology.MetricSpace.Pseudo.Pi
{n : β} {Ξ± : Fin (n + 1) β Type u_4} [(i : Fin (n + 1)) β PseudoMetricSpace (Ξ± i)] (i : Fin (n + 1)) (x y : Ξ± i) (f g : (j : Fin n) β Ξ± (i.succAbove j)) : nndist (i.insertNth x f) (i.insertNth y g) = max (nndist x y) (nndist f g) - nndist_congr_left π Mathlib.Topology.MetricSpace.Basic
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {x y z : Ξ±} (h : nndist x y = 0) : nndist z x = nndist z y - nndist_congr_right π Mathlib.Topology.MetricSpace.Basic
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {x y z : Ξ±} (h : nndist x y = 0) : nndist x z = nndist y z - nndist_congr π Mathlib.Topology.MetricSpace.Basic
{Ξ± : Type u} [PseudoMetricSpace Ξ±] {w x y z : Ξ±} (hl : nndist w x = 0) (hr : nndist y z = 0) : nndist w y = nndist x z - nndist_one_left π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedGroup E] (a : E) : nndist 1 a = βaββ - nndist_one_right π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedGroup E] (a : E) : nndist a 1 = βaββ - nndist_zero_left π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedAddGroup E] (a : E) : nndist 0 a = βaββ - nndist_zero_right π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedAddGroup E] (a : E) : nndist a 0 = βaββ - nndist_eq_nnnorm π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedAddCommGroup E] (a b : E) : nndist a b = βa - bββ - nndist_eq_nnnorm_div π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedCommGroup E] (a b : E) : nndist a b = βa / bββ - nndist_eq_nnnorm_sub π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedAddCommGroup E] (a b : E) : nndist a b = βa - bββ - nndist_eq_nnnorm_inv_mul π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedGroup E] (a b : E) : nndist a b = βaβ»ΒΉ * bββ - nndist_eq_nnnorm_neg_add π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedAddGroup E] (a b : E) : nndist a b = β-a + bββ - nndist_nnnorm_nnnorm_le π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedAddCommGroup E] (a b : E) : nndist βaββ βbββ β€ βa - bββ - nndist_nnnorm_nnnorm_le' π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedCommGroup E] (a b : E) : nndist βaββ βbββ β€ βa / bββ - nndist_nnnorm_nnnorm_le_nnnorm_inv_mul π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedGroup E] (a b : E) : nndist βaββ βbββ β€ βaβ»ΒΉ * bββ - nndist_nnnorm_nnnorm_le_nnnorm_neg_add π Mathlib.Analysis.Normed.Group.Basic
{E : Type u_4} [SeminormedAddGroup E] (a b : E) : nndist βaββ βbββ β€ β-a + bββ - nndist_indicator π Mathlib.Analysis.Normed.Group.Basic
{Ξ± : Type u_2} {E : Type u_4} [SeminormedAddGroup E] (s t : Set Ξ±) (f : Ξ± β E) (x : Ξ±) : nndist (s.indicator f x) (t.indicator f x) = β(symmDiff s t).indicator f xββ - nndist_mulIndicator π Mathlib.Analysis.Normed.Group.Basic
{Ξ± : Type u_2} {E : Type u_4} [SeminormedGroup E] (s t : Set Ξ±) (f : Ξ± β E) (x : Ξ±) : nndist (s.mulIndicator f x) (t.mulIndicator f x) = β(symmDiff s t).mulIndicator f xββ - NNRat.nndist_eq π Mathlib.Topology.Instances.Rat
(p q : ββ₯0) : nndist p q = nndist βp βq - AntilipschitzWith.le_mul_nndist π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} : AntilipschitzWith K f β β (x y : Ξ±), nndist x y β€ K * nndist (f x) (f y) - AntilipschitzWith.of_le_mul_nndist π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} : (β (x y : Ξ±), nndist x y β€ K * nndist (f x) (f y)) β AntilipschitzWith K f - antilipschitzWith_iff_le_mul_nndist π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} : AntilipschitzWith K f β β (x y : Ξ±), nndist x y β€ K * nndist (f x) (f y) - AntilipschitzWith.mul_le_nndist π Mathlib.Topology.MetricSpace.Antilipschitz
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {K : NNReal} {f : Ξ± β Ξ²} (hf : AntilipschitzWith K f) (x y : Ξ±) : Kβ»ΒΉ * nndist x y β€ nndist (f x) (f y) - Isometry.nndist_eq π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {f : Ξ± β Ξ²} : Isometry f β β (x y : Ξ±), nndist (f x) (f y) = nndist x y - Isometry.of_nndist_eq π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {f : Ξ± β Ξ²} : (β (x y : Ξ±), nndist (f x) (f y) = nndist x y) β Isometry f - isometry_iff_nndist_eq π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] {f : Ξ± β Ξ²} : Isometry f β β (x y : Ξ±), nndist (f x) (f y) = nndist x y - IsometryClass.nndist_eq π Mathlib.Topology.MetricSpace.Isometry
{F : Type u_1} {Ξ± : Type u} {Ξ² : Type v} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] [FunLike F Ξ± Ξ²] [IsometryClass F Ξ± Ξ²] (f : F) (x y : Ξ±) : nndist (f x) (f y) = nndist x y - IsometryEquiv.nndist_eq π Mathlib.Topology.MetricSpace.Isometry
{Ξ± : Type u_3} {Ξ² : Type u_4} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] (h : Ξ± βα΅’ Ξ²) (x y : Ξ±) : nndist (h x) (h y) = nndist x y - 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 - nndist_add_left π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} [PseudoMetricSpace M] [Add M] [IsIsometricVAdd M M] (a b c : M) : nndist (a + b) (a + c) = nndist b c - nndist_mul_left π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} [PseudoMetricSpace M] [Mul M] [IsIsometricSMul M M] (a b c : M) : nndist (a * b) (a * c) = nndist b c - nndist_add_right π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} [PseudoMetricSpace M] [Add M] [IsIsometricVAdd Mα΅α΅α΅ M] (a b c : M) : nndist (a + c) (b + c) = nndist a b - nndist_mul_right π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} [PseudoMetricSpace M] [Mul M] [IsIsometricSMul Mα΅α΅α΅ M] (a b c : M) : nndist (a * c) (b * c) = nndist a b - nndist_smul π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} {X : Type w} [PseudoMetricSpace X] [SMul M X] [IsIsometricSMul M X] (c : M) (x y : X) : nndist (c β’ x) (c β’ y) = nndist x y - nndist_vadd π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} {X : Type w} [PseudoMetricSpace X] [VAdd M X] [IsIsometricVAdd M X] (c : M) (x y : X) : nndist (c +α΅₯ x) (c +α΅₯ y) = nndist x y - nndist_div_right π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} [DivInvMonoid M] [PseudoMetricSpace M] [IsIsometricSMul Mα΅α΅α΅ M] (a b c : M) : nndist (a / c) (b / c) = nndist a b - nndist_sub_right π Mathlib.Topology.MetricSpace.IsometricSMul
{M : Type u} [SubNegMonoid M] [PseudoMetricSpace M] [IsIsometricVAdd Mα΅α΅α΅ M] (a b c : M) : nndist (a - c) (b - c) = nndist a b - nndist_inv_inv π Mathlib.Topology.MetricSpace.IsometricSMul
{G : Type v} [Group G] [PseudoMetricSpace G] [IsIsometricSMul G G] [IsIsometricSMul Gα΅α΅α΅ G] (a b : G) : nndist aβ»ΒΉ bβ»ΒΉ = nndist a b - nndist_neg_neg π Mathlib.Topology.MetricSpace.IsometricSMul
{G : Type v} [AddGroup G] [PseudoMetricSpace G] [IsIsometricVAdd G G] [IsIsometricVAdd Gα΅α΅α΅ G] (a b : G) : nndist (-a) (-b) = nndist a b - nndist_div_left π Mathlib.Topology.MetricSpace.IsometricSMul
{G : Type v} [Group G] [PseudoMetricSpace G] [IsIsometricSMul G G] [IsIsometricSMul Gα΅α΅α΅ G] (a b c : G) : nndist (a / b) (a / c) = nndist b c - nndist_sub_left π Mathlib.Topology.MetricSpace.IsometricSMul
{G : Type v} [AddGroup G] [PseudoMetricSpace G] [IsIsometricVAdd G G] [IsIsometricVAdd Gα΅α΅α΅ G] (a b c : G) : nndist (a - b) (a - c) = nndist b c - nndist_add_add_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} [SeminormedAddCommGroup E] (aβ aβ bβ bβ : E) : nndist (aβ + aβ) (bβ + bβ) β€ nndist aβ bβ + nndist aβ bβ - nndist_mul_mul_le π Mathlib.Analysis.Normed.Group.Uniform
{E : Type u_2} [SeminormedCommGroup E] (aβ aβ bβ bβ : E) : nndist (aβ * aβ) (bβ * bβ) β€ nndist aβ bβ + nndist aβ bβ - nndist_inv_invβ π Mathlib.Analysis.Normed.Field.Basic
{Ξ± : Type u_1} [NormedDivisionRing Ξ±] {z w : Ξ±} (hz : z β 0) (hw : w β 0) : nndist zβ»ΒΉ wβ»ΒΉ = nndist z w / (βzββ * βwββ) - Dilation.mkOfNNDistEq π Mathlib.Topology.MetricSpace.Dilation
{Ξ± : Type u_5} {Ξ² : Type u_6} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] (f : Ξ± β Ξ²) (h : β r, r β 0 β§ β (x y : Ξ±), nndist (f x) (f y) = r * nndist x y) : Ξ± βα΅ Ξ² - Dilation.nndist_eq π Mathlib.Topology.MetricSpace.Dilation
{Ξ± : Type u_5} {Ξ² : Type u_6} {F : Type u_7} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] [FunLike F Ξ± Ξ²] [DilationClass F Ξ± Ξ²] (f : F) (x y : Ξ±) : nndist (f x) (f y) = Dilation.ratio f * nndist x y - Dilation.coe_mkOfNNDistEq π Mathlib.Topology.MetricSpace.Dilation
{Ξ± : Type u_5} {Ξ² : Type u_6} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] (f : Ξ± β Ξ²) (h : β r, r β 0 β§ β (x y : Ξ±), nndist (f x) (f y) = r * nndist x y) : β(Dilation.mkOfNNDistEq f h) = f - Dilation.ratio_unique_of_nndist_ne_zero π Mathlib.Topology.MetricSpace.Dilation
{Ξ± : Type u_5} {Ξ² : Type u_6} {F : Type u_7} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] [FunLike F Ξ± Ξ²] [DilationClass F Ξ± Ξ²] {f : F} {x y : Ξ±} {r : NNReal} (hxy : nndist x y β 0) (hr : nndist (f x) (f y) = r * nndist x y) : r = Dilation.ratio f - Dilation.mk_coe_of_nndist_eq π Mathlib.Topology.MetricSpace.Dilation
{Ξ± : Type u_5} {Ξ² : Type u_6} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] (f : Ξ± βα΅ Ξ²) (h : β r, r β 0 β§ β (x y : Ξ±), nndist (f x) (f y) = r * nndist x y) : Dilation.mkOfNNDistEq (βf) h = f - nndist_smul_le π Mathlib.Analysis.Normed.MulAction
{Ξ± : Type u_1} {Ξ² : Type u_2} [SeminormedAddGroup Ξ±] [SeminormedAddGroup Ξ²] [SMulZeroClass Ξ± Ξ²] [IsBoundedSMul Ξ± Ξ²] (s : Ξ±) (x y : Ξ²) : nndist (s β’ x) (s β’ y) β€ βsββ * nndist x y - nndist_smulβ π Mathlib.Analysis.Normed.MulAction
{Ξ± : Type u_1} {Ξ² : Type u_2} [SeminormedRing Ξ±] [SeminormedAddCommGroup Ξ²] [Module Ξ± Ξ²] [NormSMulClass Ξ± Ξ²] (s : Ξ±) (x y : Ξ²) : nndist (s β’ x) (s β’ y) = βsββ * nndist x y - measurable_nndist π Mathlib.MeasureTheory.Constructions.BorelSpace.Metric
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] [MeasurableSpace Ξ±] [OpensMeasurableSpace Ξ±] [SecondCountableTopology Ξ±] : Measurable fun p => nndist p.1 p.2 - Measurable.nndist π Mathlib.MeasureTheory.Constructions.BorelSpace.Metric
{Ξ± : Type u_1} {Ξ² : Type u_2} [PseudoMetricSpace Ξ±] [MeasurableSpace Ξ±] [OpensMeasurableSpace Ξ±] [MeasurableSpace Ξ²] [SecondCountableTopology Ξ±] {f g : Ξ² β Ξ±} (hf : Measurable f) (hg : Measurable g) : Measurable fun b => nndist (f b) (g b) - Complex.nndist_of_im_eq π Mathlib.Analysis.Complex.Norm
{z w : β} (h : z.im = w.im) : nndist z w = nndist z.re w.re - Complex.nndist_of_re_eq π Mathlib.Analysis.Complex.Norm
{z w : β} (h : z.re = w.re) : nndist z w = nndist z.im w.im - Complex.nndist_conj_self π Mathlib.Analysis.Complex.Norm
(z : β) : nndist ((starRingEnd β) z) z = 2 * Real.nnabs z.im - Complex.nndist_self_conj π Mathlib.Analysis.Complex.Norm
(z : β) : nndist z ((starRingEnd β) z) = 2 * Real.nnabs z.im - nndist_star_star π Mathlib.Analysis.CStarAlgebra.Basic
{E : Type u_2} [SeminormedAddCommGroup E] [StarAddMonoid E] [NormedStarGroup E] (x y : E) : nndist (star x) (star y) = nndist x y - Complex.nndist_conj_comm π Mathlib.Analysis.Complex.Basic
(z w : β) : nndist ((starRingEnd β) z) w = nndist z ((starRingEnd β) w) - Complex.nndist_conj_conj π Mathlib.Analysis.Complex.Basic
(z w : β) : nndist ((starRingEnd β) z) ((starRingEnd β) w) = nndist z w - ContinuousLinearMap.nndist_le_opNNNorm π 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) (x y : E) : nndist (f x) (f y) β€ βfββ * nndist x y - MeasureTheory.nndist_integral_add_measure_le_lintegral π Mathlib.MeasureTheory.Integral.Bochner.Basic
{Ξ± : Type u_1} {G : Type u_5} [NormedAddCommGroup G] [NormedSpace β G] {m : MeasurableSpace Ξ±} {ΞΌ Ξ½ : MeasureTheory.Measure Ξ±} {f : Ξ± β G} (hβ : MeasureTheory.Integrable f ΞΌ) (hβ : MeasureTheory.Integrable f Ξ½) : β(nndist (β« (x : Ξ±), f x βΞΌ) (β« (x : Ξ±), f x β(ΞΌ + Ξ½))) β€ β«β» (x : Ξ±), βf xββ βΞ½ - nndist_eq_nnnorm_vsub π Mathlib.Analysis.Normed.Group.AddTorsor
(V : Type u_2) {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (x y : P) : nndist x y = βx -α΅₯ yββ - nndist_eq_nnnorm_vsub' π Mathlib.Analysis.Normed.Group.AddTorsor
(V : Type u_2) {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (x y : P) : nndist x y = βy -α΅₯ xββ - nndist_vsub_cancel_left π Mathlib.Analysis.Normed.Group.AddTorsor
{V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (x y z : P) : nndist (x -α΅₯ y) (x -α΅₯ z) = nndist y z - nndist_vsub_cancel_right π Mathlib.Analysis.Normed.Group.AddTorsor
{V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (x y z : P) : nndist (x -α΅₯ z) (y -α΅₯ z) = nndist x y - nndist_vadd_left π Mathlib.Analysis.Normed.Group.AddTorsor
{V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (v : V) (x : P) : nndist (v +α΅₯ x) x = βvββ - nndist_vadd_right π Mathlib.Analysis.Normed.Group.AddTorsor
{V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (v : V) (x : P) : nndist x (v +α΅₯ x) = βvββ - nndist_vsub_vsub_le π Mathlib.Analysis.Normed.Group.AddTorsor
{V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (pβ pβ pβ pβ : P) : nndist (pβ -α΅₯ pβ) (pβ -α΅₯ pβ) β€ nndist pβ pβ + nndist pβ pβ - nndist_vadd_cancel_left π Mathlib.Analysis.Normed.Group.AddTorsor
{V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (v : V) (x y : P) : nndist (v +α΅₯ x) (v +α΅₯ y) = nndist x y - nndist_vadd_cancel_right π Mathlib.Analysis.Normed.Group.AddTorsor
{V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (vβ vβ : V) (x : P) : nndist (vβ +α΅₯ x) (vβ +α΅₯ x) = nndist vβ vβ - nndist_vadd_vadd_le π Mathlib.Analysis.Normed.Group.AddTorsor
{V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] (v v' : V) (p p' : P) : nndist (v +α΅₯ p) (v' +α΅₯ p') β€ nndist v v' + nndist p p' - AffineIsometry.nndist_map π 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β) (x y : P) : nndist (f x) (f y) = nndist x y - BoundedContinuousFunction.nndist_set_exists π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] {f g : BoundedContinuousFunction Ξ± Ξ²} : β C, β (x : Ξ±), nndist (f x) (g x) β€ C - BoundedContinuousFunction.NNReal.upper_bound π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u_2} [TopologicalSpace Ξ±] (f : BoundedContinuousFunction Ξ± NNReal) (x : Ξ±) : f x β€ nndist f 0 - BoundedContinuousFunction.nndist_coe_le_nndist π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] {f g : BoundedContinuousFunction Ξ± Ξ²} (x : Ξ±) : nndist (f x) (g x) β€ nndist f g - BoundedContinuousFunction.nndist_eq_iSup π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] {f g : BoundedContinuousFunction Ξ± Ξ²} : nndist f g = β¨ x, nndist (f x) (g x) - BoundedContinuousFunction.nndist_eq π Mathlib.Topology.ContinuousMap.Bounded.Basic
{Ξ± : Type u} {Ξ² : Type v} [TopologicalSpace Ξ±] [PseudoMetricSpace Ξ²] {f g : BoundedContinuousFunction Ξ± Ξ²} : nndist f g = sInf {C | β (x : Ξ±), nndist (f x) (g x) β€ C} - BoundedContinuousFunction.nnnorm_def π Mathlib.Topology.ContinuousMap.Bounded.Normed
{Ξ± : Type u} {Ξ² : Type v} [TopologicalSpace Ξ±] [SeminormedAddCommGroup Ξ²] (f : BoundedContinuousFunction Ξ± Ξ²) : βfββ = nndist f 0 - BoundedContinuousFunction.nndist_le_two_nnnorm π Mathlib.Topology.ContinuousMap.Bounded.Normed
{Ξ± : Type u} {Ξ² : Type v} [TopologicalSpace Ξ±] [SeminormedAddCommGroup Ξ²] (f : BoundedContinuousFunction Ξ± Ξ²) (x y : Ξ±) : nndist (f x) (f y) β€ 2 * βfββ - ContinuousMap.nndist_eq_iSup π Mathlib.Topology.ContinuousMap.Compact
{Ξ± : Type u_1} {Ξ² : Type u_2} [TopologicalSpace Ξ±] [CompactSpace Ξ±] [PseudoMetricSpace Ξ²] {f g : C(Ξ±, Ξ²)} : nndist f g = β¨ x, nndist (f x) (g x) - WithLp.nndist_fst_le π Mathlib.Analysis.Normed.Lp.ProdLp
{p : ENNReal} {Ξ± : Type u_2} {Ξ² : Type u_3} [hp : Fact (1 β€ p)] [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] (x y : WithLp p (Ξ± Γ Ξ²)) : nndist x.fst y.fst β€ nndist x y - WithLp.nndist_snd_le π Mathlib.Analysis.Normed.Lp.ProdLp
{p : ENNReal} {Ξ± : Type u_2} {Ξ² : Type u_3} [hp : Fact (1 β€ p)] [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] (x y : WithLp p (Ξ± Γ Ξ²)) : nndist x.snd y.snd β€ nndist x y - WithLp.prod_nndist_eq_sup π Mathlib.Analysis.Normed.Lp.ProdLp
{Ξ± : Type u_2} {Ξ² : Type u_3} [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] (x y : WithLp β€ (Ξ± Γ Ξ²)) : nndist x y = max (nndist x.fst y.fst) (nndist x.snd y.snd) - WithLp.nndist_toLp_fst π Mathlib.Analysis.Normed.Lp.ProdLp
(p : ENNReal) (Ξ± : Type u_2) (Ξ² : Type u_3) [hp : Fact (1 β€ p)] [SeminormedAddCommGroup Ξ±] [SeminormedAddCommGroup Ξ²] (xβ xβ : Ξ±) : nndist (WithLp.toLp p (xβ, 0)) (WithLp.toLp p (xβ, 0)) = nndist xβ xβ - WithLp.nndist_toLp_snd π Mathlib.Analysis.Normed.Lp.ProdLp
(p : ENNReal) (Ξ± : Type u_2) (Ξ² : Type u_3) [hp : Fact (1 β€ p)] [SeminormedAddCommGroup Ξ±] [SeminormedAddCommGroup Ξ²] (yβ yβ : Ξ²) : nndist (WithLp.toLp p (0, yβ)) (WithLp.toLp p (0, yβ)) = nndist yβ yβ - WithLp.prod_nndist_eq_of_L1 π Mathlib.Analysis.Normed.Lp.ProdLp
{Ξ± : Type u_2} {Ξ² : Type u_3} [SeminormedAddCommGroup Ξ±] [SeminormedAddCommGroup Ξ²] (x y : WithLp 1 (Ξ± Γ Ξ²)) : nndist x y = nndist x.fst y.fst + nndist x.snd y.snd - WithLp.prod_nndist_eq_add π Mathlib.Analysis.Normed.Lp.ProdLp
{p : ENNReal} {Ξ± : Type u_2} {Ξ² : Type u_3} [hp : Fact (1 β€ p)] [PseudoMetricSpace Ξ±] [PseudoMetricSpace Ξ²] : p β β€ β β (x y : WithLp p (Ξ± Γ Ξ²)), nndist x y = (nndist x.fst y.fst ^ p.toReal + nndist x.snd y.snd ^ p.toReal) ^ (1 / p.toReal) - WithLp.prod_nndist_eq_of_L2 π Mathlib.Analysis.Normed.Lp.ProdLp
{Ξ± : Type u_2} {Ξ² : Type u_3} [SeminormedAddCommGroup Ξ±] [SeminormedAddCommGroup Ξ²] (x y : WithLp 2 (Ξ± Γ Ξ²)) : nndist x y = NNReal.sqrt (nndist x.fst y.fst ^ 2 + nndist x.snd y.snd ^ 2) - PiLp.nndist_apply_le π Mathlib.Analysis.Normed.Lp.PiLp
{p : ENNReal} {ΞΉ : Type u_2} {Ξ² : ΞΉ β Type u_4} [hp : Fact (1 β€ p)] [Fintype ΞΉ] [(i : ΞΉ) β PseudoMetricSpace (Ξ² i)] (x y : PiLp p Ξ²) (i : ΞΉ) : nndist (x.ofLp i) (y.ofLp i) β€ nndist x y - PiLp.nndist_eq_iSup π Mathlib.Analysis.Normed.Lp.PiLp
{ΞΉ : Type u_2} [Fintype ΞΉ] {Ξ² : ΞΉ β Type u_5} [(i : ΞΉ) β PseudoMetricSpace (Ξ² i)] (x y : PiLp β€ Ξ²) : nndist x y = β¨ i, nndist (x.ofLp i) (y.ofLp i) - PiLp.nndist_eq_of_L1 π Mathlib.Analysis.Normed.Lp.PiLp
{ΞΉ : Type u_2} {Ξ² : ΞΉ β Type u_4} [Fintype ΞΉ] [(i : ΞΉ) β SeminormedAddCommGroup (Ξ² i)] (x y : PiLp 1 Ξ²) : nndist x y = β i, nndist (x.ofLp i) (y.ofLp i) - PiLp.nndist_single_same π Mathlib.Analysis.Normed.Lp.PiLp
(p : ENNReal) {ΞΉ : Type u_2} (Ξ² : ΞΉ β Type u_4) [hp : Fact (1 β€ p)] [Fintype ΞΉ] [(i : ΞΉ) β SeminormedAddCommGroup (Ξ² i)] [DecidableEq ΞΉ] (i : ΞΉ) (bβ bβ : Ξ² i) : nndist (PiLp.single p i bβ) (PiLp.single p i bβ) = nndist bβ bβ - PiLp.nndist_eq_sum π Mathlib.Analysis.Normed.Lp.PiLp
{ΞΉ : Type u_2} [Fintype ΞΉ] {p : ENNReal} [Fact (1 β€ p)] {Ξ² : ΞΉ β Type u_5} [(i : ΞΉ) β PseudoMetricSpace (Ξ² i)] (hp : p β β€) (x y : PiLp p Ξ²) : nndist x y = (β i, nndist (x.ofLp i) (y.ofLp i) ^ p.toReal) ^ (1 / p.toReal) - PiLp.nndist_toLp_single_same π Mathlib.Analysis.Normed.Lp.PiLp
(p : ENNReal) {ΞΉ : Type u_2} (Ξ² : ΞΉ β Type u_4) [hp : Fact (1 β€ p)] [Fintype ΞΉ] [(i : ΞΉ) β SeminormedAddCommGroup (Ξ² i)] [DecidableEq ΞΉ] (i : ΞΉ) (bβ bβ : Ξ² i) : nndist (WithLp.toLp p (Pi.single i bβ)) (WithLp.toLp p (Pi.single i bβ)) = nndist bβ bβ - PiLp.nndist_eq_of_L2 π Mathlib.Analysis.Normed.Lp.PiLp
{ΞΉ : Type u_2} {Ξ² : ΞΉ β Type u_4} [Fintype ΞΉ] [(i : ΞΉ) β SeminormedAddCommGroup (Ξ² i)] (x y : PiLp 2 Ξ²) : nndist x y = NNReal.sqrt (β i, nndist (x.ofLp i) (y.ofLp i) ^ 2) - EuclideanSpace.nndist_single_same π Mathlib.Analysis.InnerProductSpace.PiL2
{ΞΉ : Type u_1} {π : Type u_3} [RCLike π] [DecidableEq ΞΉ] [Fintype ΞΉ] (i : ΞΉ) (a b : π) : nndist (EuclideanSpace.single i a) (EuclideanSpace.single i b) = nndist a b - EuclideanSpace.nndist_eq π Mathlib.Analysis.InnerProductSpace.PiL2
{π : Type u_7} [RCLike π] {n : Type u_8} [Fintype n] (x y : EuclideanSpace π n) : nndist x y = NNReal.sqrt (β i, nndist (x.ofLp i) (y.ofLp i) ^ 2) - BoxIntegral.Box.nndist_le_distortion_mul π Mathlib.Analysis.BoxIntegral.Box.Basic
{ΞΉ : Type u_1} [Fintype ΞΉ] (I : BoxIntegral.Box ΞΉ) (i : ΞΉ) : nndist I.lower I.upper β€ I.distortion * nndist (I.lower i) (I.upper i) - Unitization.nndist_inr π Mathlib.Analysis.Normed.Algebra.Unitization
{π : Type u_1} {A : Type u_2} [NontriviallyNormedField π] [NonUnitalNormedRing A] [NormedSpace π A] [IsScalarTower π A A] [SMulCommClass π A A] [RegularNormedAlgebra π A] (a b : A) : nndist βa βb = nndist a b - nndist_midpoint_midpoint_le π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} [SeminormedAddCommGroup V] [NormedSpace β V] (pβ pβ pβ pβ : V) : nndist (midpoint β pβ pβ) (midpoint β pβ pβ) β€ (nndist pβ pβ + nndist pβ pβ) / 2 - nndist_center_homothety π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) (c : π) : nndist pβ ((AffineMap.homothety pβ c) pβ) = βcββ * nndist pβ pβ - nndist_homothety_center π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) (c : π) : nndist ((AffineMap.homothety pβ c) pβ) pβ = βcββ * nndist pβ pβ - nndist_left_midpoint π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] [Invertible 2] (pβ pβ : P) : nndist pβ (midpoint π pβ pβ) = β2βββ»ΒΉ * nndist pβ pβ - nndist_midpoint_left π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] [Invertible 2] (pβ pβ : P) : nndist (midpoint π pβ pβ) pβ = β2βββ»ΒΉ * nndist pβ pβ - nndist_midpoint_right π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] [Invertible 2] (pβ pβ : P) : nndist (midpoint π pβ pβ) pβ = β2βββ»ΒΉ * nndist pβ pβ - nndist_right_midpoint π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] [Invertible 2] (pβ pβ : P) : nndist pβ (midpoint π pβ pβ) = β2βββ»ΒΉ * nndist pβ pβ - lipschitzWith_lineMap π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) : LipschitzWith (nndist pβ pβ) β(AffineMap.lineMap pβ pβ) - nndist_left_lineMap π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) (c : π) : nndist pβ ((AffineMap.lineMap pβ pβ) c) = βcββ * nndist pβ pβ - nndist_lineMap_left π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) (c : π) : nndist ((AffineMap.lineMap pβ pβ) c) pβ = βcββ * nndist pβ pβ - nndist_homothety_self π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) (c : π) : nndist ((AffineMap.homothety pβ c) pβ) pβ = β1 - cββ * nndist pβ pβ - nndist_self_homothety π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) (c : π) : nndist pβ ((AffineMap.homothety pβ c) pβ) = β1 - cββ * nndist pβ pβ - antilipschitzWith_lineMap π Mathlib.Analysis.Normed.Affine.AddTorsor
{W : Type u_3} {Q : Type u_4} [NormedAddCommGroup W] [MetricSpace Q] [NormedAddTorsor W Q] {π : Type u_5} [NormedField π] [NormedSpace π W] {pβ pβ : Q} (h : pβ β pβ) : AntilipschitzWith (nndist pβ pβ)β»ΒΉ β(AffineMap.lineMap pβ pβ) - nndist_midpoint_midpoint_le' π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] [Invertible 2] (pβ pβ pβ pβ : P) : nndist (midpoint π pβ pβ) (midpoint π pβ pβ) β€ (nndist pβ pβ + nndist pβ pβ) / β2ββ - nndist_lineMap_right π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) (c : π) : nndist ((AffineMap.lineMap pβ pβ) c) pβ = β1 - cββ * nndist pβ pβ - nndist_right_lineMap π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) (c : π) : nndist pβ ((AffineMap.lineMap pβ pβ) c) = β1 - cββ * nndist pβ pβ - nndist_homothety π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ p : P) (c : π) : nndist ((AffineMap.homothety p c) pβ) ((AffineMap.homothety p c) pβ) = βcββ * nndist pβ pβ - nndist_lineMap_lineMap π Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {π : Type u_5} [NormedField π] [NormedSpace π V] (pβ pβ : P) (cβ cβ : π) : nndist ((AffineMap.lineMap pβ pβ) cβ) ((AffineMap.lineMap pβ pβ) cβ) = nndist cβ cβ * nndist pβ pβ - isClosedMap_nndist π Mathlib.Topology.MetricSpace.ProperSpace.Lemmas
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] [ProperSpace Ξ±] (x : Ξ±) : IsClosedMap (nndist x) - isProperMap_nndist π Mathlib.Topology.MetricSpace.ProperSpace.Lemmas
{Ξ± : Type u_1} [PseudoMetricSpace Ξ±] [ProperSpace Ξ±] (x : Ξ±) : IsProperMap (nndist x) - HolderWith.nndist_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoMetricSpace X] [PseudoMetricSpace Y] {C r : NNReal} {f : X β Y} (hf : HolderWith C r f) (x y : X) : nndist (f x) (f y) β€ C * nndist x y ^ βr - HolderWith.nndist_le_of_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoMetricSpace X] [PseudoMetricSpace Y] {C r : NNReal} {f : X β Y} (hf : HolderWith C r f) {x y : X} {d : NNReal} (hd : nndist x y β€ d) : nndist (f x) (f y) β€ C * d ^ βr - HolderOnWith.nndist_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoMetricSpace X] [PseudoMetricSpace Y] {C r : NNReal} {f : X β Y} {s : Set X} {x y : X} (hf : HolderOnWith C r f s) (hx : x β s) (hy : y β s) : nndist (f x) (f y) β€ C * nndist x y ^ βr - HolderOnWith.nndist_le_of_le π Mathlib.Topology.MetricSpace.Holder
{X : Type u_1} {Y : Type u_2} [PseudoMetricSpace X] [PseudoMetricSpace Y] {C r : NNReal} {f : X β Y} {s : Set X} {x y : X} (hf : HolderOnWith C r f s) (hx : x β s) (hy : y β s) {d : NNReal} (hd : nndist x y β€ d) : nndist (f x) (f y) β€ C * d ^ βr - TensorProduct.nndist_tmul_le π Mathlib.Analysis.InnerProductSpace.TensorProduct
{π : Type u_1} {E : Type u_2} {F : Type u_3} [RCLike π] [NormedAddCommGroup E] [InnerProductSpace π E] [NormedAddCommGroup F] [InnerProductSpace π F] (x x' : E) (y y' : F) : nndist (x ββ[π] y) (x' ββ[π] y') β€ βxββ * βyββ + βx'ββ * βy'ββ - MeasureTheory.hausdorffMeasure_lineMap_image π Mathlib.MeasureTheory.Measure.Hausdorff
{E : Type u_5} {P : Type u_6} [NormedAddCommGroup E] [NormedSpace β E] [MeasurableSpace P] [MetricSpace P] [NormedAddTorsor E P] [BorelSpace P] (x y : P) (s : Set β) : (MeasureTheory.Measure.hausdorffMeasure 1) (β(AffineMap.lineMap x y) '' s) = nndist x y β’ (MeasureTheory.Measure.hausdorffMeasure 1) s - Finsupp.nndist_def π Mathlib.Analysis.Normed.Lp.Finsupp
{ΞΉ : Type u_1} {X : Type u_2} [Zero X] {p : NNReal} [Fact (1 β€ p)] [PseudoMetricSpace X] (f g : WithLp (βp) (ΞΉ ββ X)) : nndist f g = ((Finsupp.zipWith nndist β― f.ofLp g.ofLp).sum fun _i r => r ^ βp) ^ (βp)β»ΒΉ - BoundedContinuousFunction.apply_le_nndist_zero π Mathlib.MeasureTheory.Integral.BoundedContinuousFunction
{X : Type u_1} [TopologicalSpace X] (f : BoundedContinuousFunction X NNReal) (x : X) : f x β€ nndist 0 f - EuclideanGeometry.dist_orthogonalProjection_eq_infNndist π Mathlib.Geometry.Euclidean.Projection
{π : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike π] [NormedAddCommGroup V] [InnerProductSpace π V] [MetricSpace P] [NormedAddTorsor V P] (s : AffineSubspace π P) [Nonempty β₯s] [s.direction.HasOrthogonalProjection] (p : P) : nndist p β((EuclideanGeometry.orthogonalProjection s) p) = Metric.infNndist p βs - Congruent.nndist_eq π Mathlib.Topology.MetricSpace.Congruence
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : Congruent vβ vβ β β (iβ iβ : ΞΉ), nndist (vβ iβ) (vβ iβ) = nndist (vβ iβ) (vβ iβ) - Congruent.of_nndist_eq π Mathlib.Topology.MetricSpace.Congruence
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : (β (iβ iβ : ΞΉ), nndist (vβ iβ) (vβ iβ) = nndist (vβ iβ) (vβ iβ)) β Congruent vβ vβ - congruent_iff_nndist_eq π Mathlib.Topology.MetricSpace.Congruence
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : Congruent vβ vβ β β (iβ iβ : ΞΉ), nndist (vβ iβ) (vβ iβ) = nndist (vβ iβ) (vβ iβ) - Congruent.of_pairwise_nndist_eq π Mathlib.Topology.MetricSpace.Congruence
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : (Pairwise fun iβ iβ => nndist (vβ iβ) (vβ iβ) = nndist (vβ iβ) (vβ iβ)) β Congruent vβ vβ - Congruent.pairwise_nndist_eq π Mathlib.Topology.MetricSpace.Congruence
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : Congruent vβ vβ β Pairwise fun iβ iβ => nndist (vβ iβ) (vβ iβ) = nndist (vβ iβ) (vβ iβ) - congruent_iff_pairwise_nndist_eq π Mathlib.Topology.MetricSpace.Congruence
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : Congruent vβ vβ β Pairwise fun iβ iβ => nndist (vβ iβ) (vβ iβ) = nndist (vβ iβ) (vβ iβ) - Similar.exists_nndist_eq π Mathlib.Topology.MetricSpace.Similarity
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : Similar vβ vβ β β r, r β 0 β§ β (iβ iβ : ΞΉ), nndist (vβ iβ) (vβ iβ) = r * nndist (vβ iβ) (vβ iβ) - Similar.of_exists_nndist_eq π Mathlib.Topology.MetricSpace.Similarity
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : (β r, r β 0 β§ β (iβ iβ : ΞΉ), nndist (vβ iβ) (vβ iβ) = r * nndist (vβ iβ) (vβ iβ)) β Similar vβ vβ - similar_iff_exists_nndist_eq π Mathlib.Topology.MetricSpace.Similarity
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : Similar vβ vβ β β r, r β 0 β§ β (iβ iβ : ΞΉ), nndist (vβ iβ) (vβ iβ) = r * nndist (vβ iβ) (vβ iβ) - Similar.exists_pairwise_nndist_eq π Mathlib.Topology.MetricSpace.Similarity
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : Similar vβ vβ β β r, r β 0 β§ Pairwise fun iβ iβ => nndist (vβ iβ) (vβ iβ) = r * nndist (vβ iβ) (vβ iβ) - Similar.of_exists_pairwise_nndist_eq π Mathlib.Topology.MetricSpace.Similarity
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : (β r, r β 0 β§ Pairwise fun iβ iβ => nndist (vβ iβ) (vβ iβ) = r * nndist (vβ iβ) (vβ iβ)) β Similar vβ vβ - similar_iff_exists_pairwise_nndist_eq π Mathlib.Topology.MetricSpace.Similarity
{ΞΉ : Type u_1} {Pβ : Type u_3} {Pβ : Type u_4} {vβ : ΞΉ β Pβ} {vβ : ΞΉ β Pβ} [PseudoMetricSpace Pβ] [PseudoMetricSpace Pβ] : Similar vβ vβ β β r, r β 0 β§ Pairwise fun iβ iβ => nndist (vβ iβ) (vβ iβ) = r * nndist (vβ iβ) (vβ iβ) - Hamming.nndist_eq_hammingDist π Mathlib.InformationTheory.Hamming
{ΞΉ : Type u_2} {Ξ² : ΞΉ β Type u_3} [Fintype ΞΉ] [(i : ΞΉ) β DecidableEq (Ξ² i)] (x y : Hamming Ξ²) : nndist x y = β(hammingDist (Hamming.ofHamming x) (Hamming.ofHamming y)) - MeasureTheory.FiniteMeasure.testAgainstNN_lipschitz_estimate π Mathlib.MeasureTheory.Measure.FiniteMeasure
{Ξ© : Type u_1} [MeasurableSpace Ξ©] [TopologicalSpace Ξ©] [OpensMeasurableSpace Ξ©] (ΞΌ : MeasureTheory.FiniteMeasure Ξ©) (f g : BoundedContinuousFunction Ξ© NNReal) : ΞΌ.testAgainstNN f β€ ΞΌ.testAgainstNN g + nndist f g * ΞΌ.mass
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 ce5dd8c