Mathlib Map

Theorems · Definition · group theory

Function.Injective.involutiveNeg

{M₂ : Type u_2} →
  {M₁ : Type u_3} →
    [inst : Neg M₁] →
      [inst_1 : InvolutiveNeg M₂] →
        (f : M₁ → M₂) → Function.Injective f → (∀ (x : M₁), f (-x) = -f x) → InvolutiveNeg M₁

A type has an involutive negation if it admits a surjective map that preserves - to a type which has an involutive negation.

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

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 by4

Results whose statement or proof uses this declaration.