Theorems · Theorem · general topology
Filter.map_prod
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} (m : α × β → γ) (f : Filter α) (g : Filter β),
Filter.map m (f ×ˢ g) = (Filter.map (fun a b => m (a, b)) f).seq g- Defined in
- Mathlib.Order.Filter.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- SProd.sprodstatement and proof · cited by 1,750
- Filter.mapstatement · cited by 819
- Filter.seqstatement · cited by 15
Cited by2
Results whose statement or proof uses this declaration.
- Filter.prod_eqproof · cited by 3
- List.tendsto_consproof · cited by 1