Mathlib Map

Theorems · Theorem

Function.Involutive.eq_iff

∀ {α : Sort u} {f : α → α}, Function.Involutive f → ∀ {x y : α}, f x = y ↔ x = f y

An involution commutes across an equality. Compare to Function.Injective.eq_iff.

Defined in
Mathlib.Logic.Function.Basic
Cited by
22 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites2

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by22

Results whose statement or proof uses this declaration.