Theorems · Theorem · general topology
Filter.tendsto_pi
∀ {ι : Type u_1} {α : ι → Type u_2} {f : (i : ι) → Filter (α i)} {β : Type u_3} {m : β → (i : ι) → α i} {l : Filter β},
Filter.Tendsto m l (Filter.pi f) ↔ ∀ (i : ι), Filter.Tendsto (fun x => m x i) l (f i)- Defined in
- Mathlib.Order.Filter.Pi
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Filterstatement and proof · cited by 8,121
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.pistatement · cited by 48
Cited by7
Results whose statement or proof uses this declaration.
- tendsto_pi_nhdsproof · cited by 58
- MvPowerSeries.WithPiTopology.tendsto_iff_coeff_tendstoproof · cited by 5
- Filter.le_piproof · cited by 2
- Filter.tendsto_piMap_piproof · cited by 1
- tendsto_indicator_const_iff_tendsto_pi_pureproof · cited by 0
- tendsto_indicator_const_iff_tendsto_pi_pure'proof · cited by 0
- Filter.Tendsto.applyproof · cited by 0