Theorems · Theorem · general topology
Filter.map_piMap_pi
∀ {ι : Type u_1} {α : ι → Type u_4} {β : ι → Type u_5} {f : (i : ι) → α i → β i},
(∀ᶠ (i : ι) in Filter.cofinite, Function.Surjective (f i)) →
∀ (l : (i : ι) → Filter (α i)), Filter.map (Pi.map f) (Filter.pi l) = Filter.pi fun i => Filter.map (f i) (l i)Given a family of maps f i : α i → β i and a family of filters l i : Filter (α i),
if all but finitely many of f i are surjective,
then the indexed product of f is maps the indexed product of the filters l i
to the indexed products of their pushforwards under individual f is.
See also map_piMap_pi_finite for the case of a finite index type.
- Defined in
- Mathlib.Order.Filter.Cofinite
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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.imageproof · cited by 5,609
- Set.univproof · cited by 3,945
- Filter.Eventuallystatement and proof · cited by 3,134
- Compl.complproof · cited by 2,925
- le_antisymmproof · cited by 2,068
- Set.Finiteproof · cited by 1,814
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Filter.mapstatement and proof · cited by 819
- Set.image_univproof · cited by 322
Cited by2
Results whose statement or proof uses this declaration.
- IsOpenMap.piMapproof · cited by 1
- Filter.map_piMap_pi_finiteproof · cited by 0