Theorems · Theorem · ring theory
SetLike.coe_list_dProd
∀ {ι : Type u_1} {R : Type u_2} {α : Type u_3} {S : Type u_4} [inst : SetLike S R] [inst_1 : Monoid R]
[inst_2 : AddMonoid ι] (A : ι → S) [inst_3 : SetLike.GradedMonoid A] (fι : α → ι) (fA : (a : α) → ↥(A (fι a)))
(l : List α), ↑(l.dProd fι fA) = (List.map (fun a => ↑(fA a)) l).prod- Defined in
- Mathlib.Algebra.GradedMonoid
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext
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.
- Monoidstatement and proof · cited by 3,887
- AddMonoidstatement and proof · cited by 2,864
- SetLikestatement and proof · cited by 1,084
- SetLike.GradedMonoidstatement and proof · cited by 48
- List.dProdIndexstatement · cited by 12
- List.dProdstatement · cited by 10
Cited by1
Results whose statement or proof uses this declaration.
- SetLike.list_dProd_eqproof · cited by 0