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.
- AddSemigroupstatement and proof · cited by 136
Cited by7
Results whose statement or proof uses this declaration.
- Finset.addSemigroupproof · cited by 0
- Function.Injective.addCommSemigroupproof · cited by 0
- Equiv.addSemigroupproof · cited by 0
- FunLike.addSemigroupproof · cited by 0
- Function.Injective.addLeftCancelSemigroupproof · cited by 0
- Function.Injective.addMonoidproof · cited by 0
- Function.Injective.addRightCancelSemigroupproof · cited by 0