Skip to content

Commit

Permalink
fixfix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke committed Nov 11, 2023
1 parent e3e2835 commit 9cb4528
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module _
module _
: Level Level} {β : Level Level Level}
(C : Large-Precategory α β) {l1 l2 : Level} (l3 : Level)
{X : obj-Large-Precategory C l1} {Y : obj-Large-Precategory C l2}
(X : obj-Large-Precategory C l1) (Y : obj-Large-Precategory C l2)
(f : iso-Large-Precategory C X Y)
where

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module _
module _
: Level Level} {β : Level Level Level}
(C : Large-Precategory α β) {l1 l2 : Level} (l3 : Level)
{X : obj-Large-Precategory C l1} {Y : obj-Large-Precategory C l2}
(X : obj-Large-Precategory C l1) (Y : obj-Large-Precategory C l2)
(f : iso-Large-Precategory C X Y)
where

Expand Down
5 changes: 2 additions & 3 deletions src/group-theory/epimorphisms-groups.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ module _
(H : Group l2) (f : iso-Group G H)
where

is-epi-iso-Group :
is-epi-Group l3 G H (hom-iso-Group G H f)
is-epi-iso-Group : is-epi-Group l3 G H (hom-iso-Group G H f)
is-epi-iso-Group =
is-epi-iso-Large-Precategory Group-Large-Precategory l3 {G} {H} f
is-epi-iso-Large-Precategory Group-Large-Precategory l3 G H f
```

### A group homomorphism is surjective if and only if it is an epimorphism
Expand Down
3 changes: 1 addition & 2 deletions src/group-theory/monomorphisms-groups.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ module _
(H : Group l2) (f : iso-Group G H)
where

is-mono-iso-Group :
is-mono-Group l3 G H (hom-iso-Group G H f)
is-mono-iso-Group : is-mono-Group l3 G H (hom-iso-Group G H f)
is-mono-iso-Group =
is-mono-iso-Large-Precategory Group-Large-Precategory l3 G H f
```

0 comments on commit 9cb4528

Please sign in to comment.