Theorems · Theorem · general topology
Filter.tendsto_iff_seq_tendsto
∀ {α : Type u_1} {β : Type u_2} {f : α → β} {k : Filter α} {l : Filter β} [k.IsCountablyGenerated],
Filter.Tendsto f k l ↔ ∀ (x : ℕ → α), Filter.Tendsto x Filter.atTop k → Filter.Tendsto (f ∘ x) Filter.atTop lAn abstract version of continuity of sequentially continuous functions on metric spaces:
if a filter k is countably generated then Tendsto f k l iff for every sequence u
converging to k, f ∘ u tends to l.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 72 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.
Cites17
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
- Set.preimageproof · cited by 4,946
- Filter.Tendstostatement and proof · cited by 3,814
- Compl.complproof · cited by 2,925
- Filter.atTopstatement and proof · cited by 2,405
- Filter.NeBotproof · cited by 853
- Filter.mapproof · cited by 819
- Filter.principalproof · cited by 740
- Filter.Tendsto.compproof · cited by 560
- compl_complproof · cited by 229
- Filter.IsCountablyGeneratedstatement and proof · cited by 220
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_setToFun_filter_of_dominated_convergenceproof · cited by 6
- Filter.tendsto_of_seq_tendstoproof · cited by 5
- MeasureTheory.tendsto_lintegral_filter_of_dominated_convergence'proof · cited by 2
- tendstoUniformlyOn_of_seq_tendstoUniformlyOnproof · cited by 1
- Filter.eventually_iff_seq_eventuallyproof · cited by 1