Theorems · Definition · group theory
MulSemiringActionHom.mk.noConfusion
{M : Type u_1} →
{inst : Monoid M} →
{N : Type u_2} →
{inst_1 : Monoid N} →
{φ : M →* N} →
{R : Type u_10} →
{inst_2 : Semiring R} →
{inst_3 : MulSemiringAction M R} →
{S : Type u_12} →
{inst_4 : Semiring S} →
{inst_5 : MulSemiringAction N S} →
{P : Sort u} →
{toDistribMulActionHom : R →ₑ+[φ] S} →
{map_one' : toDistribMulActionHom.toFun 1 = 1} →
{map_mul' :
∀ (x y : R),
toDistribMulActionHom.toFun (x * y) =
toDistribMulActionHom.toFun x * toDistribMulActionHom.toFun y} →
{toDistribMulActionHom' : R →ₑ+[φ] S} →
{map_one'' : toDistribMulActionHom'.toFun 1 = 1} →
{map_mul'' :
∀ (x y : R),
toDistribMulActionHom'.toFun (x * y) =
toDistribMulActionHom'.toFun x * toDistribMulActionHom'.toFun y} →
{ toDistribMulActionHom := toDistribMulActionHom, map_one' := map_one',
map_mul' := map_mul' } =
{ toDistribMulActionHom := toDistribMulActionHom', map_one' := map_one'',
map_mul' := map_mul'' } →
(toDistribMulActionHom ≍ toDistribMulActionHom' → P) → P- Defined in
- Mathlib.GroupTheory.GroupAction.Hom
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement and proof · cited by 3,629
- MulSemiringActionstatement and proof · cited by 423
- DistribMulActionHomstatement and proof · cited by 63
- MulActionHom.toFunstatement and proof · cited by 46
- DistribMulActionHom.toMulActionHomstatement and proof · cited by 30
- MulSemiringActionHomstatement · cited by 26
- MulSemiringActionHom.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- MulSemiringActionHom.mk.injproof · cited by 1