Module structure on monoid algebras #
Main results #
MonoidAlgebra.module,AddMonoidAlgebra.module: lift a module structure to monoid algebras
Implementation notes #
We do not state the equivalent of DistribMulAction M (MonoidAlgebra S M) for AddMonoidAlgebra
because mathlib does not have the notion of distributive actions of additive groups.
Multiplicative monoids #
MonoidAlgebra.coeff as a linear equiv.
Instances For
MonoidAlgebra.coeff as a linear equiv.
Instances For
MonoidAlgebra.mapDomain as a linear map.
Instances For
AddMonoidAlgebra.mapDomain as a linear map.
Instances For
MonoidAlgebra.mapDomain as a linear equiv.
Instances For
AddMonoidAlgebra.mapDomain as a linear equiv.
Instances For
The trivial monoid algebra is the base ring.
Instances For
The trivial monoid algebra is the base ring.
Instances For
Interpret Finsupp.restrictSupportEquiv as a linear equivalence between
supported M R s and s →₀ M.
Instances For
Interpret Finsupp.restrictSupportEquiv as a linear equivalence between
supported M R s and s →₀ M.
Instances For
The standard basis for a monoid algebra.
Instances For
The standard basis for an additive monoid algebra.
Instances For
This is not an instance as it conflicts with MonoidAlgebra.distribMulAction when M = kˣ.
TODO: Change the type to DistribMulAction Gᵈᵐᵃ S[M] and then it can be an instance.
TODO: Generalise to a group acting on another, instead of just the left multiplication action.
Instances For
MonoidAlgebra.single as a DistribMulActionHom.
Instances For
AddMonoidAlgebra.single as a DistribMulActionHom.
Instances For
A copy of Finsupp.distribMulActionHom_ext' for MonoidAlgebra.
A copy of Finsupp.distribMulActionHom_ext' for AddMonoidAlgebra.
A copy of Finsupp.lsingle for MonoidAlgebra.
Instances For
A copy of Finsupp.lsingle for AddMonoidAlgebra.
Instances For
A copy of Finsupp.lhom_ext' for MonoidAlgebra.
The image of an element m : M in R[M] belongs to the submodule generated by
s : Set M if and only if m ∈ s.
If the image of an element m : M in R[M] belongs to the submodule generated by the
closure of some s : Set M then m ∈ closure s.
Non-unital, non-associative algebra structure #
Note that if S is a CommSemiring then we have SMulCommClass S S S and so we can take
R = S in the below. In other words, if the coefficients are commutative amongst themselves, they
also commute with the algebra multiplication.
A submodule over S which is stable under scalar multiplication by elements of M is a
submodule over S[M]
Instances For
Additive monoids #
The image of an element m : M in R[M] belongs the submodule generated by
s : Set M if and only if m ∈ s.
If the image of an element m : M in R[M] belongs the submodule generated by
the closure of some s : Set M then m ∈ closure s.