Group action on rings #
This file defines the typeclass of monoid acting on semirings MulSemiringAction M R
,
and the corresponding typeclass of invariant subrings.
Note that Algebra
does not satisfy the axioms of MulSemiringAction
.
Implementation notes #
There is no separate typeclass for group acting on rings, group acting on fields, etc.
They are all grouped under MulSemiringAction
.
Tags #
group action, invariant subring
- smul : M → R → R
Multipliying
1
by a scalar gives1
Scalar multiplication distributes across multiplication
Typeclass for multiplicative actions by monoids on semirings.
This combines DistribMulAction
with MulDistribMulAction
.
Instances
Each element of the monoid defines a semiring homomorphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Each element of the group defines a semiring isomorphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Compose a MulSemiringAction
with a MonoidHom
, with action f r' • m
.
See note [reducible non-instances].
Equations
- One or more equations did not get rendered due to their size.
Instances For
Note that smul_inv'
refers to the group case, and smul_inv
has an additional inverse
on x
.