Theorems · Theorem · general topology
cauchySeq_of_controlled
∀ {α : Type u} {β : Type v} [uniformSpace : UniformSpace α] [inst : SemilatticeSup β] [Nonempty β] (U : β → SetRel α α),
(∀ s ∈ uniformity α, ∃ n, U n ⊆ s) → ∀ {f : β → α}, (∀ ⦃N m n : β⦄, N ≤ m → N ≤ n → (f m, f n) ∈ U N) → CauchySeq f- Defined in
- Mathlib.Topology.UniformSpace.Cauchy
- Cited by
- 2 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.
Cites10
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 · cited by 8,121
- UniformSpacestatement and proof · cited by 2,040
- SemilatticeSupstatement and proof · cited by 785
- uniformitystatement and proof · cited by 765
- SetRelstatement and proof · cited by 581
- CauchySeqstatement · cited by 131
- Filter.mem_mapproof · cited by 63
- Filter.mem_atTop_setsproof · cited by 21
- cauchySeq_iff_tendstoproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- UniformSpace.complete_of_cauchySeq_tendstoproof · cited by 2
- SequentiallyComplete.seq_is_cauchySeqproof · cited by 0