Theorems · Theorem · ring theory
DirectSum.Gmodule.smulAddMonoidHom_apply_of_of
∀ {ι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)] [inst_4 : DecidableEq ιA]
[inst_5 : DecidableEq ιB] [inst_6 : GradedMonoid.GMonoid A] [inst_7 : DirectSum.Gmodule A M] {i : ιA} {j : ιB}
(x : A i) (y : M j),
((DirectSum.Gmodule.smulAddMonoidHom A M) ((DirectSum.of A i) x)) ((DirectSum.of M j) y) =
(DirectSum.of M (i +ᵥ j)) (GradedMonoid.GSMul.smul x y)- Defined in
- Mathlib.Algebra.Module.GradedModule
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement · cited by 3,230
- AddMonoidstatement and proof · cited by 2,864
- HVAdd.hVAddstatement and proof · cited by 1,820
- VAddstatement and proof · cited by 616
- DirectSumstatement · cited by 446
- AddMonoidHom.compproof · cited by 339
- DirectSum.ofstatement and proof · cited by 122
- AddMonoidHom.flipproof · cited by 25
- GradedMonoid.GMonoidstatement and proof · cited by 24
- DirectSum.toAddMonoidproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- DirectSum.Gmodule.of_smul_ofproof · cited by 0