Theorems · Theorem · general topology
Filter.HasBasis.cauchy_iff
∀ {α : Type u} [uniformSpace : UniformSpace α] {ι : Sort u_1} {p : ι → Prop} {s : ι → SetRel α α},
(uniformity α).HasBasis p s →
∀ {f : Filter α}, Cauchy f ↔ f.NeBot ∧ ∀ (i : ι), p i → ∃ t ∈ f, ∀ x ∈ t, ∀ y ∈ t, (x, y) ∈ s i- Defined in
- Mathlib.Topology.UniformSpace.Cauchy
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Filterstatement and proof · cited by 8,121
- UniformSpacestatement and proof · cited by 2,040
- Filter.NeBotstatement · cited by 853
- uniformitystatement and proof · cited by 765
- Filter.HasBasisstatement and proof · cited by 604
- SetRelstatement and proof · cited by 581
- Cauchystatement · cited by 115
- Filter.basis_setsproof · cited by 105
- Filter.HasBasis.le_basis_iffproof · cited by 28
- Filter.HasBasis.prod_selfproof · cited by 19
Cited by3
Results whose statement or proof uses this declaration.
- Metric.cauchy_iffproof · cited by 3
- cauchy_iff'proof · cited by 1
- EMetric.cauchy_iffproof · cited by 1