Skip to content

Commit

Permalink
Update theories/Algebra/Groups/Subgroup.v
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Christensen <jdc+github@uwo.ca>
  • Loading branch information
Alizter and jdchristensen authored Jan 15, 2025
1 parent 772137f commit 9dbb8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Algebra/Groups/Subgroup.v
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ Defined.

(** *** Maximal Subgroups *)

(** Every group is a (maximal) subgroup of itself *)
(** Every group is a (maximal) subgroup of itself. *)
Definition maximal_subgroup G : Subgroup G.
Proof.
rapply (Build_Subgroup G (fun x => Unit)).
Expand Down

0 comments on commit 9dbb8e5

Please sign in to comment.