Theorems · Definition · ring theory
DirectSum.Gmodule.smulAddMonoidHom
{ιA : Type u_1} →
{ιB : Type u_2} →
(A : ιA → Type u_3) →
(M : ιB → Type u_4) →
[inst : AddMonoid ιA] →
[inst_1 : VAdd ιA ιB] →
[inst_2 : (i : ιA) → AddCommMonoid (A i)] →
[inst_3 : (i : ιB) → AddCommMonoid (M i)] →
[DecidableEq ιA] →
[DecidableEq ιB] →
[inst_6 : GradedMonoid.GMonoid A] →
[DirectSum.Gmodule A M] →
(DirectSum ιA fun i => A i) →+ (DirectSum ιB fun i => M i) →+ DirectSum ιB fun i => M iFor graded monoid A and a graded module M over A. Gmodule.smulAddMonoidHom is the
⨁ᵢ Aᵢ-scalar multiplication on ⨁ᵢ Mᵢ induced by gsmul_hom.
- Defined in
- Mathlib.Algebra.Module.GradedModule
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- HVAdd.hVAddproof · cited by 1,820
- VAddstatement and proof · cited by 616
- DirectSumstatement · cited by 446
- AddMonoidHom.compproof · cited by 339
- DirectSum.ofproof · cited by 122
- AddMonoidHom.flipproof · cited by 25
- GradedMonoid.GMonoidstatement and proof · cited by 24
- DirectSum.toAddMonoidproof · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- DirectSum.Gmodule.smulAddMonoidHom_apply_of_ofstatement · cited by 1
- DirectSum.Gmodule.smul_defstatement · cited by 0