Mathlib Map

Theorems · Theorem · group theory

smul_inv

∀ {G : Type u_3} {H : Type u_4} [inst : Group G] [inst_1 : Group H] [inst_2 : MulAction G H] [SMulCommClass G H H]
  [IsScalarTower G H H] (g : G) (a : H), (g • a)⁻¹ = g⁻¹ • a⁻¹
Defined in
Mathlib.Algebra.Group.Action.Defs
Cited by
1 results in Mathlib
Foundations
Depth 12 from the axioms · uses no axioms
Assumes
GroupGroupMulActionSMulCommClassIsScalarTower

Around this declaration

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

Cites8

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

Cited by1

Results whose statement or proof uses this declaration.