Mathlib Map

Theorems · Theorem · general topology

Metric.isBounded_iff

∀ {α : Type u} [inst : PseudoMetricSpace α] {s : Set α},
  Bornology.IsBounded s ↔ ∃ C, ∀ ⦃x : α⦄, x ∈ s → ∀ ⦃y : α⦄, y ∈ s → dist x y ≤ C
Defined in
Mathlib.Topology.MetricSpace.Pseudo.Defs
Cited by
15 results in Mathlib
Foundations
Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PseudoMetricSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Metric.isBounded_closedBall · cited by 19Metric.isBounded_closedBa…Metric.isBounded_iff_subset_closedBall · cited by 10Metric.isBounded_iff_subs…Metric.isBounded_range_iff · cited by 8Metric.isBounded_range_iffMetric.isBounded_iff_ediam_ne_top · cited by 5Metric.isBounded_iff_edia…TotallyBounded.isVonNBounded · cited by 4TotallyBounded.isVonNBoun…BoundedContinuousFunction.dist_set_exists · cited by 3BoundedContinuousFunction…Metric.isBounded_iff_eventually · cited by 2Metric.isBounded_iff_even…NumberField.mixedEmbedding.convexBodySum_isBounded · cited by 1mixedEmbedding.convexBody…Metric.isBounded_image_iff · cited by 1Metric.isBounded_image_iffMetric.isBounded_closure_of_isBounded · cited by 1Metric.isBounded_closure_…Metric.isBounded_iff_exists_ge · cited by 1Metric.isBounded_iff_exis…Metric.boundedSpace_iff · cited by 1Metric.boundedSpace_iffmul_bounded_of_bounded_of_bounded · cited by 0mul_bounded_of_bounded_of…add_bounded_of_bounded_of_bounded · cited by 0add_bounded_of_bounded_of…sub_bounded_of_bounded_of_bounded · cited by 0sub_bounded_of_bounded_of…Set · cited by 53352SetReal · cited by 25697RealCompl.compl · cited by 2925Compl.complPseudoMetricSpace · cited by 1550PseudoMetricSpaceDist.dist · cited by 1539Dist.distBornology.IsBounded · cited by 293Bornology.IsBoundedcompl_compl · cited by 229compl_complSet.mem_ofPred_eq · cited by 122Set.mem_ofPred_eqBornology.isBounded_def · cited by 9Bornology.isBounded_defFilter.mem_sets · cited by 3Filter.mem_setsPseudoMetricSpace.cobounded_sets · cited by 1PseudoMetricSpace.cobound…Metric.isBounded_iffCITED BYCITES

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.