Theorems · Theorem · general topology
Metric.complete_of_convergent_controlled_sequences
∀ {α : Type u} [inst : PseudoMetricSpace α] (B : ℕ → ℝ),
(∀ (n : ℕ), 0 < B n) →
(∀ (u : ℕ → α),
(∀ (N n m : ℕ), N ≤ n → N ≤ m → dist (u n) (u m) < B N) → ∃ x, Filter.Tendsto u Filter.atTop (nhds x)) →
CompleteSpace αA very useful criterion to show that a space is complete is to show that all sequences
which satisfy a bound of the form dist (u n) (u m) < B N for all n m ≥ N are
converging. This is often applied for B N = 2^{-N}, i.e., with a very fast convergence to
0, which makes it possible to use arguments of converging series, while this is impossible
to do in general for arbitrary Cauchy sequences.
- Defined in
- Mathlib.Topology.MetricSpace.Cauchy
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 143 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpace
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.
- Realstatement and proof · cited by 25,697
- Set.ofPredproof · cited by 6,101
- 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
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement and proof · cited by 1,539
- Metric.dist_mem_uniformityproof · cited by 23
- UniformSpace.complete_of_convergent_controlled_sequencesproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- PiNat.completeSpaceproof · cited by 0
- MeasureTheory.Lp.completeSpace_lp_of_cauchy_complete_eLpNormproof · cited by 0