Mathlib Map

Theorems · Definition · group theory

Function.Injective.addAction

{M : Type u_1} →
  {α : Type u_5} →
    {β : Type u_6} →
      [inst : AddMonoid M] →
        [inst_1 : AddAction M α] →
          [inst_2 : VAdd M β] →
            (f : β → α) → Function.Injective f → (∀ (c : M) (x : β), f (c +ᵥ x) = c +ᵥ f x) → AddAction M β

Pullback an additive action along an injective map respecting +ᵥ.

Defined in
Mathlib.Algebra.Group.Action.Defs
Cited by
0 results in Mathlib
Foundations
Depth 9 from the axioms · uses propext
Assumes
AddMonoidAddActionVAdd

Around this declaration

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

Cites4

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

  • AddMonoidstatement and proof · cited by 2,864
  • HVAdd.hVAddstatement and proof · cited by 1,820
  • AddActionstatement and proof · cited by 820
  • VAddstatement and proof · cited by 616

Cited by4

Results whose statement or proof uses this declaration.