Mathlib Map

Theorems · Theorem · general topology

Metric.isBounded_range_iff

∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] {f : β → α},
  Bornology.IsBounded (Set.range f) ↔ ∃ C, ∀ (x y : β), dist (f x) (f y) ≤ C

Characterization of the boundedness of the range of a function

Defined in
Mathlib.Topology.MetricSpace.Bounded
Cited by
8 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.

Cites6

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

Cited by8

Results whose statement or proof uses this declaration.