Theorems · Definition · group theory
Function.Injective.monoid
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Mul M₁] →
[inst_1 : One M₁] →
[inst_2 : Pow M₁ ℕ] →
[inst_3 : Monoid 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) → Monoid M₁A type endowed with 1 and * is a monoid, if it admits an injective map that preserves 1
and * to a 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.
- Monoidstatement and proof · cited by 3,887
- MulOneClassproof · cited by 1,018
- Semigroupproof · cited by 202
- MulOneClass.mul_oneproof · cited by 1
- MulOneClass.one_mulproof · cited by 1
- Function.Injective.mulOneClassproof · cited by 0
- Function.Injective.semigroupproof · cited by 0
Cited by8
Results whose statement or proof uses this declaration.
- Finset.monoidproof · cited by 20
- Equiv.monoidproof · cited by 0
- Function.Injective.divInvMonoidproof · cited by 0
- FunLike.monoidproof · cited by 0
- Function.Injective.commMonoidproof · cited by 0
- Function.Injective.rightCancelMonoidproof · cited by 0
- Function.Injective.monoidWithZeroproof · cited by 0
- Function.Injective.leftCancelMonoidproof · cited by 0