Mathlib Map

Theorems · Definition · group theory

Function.Injective.addRightCancelMonoid

{M₁ : Type u_1} →
  {M₂ : Type u_2} →
    [inst : Add M₁] →
      [inst_1 : Zero M₁] →
        [inst_2 : SMul ℕ M₁] →
          [inst_3 : AddRightCancelMonoid M₂] →
            (f : M₁ → M₂) →
              Function.Injective f →
                f 0 = 0 →
                  (∀ (x y : M₁), f (x + y) = f x + f y) →
                    (∀ (x : M₁) (n : ℕ), f (n • x) = n • f x) → AddRightCancelMonoid M₁

A type endowed with 0 and + is an additive left cancel monoid,if it admits an injective map that preserves 0 and + to an additive left cancel monoid.

Defined in
Mathlib.Algebra.Group.InjSurj
Cited by
0 results in Mathlib
Foundations
Depth 13 from the axioms · uses no axioms
Assumes
AddZeroSMulAddRightCancelMonoid

Around this declaration

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

Cites5

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

Cited by2

Results whose statement or proof uses this declaration.