Theorems · Definition · group theory
Function.Injective.commMonoid
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Mul M₁] →
[inst_1 : One M₁] →
[inst_2 : Pow M₁ ℕ] →
[inst_3 : CommMonoid M₂] →
(f : M₁ → M₂) →
Function.Injective f →
f 1 = 1 →
(∀ (x y : M₁), f (x * y) = f x * f y) → (∀ (x : M₁) (n : ℕ), f (x ^ n) = f x ^ n) → CommMonoid M₁A type endowed with 1 and * is a commutative monoid, if it admits an injective map that
preserves 1 and * to a commutative monoid. See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
- Assumes
- MulOnePowCommMonoid
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.
- Monoidproof · cited by 3,887
- CommMonoidstatement and proof · cited by 2,264
- CommSemigroupproof · cited by 62
- Function.Injective.commSemigroupproof · cited by 0
- Function.Injective.monoidproof · cited by 0
- CommSemigroup.mul_commproof · cited by 0
Cited by7
Results whose statement or proof uses this declaration.
- Finset.commMonoidproof · cited by 3
- Function.Injective.commMonoidWithZeroproof · cited by 0
- Function.Injective.commRingproof · cited by 0
- FunLike.commMonoidproof · cited by 0
- Equiv.commMonoidproof · cited by 0
- Function.Injective.cancelCommMonoidproof · cited by 0
- Function.Injective.commGroupproof · cited by 0