Skip to content

Commit

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

<!-- ps-id: 2bc871cb-9566-45f5-95cb-d386197b43ba -->
  • Loading branch information
Alizter committed Jan 4, 2025
1 parent ff0cbd5 commit dcc21b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions theories/Algebra/Groups/QuotientGroup.v
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,16 @@ Proof.
+ srapply path_sigma_hprop.
reflexivity.
Defined.

(** The group quotient by a trivial group is isomorphic to the original group. *)
Definition grp_quotient_trivial (G : Group) (N : NormalSubgroup G)
: IsTrivialGroup N -> G / N ≅ G.

Check failure on line 310 in theories/Algebra/Groups/QuotientGroup.v

View workflow job for this annotation

GitHub Actions / build (supported)

The reference IsTrivialGroup was not found in the current environment. Command exited with non-zero status 1

Check failure on line 310 in theories/Algebra/Groups/QuotientGroup.v

View workflow job for this annotation

GitHub Actions / opam-build (supported, ubuntu-latest)

The reference IsTrivialGroup was not found in the current environment.

Check failure on line 310 in theories/Algebra/Groups/QuotientGroup.v

View workflow job for this annotation

GitHub Actions / build (latest)

The reference IsTrivialGroup was not found in the current environment. Command exited with non-zero status 1

Check failure on line 310 in theories/Algebra/Groups/QuotientGroup.v

View workflow job for this annotation

GitHub Actions / opam-build (latest, ubuntu-latest)

The reference IsTrivialGroup was not found in the current environment.

Check failure on line 310 in theories/Algebra/Groups/QuotientGroup.v

View workflow job for this annotation

GitHub Actions / build (dev, --warnings)

The reference IsTrivialGroup was not found in the current environment. Command exited with non-zero status 1

Check failure on line 310 in theories/Algebra/Groups/QuotientGroup.v

View workflow job for this annotation

GitHub Actions / opam-build (dev, ubuntu-latest)

The reference IsTrivialGroup was not found in the current environment.
Proof.
intros T.
snrapply cate_adjointify.
- srapply (grp_quotient_rec _ _ (Id _)).
apply T.
- srapply grp_quotient_map.
- reflexivity.
- by srapply grp_quotient_ind_hprop.
Defined.

0 comments on commit dcc21b2

Please sign in to comment.