Theorems · Theorem · general topology
Metric.isSeparated_insert
∀ {X : Type u_1} [inst : PseudoEMetricSpace X] {s : Set X} {ε : ENNReal} {x : X},
Metric.IsSeparated ε (insert x s) ↔ Metric.IsSeparated ε s ∧ ∀ y ∈ s, x ≠ y → ε < edist x y- Cited by
- 1 results in Mathlib
- Foundations
- Depth 148 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoEMetricSpace
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
- ENNRealstatement and proof · cited by 9,879
- PseudoEMetricSpacestatement and proof · cited by 1,536
- EDist.ediststatement and proof · cited by 735
- PseudoEMetricSpace.edist_commproof · cited by 52
- Metric.IsSeparatedstatement · cited by 28
- Set.pairwise_insert_of_symmproof · cited by 10
Cited by1
Results whose statement or proof uses this declaration.
- Metric.IsSeparated.insertproof · cited by 0