Theorems · Theorem · general algebraic systems
inv_apply
∀ {F : Type u_1} {α : outParam (Type u_2)} {β : outParam (Type u_3)} {inst : FunLike F α β} {inst_1 : Inv β}
{inst_2 : Inv F} [self : IsInvApply F α β] (f : F) (x : α), f⁻¹ x = (f x)⁻¹Alias of IsInvApply.inv_apply.
- Defined in
- Mathlib.Data.FunLike.IsApply
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses no axioms
- Assumes
- IsInvApply
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- FunLikestatement · cited by 2,560
- IsInvApplystatement · cited by 3
- IsInvApply.inv_applyproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- FunLike.coe_invproof · cited by 0