Skip to content

Commit

Permalink
fix notations in subgroup lemmas
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>

<!-- ps-id: 80057ee0-5471-4118-b088-641107b488cd -->
  • Loading branch information
Alizter committed Jan 3, 2025
1 parent 00544eb commit 216bc70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theories/Algebra/Groups/Subgroup.v
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ Defined.

Section SubgroupElements.
Context {G : Group} (H : Subgroup G) (x y : G).
Definition subgroup_in_unit : H mon_unit := issubgroup_in_unit.
Definition subgroup_in_inv : H x -> H (- x) := issubgroup_in_inv x.
Definition subgroup_in_inv' : H (- x) -> H x := issubgroup_in_inv' x.
Definition subgroup_in_unit : H 1 := issubgroup_in_unit.
Definition subgroup_in_inv : H x -> H x^ := issubgroup_in_inv x.
Definition subgroup_in_inv' : H x^ -> H x := issubgroup_in_inv' x.
Definition subgroup_in_op : H x -> H y -> H (x * y) := issubgroup_in_op x y.
Definition subgroup_in_op_inv : H x -> H y -> H (x * y^) := issubgroup_in_op_inv x y.
Definition subgroup_in_inv_op : H x -> H y -> H (x^ * y) := issubgroup_in_inv_op x y.
Expand Down

0 comments on commit 216bc70

Please sign in to comment.