Theorems · Definition · order theory
DFinsupp.pi
{ι : Type u_1} →
{α : ι → Type u_2} →
[inst : (i : ι) → Zero (α i)] →
[DecidableEq ι] → [(i : ι) → DecidableEq (α i)] → (Π₀ (i : ι), Finset (α i)) → Finset (Π₀ (i : ι), α i)Given a finitely supported function f : Π₀ i, Finset (α i), one can define the finset
f.pi of all finitely supported functions whose value at i is in f i for all i.
- Defined in
- Mathlib.Data.DFinsupp.Interval
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ZeroDecidableEqDecidableEq
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.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- DFinsuppstatement and proof · cited by 694
- DFinsupp.supportproof · cited by 158
- Finset.zerostatement · cited by 74
- Finset.dfinsuppproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- DFinsupp.mem_pistatement · cited by 0
- DFinsupp.card_pistatement · cited by 0