Theorems · Theorem · general topology
Metric.isBounded_image_iff
∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] {f : β → α} {s : Set β},
Bornology.IsBounded (f '' s) ↔ ∃ C, ∀ x ∈ s, ∀ y ∈ s, dist (f x) (f y) ≤ C- Defined in
- Mathlib.Topology.MetricSpace.Bounded
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 97 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.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Set.imagestatement and proof · cited by 5,609
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- Bornology.IsBoundedstatement · cited by 293
- Metric.isBounded_iffproof · cited by 15
Cited by1
Results whose statement or proof uses this declaration.
- Metric.isBounded_range_of_tendsto_cofinite_uniformityproof · cited by 2