Theorems · Definition · group theory
Function.Injective.addMonoid
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Add M₁] →
[inst_1 : Zero M₁] →
[inst_2 : SMul ℕ M₁] →
[inst_3 : AddMonoid M₂] →
(f : M₁ → M₂) →
Function.Injective f →
f 0 = 0 →
(∀ (x y : M₁), f (x + y) = f x + f y) → (∀ (x : M₁) (n : ℕ), f (n • x) = n • f x) → AddMonoid M₁A type endowed with 0 and + is an additive monoid, if it admits an
injective map that preserves 0 and + to an additive monoid. See note
[reducible non-instances].
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidstatement and proof · cited by 2,864
- AddZeroClassproof · cited by 1,237
- AddSemigroupproof · cited by 136
- AddZeroClass.zero_addproof · cited by 2
- AddZeroClass.add_zeroproof · cited by 1
- Function.Injective.addSemigroupproof · cited by 0
- Function.Injective.addZeroClassproof · cited by 0
Cited by8
Results whose statement or proof uses this declaration.
- Finset.addMonoidproof · cited by 19
- FunLike.addMonoidproof · cited by 0
- Function.Injective.subNegMonoidproof · cited by 0
- Function.Injective.addCommMonoidproof · cited by 0
- Equiv.addMonoidproof · cited by 0
- Function.Injective.addLeftCancelMonoidproof · cited by 0
- Function.Injective.addMonoidWithOneproof · cited by 0
- Function.Injective.addRightCancelMonoidproof · cited by 0