Theorems · Theorem · ring theory
SetLike.list_dProd_eq
∀ {ι : 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, ⋯⟩A version of List.coe_dProd_set_like with Subtype.mk.
- Defined in
- Mathlib.Algebra.GradedMonoid
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Subtype.propstatement · cited by 505
- SetLike.GradedMonoidstatement and proof · cited by 48
- List.dProdIndexstatement · cited by 12
- List.dProdstatement · cited by 10
- SetLike.list_prod_map_mem_gradedstatement · cited by 2
- SetLike.coe_list_dProdproof · cited by 1
- List.dProdIndex_eq_map_sumstatement · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.