Graded Module #
Given an R
-algebra A
graded by 𝓐
, a graded A
-module M
is expressed as
DirectSum.Decomposition 𝓜
and SetLike.GradedSMul 𝓐 𝓜
.
Then ⨁ i, 𝓜 i
is an A
-module and is isomorphic to M
.
Tags #
graded module
A graded version of DistribMulAction
.
- smul_add {i : ιA} {j : ιB} (a : A i) (b c : M j) : GradedMonoid.GSMul.smul a (b + c) = GradedMonoid.GSMul.smul a b + GradedMonoid.GSMul.smul a c
Instances
A graded version of Module
.
- smul_add {i : ιA} {j : ιB} (a : A i) (b c : M j) : GradedMonoid.GSMul.smul a (b + c) = GradedMonoid.GSMul.smul a b + GradedMonoid.GSMul.smul a c
- add_smul {i : ιA} {j : ιB} (a a' : A i) (b : M j) : GradedMonoid.GSMul.smul (a + a') b = GradedMonoid.GSMul.smul a b + GradedMonoid.GSMul.smul a' b
Instances
A graded version of Semiring.toModule
.
Equations
The piecewise multiplication from the Mul
instance, as a bundled homomorphism.
Equations
Instances For
For graded monoid A
and a graded module M
over A
. Gmodule.smulAddMonoidHom
is the
⨁ᵢ Aᵢ
-scalar multiplication on ⨁ᵢ Mᵢ
induced by gsmul_hom
.
Equations
Instances For
Equations
The Module
derived from gmodule A M
.
Equations
Equations
Equations
[SetLike.GradedMonoid 𝓐] [SetLike.GradedSMul 𝓐 𝓜]
is the internal version of graded
module, the internal version can be translated into the external version gmodule
.
Equations
The smul multiplication of A
on ⨁ i, 𝓜 i
from (⨁ i, 𝓐 i) →+ (⨁ i, 𝓜 i) →+ ⨁ i, 𝓜 i
turns ⨁ i, 𝓜 i
into an A
-module
Equations
Instances For
⨁ i, 𝓜 i
and M
are isomorphic as A
-modules.
"The internal version" and "the external version" are isomorphism as A
-modules.