Mathlib Map

Theorems · Definition · group theory

Function.Injective.distribMulAction

{M : Type u_1} →
  {A : Type u_7} →
    {B : Type u_9} →
      [inst : Monoid M] →
        [inst_1 : AddMonoid A] →
          [inst_2 : DistribMulAction M A] →
            [inst_3 : AddMonoid B] →
              [inst_4 : SMul M B] →
                (f : B →+ A) → Function.Injective ⇑f → (∀ (c : M) (x : B), f (c • x) = c • f x) → DistribMulAction M B

Pullback a distributive multiplicative action along an injective additive monoid homomorphism. See note [reducible non-instances].

Defined in
Mathlib.Algebra.GroupWithZero.Action.Defs
Cited by
0 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
MonoidAddMonoidDistribMulActionAddMonoidSMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.