Prove the five lemma for groups #46

Closed
opened 2024-11-02 19:50:01 +00:00 by michael · 3 comments
Owner

Update: Solution at 90f76baca0/src/Misc/FiveLemma/Group/Lemma.agda

  • n is surjective (#47)
  • n is injective (#48)
**Update:** Solution at https://git.mzhang.io/michael/type-theory/src/commit/90f76baca0f22278b8b674aa027389b1a4ae41cb/src/Misc/FiveLemma/Group/Lemma.agda ![](https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/5_lemma.svg/388px-5_lemma.svg.png) - [x] n is surjective (#47) - [x] n is injective (#48)
michael added this to the research project 2024-11-02 19:50:01 +00:00
michael added a new dependency 2024-11-02 19:50:45 +00:00
Author
Owner

Very close to the n surjective result, I defined a different definition of isInIm that isn't truncated:

isInIm' : GroupHom G H H Type _
isInIm' {G = G} ϕ h = Σ[ g G ] ϕ .fst g h

Very close to the n surjective result, I defined a different definition of `isInIm` that isn't truncated: https://git.mzhang.io/michael/type-theory/src/commit/e02f49c46df6d4583bcc1b92f88d733675afc235/src/Misc/FiveLemma/GroupMorphisms.agda#L25-L26
michael changed title from Prove the five lemma to Prove the five lemma for groups 2024-11-05 07:20:02 +00:00
Author
Owner

Changing this issue to specifically be about groups, will add another one for categories later

Changing this issue to specifically be about groups, will add another one for categories later
Author
Owner
Done! See https://git.mzhang.io/michael/type-theory/src/commit/90f76baca0f22278b8b674aa027389b1a4ae41cb/src/Misc/FiveLemma/Group/Lemma.agda for solution
michael removed a dependency 2024-11-05 09:26:20 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: michael/type-theory#46
No description provided.