Theorems · Definition · group theory
Function.Injective.addRightCancelSemigroup
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Add M₁] →
[inst_1 : AddRightCancelSemigroup M₂] →
(f : M₁ → M₂) → Function.Injective f → (∀ (x y : M₁), f (x + y) = f x + f y) → AddRightCancelSemigroup M₁A type endowed with + is an additive right
cancel semigroup, if it admits an injective map that preserves + to an additive right cancel
semigroup.
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
- Assumes
- AddAddRightCancelSemigroup
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.
- AddSemigroupproof · cited by 136
- IsRightCancelAddproof · cited by 69
- AddRightCancelSemigroupstatement and proof · cited by 41
- Function.Injective.addSemigroupproof · cited by 0
Cited by2
Results whose statement or proof uses this declaration.
- Function.Injective.addRightCancelMonoidproof · cited by 0
- FunLike.addRightCancelSemigroupproof · cited by 0