Theorems · Definition · nonassociative algebras
NonUnitalAlgHom.mk.noConfusion
{R : Type u} →
{S : Type u₁} →
{inst : Monoid R} →
{inst_1 : Monoid S} →
{φ : R →* S} →
{A : Type v} →
{B : Type w} →
{inst_2 : NonUnitalNonAssocSemiring A} →
{inst_3 : DistribMulAction R A} →
{inst_4 : NonUnitalNonAssocSemiring B} →
{inst_5 : DistribMulAction S B} →
{P : Sort u_1} →
{toDistribMulActionHom : A →ₑ+[φ] B} →
{map_mul' :
∀ (x y : A),
toDistribMulActionHom.toFun (x * y) =
toDistribMulActionHom.toFun x * toDistribMulActionHom.toFun y} →
{toDistribMulActionHom' : A →ₑ+[φ] B} →
{map_mul'' :
∀ (x y : A),
toDistribMulActionHom'.toFun (x * y) =
toDistribMulActionHom'.toFun x * toDistribMulActionHom'.toFun y} →
{ toDistribMulActionHom := toDistribMulActionHom, map_mul' := map_mul' } =
{ toDistribMulActionHom := toDistribMulActionHom', map_mul' := map_mul'' } →
(toDistribMulActionHom ≍ toDistribMulActionHom' → P) → P- Defined in
- Mathlib.Algebra.Algebra.NonUnitalHom
- 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
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement and proof · cited by 3,629
- NonUnitalNonAssocSemiringstatement and proof · cited by 1,081
- DistribMulActionstatement and proof · cited by 584
- NonUnitalAlgHomstatement · cited by 148
- DistribMulActionHomstatement and proof · cited by 63
- MulActionHom.toFunstatement and proof · cited by 46
- DistribMulActionHom.toMulActionHomstatement and proof · cited by 30
- NonUnitalAlgHom.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- NonUnitalAlgHom.mk.injproof · cited by 1