Theorems · Theorem · general topology
Filter.pi_principal
∀ {ι : Type u_1} {α : ι → Type u_2} [Finite ι] (s : (i : ι) → Set (α i)),
(Filter.pi fun i => Filter.principal (s i)) = Filter.principal (Set.univ.pi s)The indexed product of finitely many principal filters
is the principal filter corresponding to the cylinder Set.univ.pi s.
If the index type is infinite, then mem_pi_principal and hasBasis_pi_principal may be useful.
- Defined in
- Mathlib.Order.Filter.Pi
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Finite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Filterstatement · cited by 8,121
- Set.preimageproof · cited by 4,946
- Set.univstatement and proof · cited by 3,945
- Finitestatement and proof · cited by 3,029
- iInfproof · cited by 1,690
- Set.iInterproof · cited by 1,084
- Filter.principalstatement and proof · cited by 740
- Set.pistatement · cited by 405
- Set.iInter_congr_Propproof · cited by 170
- Function.evalproof · cited by 140
- Filter.pistatement · cited by 48
Cited by1
Results whose statement or proof uses this declaration.
- Filter.pi_pureproof · cited by 0