Mathlib Map

Theorems · Definition · group theory

Function.Injective.distribSMul

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

Pullback a distributive scalar multiplication 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 15 from the axioms · uses propext
Assumes
AddZeroClassDistribSMulAddZeroClassSMul

Around this declaration

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

Cites7

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.