Conjugacy_Action_is_Group_Action_v2
Provedconjugacygroup-actionsgroup-theoryproofwiki
Let be a group whose identity is .
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Conjugacy_Action_is_Group_Action_v2 {G : Type _} [Group G] (g h k : G) : g * (h * k * h⁻¹) * g⁻¹ = (g * h) * k * (g * h)⁻¹ := by sorrySource