Theorems · Theorem · general topology
Metric.cauchySeq_iff
∀ {α : Type u} {β : Type v} [inst : PseudoMetricSpace α] [Nonempty β] [inst_2 : SemilatticeSup β] {u : β → α},
CauchySeq u ↔ ∀ ε > 0, ∃ N, ∀ m ≥ N, ∀ n ≥ N, dist (u m) (u n) < εIn a pseudometric space, Cauchy sequences are characterized by the fact that, eventually, the distance between its elements is arbitrarily small
- Defined in
- Mathlib.Topology.MetricSpace.Cauchy
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 114 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
- SemilatticeSupstatement and proof · cited by 785
- CauchySeqstatement · cited by 131
- Metric.uniformity_basis_distproof · cited by 25
- Filter.HasBasis.cauchySeq_iffproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- cauchySeq_iff_le_tendsto_0proof · cited by 5
- CantorScheme.ClosureAntitone.map_of_vanishingDiamproof · cited by 1
- Metric.exists_subseq_bounded_of_cauchySeqproof · cited by 1
- NormedAddCommGroup.cauchySeq_iffproof · cited by 0