Theorems · Definition · group theory
Function.Injective.invOneClass
{M₁ : Type u_1} →
{M₂ : Type u_2} →
[inst : One M₁] →
[inst_1 : Inv M₁] →
[inst_2 : InvOneClass M₂] →
(f : M₁ → M₂) → Function.Injective f → f 1 = 1 → (∀ (x : M₁), f x⁻¹ = (f x)⁻¹) → InvOneClass M₁A type endowed with 1 and ⁻¹ is a InvOneClass, if it admits an injective map that
preserves 1 and ⁻¹ to a InvOneClass. 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
- OneInvInvOneClass
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.
- InvOneClassstatement and proof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- Function.Injective.divInvOneMonoidproof · cited by 0
- FunLike.invOneClassproof · cited by 0