Theorems · Theorem · general topology
UniformSpace.complete_of_convergent_controlled_sequences
∀ {α : Type u} [uniformSpace : UniformSpace α] [(uniformity α).IsCountablyGenerated] (U : ℕ → SetRel α α),
(∀ (n : ℕ), U n ∈ uniformity α) →
(∀ (u : ℕ → α), (∀ (N m n : ℕ), N ≤ m → N ≤ n → (u m, u n) ∈ U N) → ∃ a, Filter.Tendsto u Filter.atTop (nhds a)) →
CompleteSpace αA uniform space is complete provided that (a) its uniformity filter has a countable basis; (b) any sequence satisfying a "controlled" version of the Cauchy condition converges.
- Defined in
- Mathlib.Topology.UniformSpace.Cauchy
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- CompleteSpacestatement · cited by 2,532
- Filter.atTopstatement and proof · cited by 2,405
- UniformSpacestatement and proof · cited by 2,040
- uniformitystatement and proof · cited by 765
- SetRelstatement and proof · cited by 581
- Antitoneproof · cited by 563
- Set.inter_subset_leftproof · cited by 360
- Set.inter_subset_rightproof · cited by 329
Cited by3
Results whose statement or proof uses this declaration.
- UniformSpace.complete_of_cauchySeq_tendstoproof · cited by 2
- Metric.complete_of_convergent_controlled_sequencesproof · cited by 2
- EMetric.complete_of_convergent_controlled_sequencesproof · cited by 0