Theorems · Definition · group theory
Function.Injective.mulOneClass
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : Mul M₁] →
[inst_1 : One M₁] →
[inst_2 : MulOneClass M₂] →
(f : M₁ → M₂) → Function.Injective f → f 1 = 1 → (∀ (x y : M₁), f (x * y) = f x * f y) → MulOneClass M₁A type endowed with 1 and * is a MulOneClass, if it admits an injective map that
preserves 1 and * to a MulOneClass. See note [reducible non-instances].
- Defined in
- Mathlib.Algebra.Group.InjSurj
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- MulOneMulOneClass
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.
- MulOneClassstatement and proof · cited by 1,018
Cited by5
Results whose statement or proof uses this declaration.
- Finset.mulOneClassproof · cited by 6
- FunLike.mulOneClassproof · cited by 0
- Function.Injective.mulZeroOneClassproof · cited by 0
- Equiv.mulOneClassproof · cited by 0
- Function.Injective.monoidproof · cited by 0