Theorems · Theorem · general topology
Filter.HasBasis.cauchySeq_iff
∀ {α : Type u} {β : Type v} [uniformSpace : UniformSpace α] {γ : Sort u_1} [Nonempty β] [inst : SemilatticeSup β]
{u : β → α} {p : γ → Prop} {s : γ → SetRel α α},
(uniformity α).HasBasis p s →
(CauchySeq u ↔ ∀ (i : γ), p i → ∃ N, ∀ (m : β), N ≤ m → ∀ (n : β), N ≤ n → (u m, u n) ∈ s i)- Defined in
- Mathlib.Topology.UniformSpace.Cauchy
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterproof · cited by 8,121
- Filter.Tendstoproof · cited by 3,814
- UniformSpacestatement and proof · cited by 2,040
- SemilatticeSupstatement and proof · cited by 785
- uniformitystatement and proof · cited by 765
- Filter.HasBasisstatement and proof · cited by 604
- SetRelstatement and proof · cited by 581
- CauchySeqstatement · cited by 131
- Filter.HasBasis.tendsto_iffproof · cited by 60
- Filter.atTop_basisproof · cited by 42
- Filter.prod_atTop_atTop_eqproof · cited by 20
- Filter.HasBasis.prod_selfproof · cited by 19
Cited by5
Results whose statement or proof uses this declaration.
- Metric.cauchySeq_iffproof · cited by 4
- Filter.HasBasis.cauchySeq_iff'proof · cited by 3
- IsAdic.isPrecomplete_iffproof · cited by 2
- IsSeqCompact.isCompleteproof · cited by 1
- EMetric.cauchySeq_iffproof · cited by 1