Skip to content

Commit

Permalink
definition of simple group
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>

<!-- ps-id: 478c8d63-658b-40d7-a890-b45cc6120c7f -->
  • Loading branch information
Alizter committed Jan 15, 2025
1 parent ef81e30 commit a4a574f
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 a4a574f

Please sign in to comment.