Pointwise monoid structures on SubMulAction #
This file provides SubMulAction.Monoid
and weaker typeclasses, which show that SubMulAction
s
inherit the same pointwise multiplications as sets.
To match Submodule.idemSemiring
, we do not put these in the Pointwise
locale.
instance
SubMulAction.instOneSubMulActionToSMul
{R : Type u_1}
{M : Type u_2}
[Monoid R]
[MulAction R M]
[One M]
:
One (SubMulAction R M)
Equations
- One or more equations did not get rendered due to their size.
instance
SubMulAction.instMulSubMulActionToSMul
{R : Type u_1}
{M : Type u_2}
[Monoid R]
[MulAction R M]
[Mul M]
[IsScalarTower R M M]
:
Mul (SubMulAction R M)
Equations
- One or more equations did not get rendered due to their size.
theorem
SubMulAction.coe_mul
{R : Type u_1}
{M : Type u_2}
[Monoid R]
[MulAction R M]
[Mul M]
[IsScalarTower R M M]
(p : SubMulAction R M)
(q : SubMulAction R M)
:
theorem
SubMulAction.mem_mul
{R : Type u_1}
{M : Type u_2}
[Monoid R]
[MulAction R M]
[Mul M]
[IsScalarTower R M M]
{p : SubMulAction R M}
{q : SubMulAction R M}
{x : M}
:
instance
SubMulAction.mulOneClass
{R : Type u_1}
{M : Type u_2}
[Monoid R]
[MulAction R M]
[MulOneClass M]
[IsScalarTower R M M]
[SMulCommClass R M M]
:
MulOneClass (SubMulAction R M)
Equations
- SubMulAction.mulOneClass = MulOneClass.mk (_ : ∀ (a : SubMulAction R M), 1 * a = a) (_ : ∀ (a : SubMulAction R M), a * 1 = a)
instance
SubMulAction.semiGroup
{R : Type u_1}
{M : Type u_2}
[Monoid R]
[MulAction R M]
[Semigroup M]
[IsScalarTower R M M]
:
Semigroup (SubMulAction R M)
Equations
- SubMulAction.semiGroup = Semigroup.mk (_ : ∀ (x x_1 x_2 : SubMulAction R M), x * x_1 * x_2 = x * (x_1 * x_2))
instance
SubMulAction.instMonoidSubMulActionToSMul
{R : Type u_1}
{M : Type u_2}
[Monoid R]
[MulAction R M]
[Monoid M]
[IsScalarTower R M M]
[SMulCommClass R M M]
:
Monoid (SubMulAction R M)
Equations
- One or more equations did not get rendered due to their size.
theorem
SubMulAction.coe_pow
{R : Type u_1}
{M : Type u_2}
[Monoid R]
[MulAction R M]
[Monoid M]
[IsScalarTower R M M]
[SMulCommClass R M M]
(p : SubMulAction R M)
{n : ℕ}
:
theorem
SubMulAction.subset_coe_pow
{R : Type u_1}
{M : Type u_2}
[Monoid R]
[MulAction R M]
[Monoid M]
[IsScalarTower R M M]
[SMulCommClass R M M]
(p : SubMulAction R M)
{n : ℕ}
: