Action_of_Group_on_Coset_Space_is_Group_Action_v2
Provedcoset-spacegroup-actionsgroup-theoryproofwiki
Let be a group whose identity is . Let be a subgroup of . Let be the action on the (left) coset space Then is a group action.
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Action_of_Group_on_Coset_Space_is_Group_Action_v2 {G : Type _} [Group G] (H : Subgroup G) (g1 g2 : G) (x : G ⧸ H) : g1 • (g2 • x) = (g1 * g2) • x := by sorrySource