Theorems · Definition · combinatorics
Finset.pi
{α : Type u_1} →
{β : α → Type u} → [DecidableEq α] → (s : Finset α) → ((a : α) → Finset (β a)) → Finset ((a : α) → a ∈ s → β a)Given a finset s of α and for all a : α a finset t a of β a, then one can define the
finset s.pi t of all functions defined on elements of s taking values in t a for a ∈ s.
Note that the elements of s.pi t are only partially defined, on s.
- Defined in
- Mathlib.Data.Finset.Pi
- Cited by
- 23 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
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.
- Finsetstatement and proof · cited by 13,712
- Finset.valproof · cited by 438
- Multiset.piproof · cited by 9
Cited by26
Results whose statement or proof uses this declaration.
- Fintype.piFinsetproof · cited by 86
- Finset.prod_addproof · cited by 7
- Finset.prod_univ_sumproof · cited by 6
- Finset.mem_pistatement · cited by 5
- Finset.dfinsuppproof · cited by 4
- Finset.finsuppproof · cited by 4
- Matrix.det_blockDiagonalproof · cited by 4
- Finset.card_pistatement · cited by 4
- Finset.prod_sumstatement and proof · cited by 3
- Finset.pi_nonemptystatement · cited by 2
- Finset.pi_insertstatement and proof · cited by 1
- Finset.pi_singletonsstatement · cited by 1