Theorems · Theorem · general topology
Metric.controlled_of_isUniformInducing
∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] [inst_1 : PseudoMetricSpace β] {f : α → β},
IsUniformInducing f →
(∀ ε > 0, ∃ δ > 0, ∀ {a b : α}, dist a b < δ → dist (f a) (f b) < ε) ∧
∀ δ > 0, ∃ ε > 0, ∀ {a b : α}, dist (f a) (f b) < ε → dist a b < δIf a map between pseudometric spaces is a uniform inducing map then the distance between f x
and f y is controlled in terms of the distance between x and y.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Realstatement · cited by 25,697
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement · cited by 1,539
- IsUniformInducingstatement and proof · cited by 128
- IsUniformInducing.uniformContinuousproof · cited by 35
- Metric.uniformContinuous_iffproof · cited by 13
- Metric.isUniformInducing_iffproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Metric.controlled_of_isUniformEmbeddingproof · cited by 0