Mathlib Map

Theorems · Definition · group theory

Function.Injective.addSemigroup

{M₁ : Type u_1} →
  {M₂ : Type u_2} →
    [inst : Add M₁] →
      [inst_1 : AddSemigroup M₂] →
        (f : M₁ → M₂) → Function.Injective f → (∀ (x y : M₁), f (x + y) = f x + f y) → AddSemigroup M₁

A type endowed with + is an additive semigroup, if it admits an injective map that preserves + to an additive semigroup.

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

Around this declaration

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

Cites1

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

Cited by7

Results whose statement or proof uses this declaration.