Theorems · Theorem · general topology
tendsto_subseq_of_bounded
- 1000+ list: Bolzano–Weierstrass theorem
∀ {X : Type u_1} [inst : PseudoMetricSpace X] [ProperSpace X] {s : Set X},
Bornology.IsBounded s →
∀ {x : ℕ → X},
(∀ (n : ℕ), x n ∈ s) → ∃ a ∈ closure s, ∃ φ, StrictMono φ ∧ Filter.Tendsto (x ∘ φ) Filter.atTop (nhds a)A version of Bolzano-Weierstrass: in a proper metric space (e.g. $ℝ^n$), every bounded sequence has a converging subsequence.
- Defined in
- Mathlib.Topology.MetricSpace.Sequences
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpaceProperSpace
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
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- Filter.atTopstatement · cited by 2,405
- PseudoMetricSpacestatement and proof · cited by 1,550
- closurestatement · cited by 1,254
- StrictMonostatement · cited by 706
- Bornology.IsBoundedstatement and proof · cited by 293
- ProperSpacestatement and proof · cited by 190
- Filter.Frequently.of_forallproof · cited by 25
- tendsto_subseq_of_frequently_boundedproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- IsClosed.upperClosure_piproof · cited by 2
- IsClosed.lowerClosure_piproof · cited by 2
- isNonarchimedean_smoothingFunproof · cited by 1