Theorems · Theorem · general topology
EMetric.cauchySeq_iff
∀ {α : Type u} {β : Type v} [inst : PseudoEMetricSpace α] [Nonempty β] [inst_2 : SemilatticeSup β] {u : β → α},
CauchySeq u ↔ ∀ ε > 0, ∃ N, ∀ (m : β), N ≤ m → ∀ (n : β), N ≤ n → edist (u m) (u n) < εIn a pseudoemetric space, Cauchy sequences are characterized by the fact that, eventually, the pseudoedistance between its elements is arbitrarily small
- Defined in
- Mathlib.Topology.EMetricSpace.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 147 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
- SemilatticeSupstatement and proof · cited by 785
- EDist.ediststatement · cited by 735
- CauchySeqstatement · cited by 131
- uniformity_basis_edistproof · cited by 17
- Filter.HasBasis.cauchySeq_iffproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- EMetric.cauchySeq_iff_le_tendsto_0proof · cited by 0