Mathlib Map

Theorems · Definition · group theory

Function.Injective.involutiveInv

{M₂ : Type u_2} →
  {M₁ : Type u_3} →
    [inst : Inv M₁] →
      [inst_1 : InvolutiveInv M₂] →
        (f : M₁ → M₂) → Function.Injective f → (∀ (x : M₁), f x⁻¹ = (f x)⁻¹) → InvolutiveInv M₁

A type has an involutive inversion if it admits a surjective map that preserves ⁻¹ to a type which has an involutive inversion. See note [reducible non-instances]

Defined in
Mathlib.Algebra.Group.InjSurj
Cited by
0 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms
Assumes
InvInvolutiveInv

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.

Cited by3

Results whose statement or proof uses this declaration.