Theorems · Theorem · general topology
Filter.Tendsto.fst
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {f : Filter α} {g : Filter β} {h : Filter γ} {m : α → β × γ},
Filter.Tendsto m f (g ×ˢ h) → Filter.Tendsto (fun a => (m a).1) f gIf a function tends to a product g ×ˢ h of filters, then its first component tends to
g. See also Filter.Tendsto.fst_nhds for the special case of converging to a point in a
product of two topological spaces.
- Defined in
- Mathlib.Order.Filter.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- SProd.sprodstatement and proof · cited by 1,750
- Filter.Tendsto.compproof · cited by 560
- Filter.tendsto_fstproof · cited by 26
Cited by1
Results whose statement or proof uses this declaration.
- AffineSpace.asymptoticNhds_le_coboundedproof · cited by 2