Theorems · Definition · ring theory
List.dProd
{ι : Type u_1} →
{α : Type u_2} →
{A : ι → Type u_3} →
[inst : AddMonoid ι] →
[GradedMonoid.GMonoid A] → (l : List α) → (fι : α → ι) → ((a : α) → A (fι a)) → A (l.dProdIndex fι)A dependent product for graded monoids represented by the indexed family of types A i.
This is a dependent version of (l.map fA).prod.
For a list l : List α, this computes the product of fA a over a, where each fA is of type
A (fι a).
- Defined in
- Mathlib.Algebra.GradedMonoid
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidstatement and proof · cited by 2,864
- GradedMonoid.GMul.mulproof · cited by 45
- GradedMonoid.GOne.oneproof · cited by 32
- GradedMonoid.GMonoidstatement and proof · cited by 24
- List.dProdIndexstatement · cited by 12
Cited by10
Results whose statement or proof uses this declaration.
- GradedMonoid.mk_list_dProdstatement · cited by 2
- SetLike.coe_list_dProdstatement · cited by 1
- DirectSum.list_prod_ofFn_of_eq_dProdstatement and proof · cited by 1
- DirectSum.ofList_dProdstatement and proof · cited by 1
- GradedMonoid.list_prod_map_eq_dProdstatement · cited by 1
- SetLike.list_dProd_eqstatement · cited by 0
- List.dProd_consstatement · cited by 0
- GradedMonoid.list_prod_ofFn_eq_dProdstatement and proof · cited by 0
- List.dProd_monoidstatement · cited by 0
- List.dProd_nilstatement · cited by 0