Theorems · Definition · group theory
DistribMulActionHom.casesOn
{M : Type u_1} →
[inst : Monoid M] →
{N : Type u_2} →
[inst_1 : Monoid N] →
{φ : M →* N} →
{A : Type u_10} →
[inst_2 : AddMonoid A] →
[inst_3 : DistribMulAction M A] →
{B : Type u_11} →
[inst_4 : AddMonoid B] →
[inst_5 : DistribMulAction N B] →
{motive : (A →ₑ+[φ] B) → Sort u} →
(t : A →ₑ+[φ] B) →
((toMulActionHom : A →ₑ[⇑φ] B) →
(map_zero' : toMulActionHom.toFun 0 = 0) →
(map_add' :
∀ (x y : A),
toMulActionHom.toFun (x + y) = toMulActionHom.toFun x + toMulActionHom.toFun y) →
motive
{ toMulActionHom := toMulActionHom, map_zero' := map_zero',
map_add' := map_add' }) →
motive t- Defined in
- Mathlib.GroupTheory.GroupAction.Hom
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Monoidstatement and proof · cited by 3,887
- MonoidHomstatement and proof · cited by 3,629
- AddMonoidstatement and proof · cited by 2,864
- DistribMulActionstatement and proof · cited by 584
- MulActionHomstatement and proof · cited by 124
- DistribMulActionHomstatement and proof · cited by 63
- MulActionHom.toFunstatement and proof · cited by 46
Cited by3
Results whose statement or proof uses this declaration.
- NonUnitalAlgHom.coe_injectiveproof · cited by 2
- DistribMulActionHom.noConfusionproof · cited by 0
- DistribMulActionHom.noConfusionTypeproof · cited by 0