Theorems · Theorem · general topology
Filter.tendsto_of_subseq_tendsto
∀ {α : Type u_1} {ι : Type u_3} {x : ι → α} {f : Filter α} {l : Filter ι} [l.IsCountablyGenerated],
(∀ (ns : ℕ → ι), Filter.Tendsto ns Filter.atTop l → ∃ ms, Filter.Tendsto (fun n => x (ns (ms n))) Filter.atTop f) →
Filter.Tendsto x l fA sequence converges if every subsequence has a convergent subsequence.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Filter.IsCountablyGenerated
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.
- Setproof · cited by 53,352
- Filterstatement and proof · cited by 8,121
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- Filter.Frequentlyproof · cited by 414
- Filter.IsCountablyGeneratedstatement and proof · cited by 220
- Filter.Eventually.existsproof · cited by 168
- Filter.Tendsto.eventually_memproof · cited by 20
- Filter.exists_seq_forall_of_frequentlyproof · cited by 7
- Filter.not_tendsto_iff_exists_frequently_notMemproof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_Lp_finite_of_tendstoInMeasureproof · cited by 4
- MeasureTheory.tendsto_Lp_of_tendstoInMeasureproof · cited by 1
- MeasureTheory.TendstoInMeasure.tendstoInDistributionproof · cited by 0