Theorems · Theorem · general topology
EMetric.isUniformEmbedding_iff
∀ {α : Type u} {β : Type v} [inst : PseudoEMetricSpace α] [inst_1 : PseudoEMetricSpace β] {f : α → β},
IsUniformEmbedding f ↔
Function.Injective f ∧ UniformContinuous f ∧ ∀ δ > 0, ∃ ε > 0, ∀ {a b : α}, edist (f a) (f b) < ε → edist a b < δε-δ characterization of uniform embeddings on pseudoemetric spaces
- Defined in
- Mathlib.Topology.EMetricSpace.Basic
- Cited by
- 0 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.
Cites8
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
- UniformContinuousstatement · cited by 410
- IsUniformEmbeddingstatement · cited by 107
- Iff.andproof · cited by 33
- isUniformEmbedding_iffproof · cited by 4
- EMetric.isUniformInducing_iffproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.