Pointwise instances on Subring
s #
This file provides the action Subring.pointwiseMulAction
which matches the action of
mulActionSet
.
This actions is available in the Pointwise
locale.
Implementation notes #
This file is almost identical to the file Mathlib.Algebra.Ring.Subsemiring.Pointwise
. Where
possible, try to keep them in sync.
def
Subring.pointwiseMulAction
{M : Type u_1}
{R : Type u_2}
[Monoid M]
[Ring R]
[MulSemiringAction M R]
:
The action on a subring corresponding to applying the action to every element.
This is available as an instance in the Pointwise
locale.
Equations
Instances For
theorem
Subring.pointwise_smul_def
{M : Type u_1}
{R : Type u_2}
[Monoid M]
[Ring R]
[MulSemiringAction M R]
{a : M}
(S : Subring R)
:
@[simp]
theorem
Subring.pointwise_smul_toAddSubgroup
{M : Type u_1}
{R : Type u_2}
[Monoid M]
[Ring R]
[MulSemiringAction M R]
(m : M)
(S : Subring R)
:
@[simp]
theorem
Subring.pointwise_smul_toSubsemiring
{M : Type u_1}
{R : Type u_2}
[Monoid M]
[Ring R]
[MulSemiringAction M R]
(m : M)
(S : Subring R)
:
instance
Subring.instCovariantClassHSMulLe
{M : Type u_1}
{R : Type u_2}
[Monoid M]
[Ring R]
[MulSemiringAction M R]
:
instance
Subring.pointwise_central_scalar
{M : Type u_1}
{R : Type u_2}
[Monoid M]
[Ring R]
[MulSemiringAction M R]
[MulSemiringAction Mᵐᵒᵖ R]
[IsCentralScalar M R]
:
IsCentralScalar M (Subring R)
TODO: add equivSMul
like we have for subgroup.