Theorems · Definition · group theory
Function.Surjective.addCommMonoid
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Add M₂] →
[inst_1 : Zero M₂] →
[inst_2 : SMul ℕ M₂] →
[inst_3 : AddCommMonoid M₁] →
(f : M₁ → M₂) →
Function.Surjective f →
f 0 = 0 →
(∀ (x y : M₁), f (x + y) = f x + f y) → (∀ (x : M₁) (n : ℕ), f (n • x) = n • f x) → AddCommMonoid M₂A type endowed with 0 and + is an additive commutative monoid, if it
admits a surjective map that preserves 0 and + to an additive commutative monoid.
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext
- Assumes
- AddZeroSMulAddCommMonoid
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.
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidproof · cited by 2,864
- AddCommSemigroupproof · cited by 178
- Function.Surjective.addCommSemigroupproof · cited by 0
- AddCommSemigroup.add_commproof · cited by 0
- Function.Surjective.addMonoidproof · cited by 0
Cited by4
Results whose statement or proof uses this declaration.
- Function.Surjective.nonUnitalNonAssocSemiringproof · cited by 0
- Function.Surjective.addCommGroupproof · cited by 0
- Function.Surjective.addCommGroupWithOneproof · cited by 0
- Function.Surjective.addCommMonoidWithOneproof · cited by 0