Group_Acts_on_Itself_v2
Provedgroup-actionsgroup-theoryproofwiki
Let be a group whose identity is . Then acts on itself by the rule
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Group_Acts_on_Itself_v2 {G : Type _} [Group G] (g h : G) : g * (h * 1) = (g * h) * 1 := by sorrySource