Theorems · Definition · group theory
Function.Injective.addCommSemigroup
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Add M₁] →
[inst_1 : AddCommSemigroup M₂] →
(f : M₁ → M₂) → Function.Injective f → (∀ (x y : M₁), f (x + y) = f x + f y) → AddCommSemigroup M₁A type endowed with + is an additive commutative semigroup,if it admits
an injective map that preserves + to an additive commutative semigroup.
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
- Assumes
- AddAddCommSemigroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommSemigroupstatement and proof · cited by 178
- AddSemigroupproof · cited by 136
- AddCommMagmaproof · cited by 32
- AddCommMagma.add_commproof · cited by 1
- Function.Injective.addSemigroupproof · cited by 0
- Function.Injective.addCommMagmaproof · cited by 0
Cited by5
Results whose statement or proof uses this declaration.
- Function.Injective.addCommMonoidproof · cited by 0
- Equiv.addCommSemigroupproof · cited by 0
- Finset.addCommSemigroupproof · cited by 0
- Function.Injective.subtractionCommMonoidproof · cited by 0
- FunLike.addCommSemigroupproof · cited by 0