Theorems · Definition · group theory
Function.Surjective.addCommMagma
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Add M₂] →
[inst_1 : AddCommMagma M₁] →
(f : M₁ → M₂) → Function.Surjective f → (∀ (x y : M₁), f (x + y) = f x + f y) → AddCommMagma M₂A type endowed with + is an additive commutative semigroup, if it admits
a surjective map that preserves + from an additive commutative semigroup.
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- AddAddCommMagma
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.
- AddCommMagmastatement and proof · cited by 32
Cited by1
Results whose statement or proof uses this declaration.
- Function.Surjective.addCommSemigroupproof · cited by 0