Skip to content

Commit

Permalink
Merge pull request #2196 from Alizter/ps/rr/definition_of_simple_group
Browse files Browse the repository at this point in the history
definition of simple group
  • Loading branch information
Alizter authored Jan 15, 2025
2 parents ef81e30 + a4a574f commit 234ede0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theories/Algebra/Groups/Subgroup.v
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,12 @@ Proof.
split; by apply subgroup_in_op_inv.
Defined.

(** *** Simple groups *)

Class IsSimpleGroup (G : Group)
:= is_simple_group : forall (N : Subgroup G) `{IsNormalSubgroup G N},
IsTrivialGroup N + IsMaximalSubgroup N.

(** *** The subgroup generated by a subset *)

(** Underlying type family of a subgroup generated by subset *)
Expand Down

0 comments on commit 234ede0

Please sign in to comment.