Theorems · Theorem · general topology
cauchySeq_tendsto_of_isComplete
∀ {α : Type u} {β : Type v} [uniformSpace : UniformSpace α] [inst : Preorder β] {K : Set α},
IsComplete K → ∀ {u : β → α}, (∀ (n : β), u n ∈ K) → CauchySeq u → ∃ v ∈ K, Filter.Tendsto u Filter.atTop (nhds v)If K is a complete subset, then any Cauchy sequence in K converges to a point in K
- Defined in
- Mathlib.Topology.UniformSpace.Cauchy
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- UniformSpacePreorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Preorderstatement and proof · cited by 7,952
- nhdsstatement · cited by 5,554
- Set.univproof · cited by 3,945
- Filter.Tendstostatement · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- UniformSpacestatement and proof · cited by 2,040
- Filter.mapproof · cited by 819
- Set.image_univproof · cited by 322
- CauchySeqstatement and proof · cited by 131
- Set.range_subset_iffproof · cited by 99
- Filter.univ_memproof · cited by 96
Cited by5
Results whose statement or proof uses this declaration.
- exists_norm_eq_iInf_of_complete_convexproof · cited by 1
- RightDerivMeasurableAux.D_subset_differentiable_setproof · cited by 1
- IsComplete.nonempty_iInter_of_nonempty_biInterproof · cited by 1
- FDerivMeasurableAux.D_subset_differentiable_setproof · cited by 1
- NormedField.completeSpace_iff_isComplete_closedBallproof · cited by 0