Theorems · Theorem · general topology
EMetric.controlled_of_isUniformInducing
∀ {α : Type u} {β : Type v} [inst : PseudoEMetricSpace α] [inst_1 : PseudoEMetricSpace β] {f : α → β},
IsUniformInducing f →
(∀ ε > 0, ∃ δ > 0, ∀ {a b : α}, edist a b < δ → edist (f a) (f b) < ε) ∧
∀ δ > 0, ∃ ε > 0, ∀ {a b : α}, edist (f a) (f b) < ε → edist a b < δIf a map between pseudoemetric spaces is a uniform inducing map then the edistance between f x
and f y is controlled in terms of the distance between x and y.
- Defined in
- Mathlib.Topology.EMetricSpace.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 148 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.
- ENNRealstatement · cited by 9,879
- PseudoEMetricSpacestatement and proof · cited by 1,536
- EDist.ediststatement · cited by 735
- IsUniformInducingstatement and proof · cited by 128
- IsUniformInducing.uniformContinuousproof · cited by 35
- EMetric.uniformContinuous_iffproof · cited by 3
- EMetric.isUniformInducing_iffproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- EMetric.controlled_of_isUniformEmbeddingproof · cited by 0