-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Category of groups, uniqness of adjunctions #1065
Conversation
…e uniqueness of left adjoints up to natural isomorphisms. - Defined `AssocCong₂⋆L` and `AssocCong₂⋆R` helpers - Defined `GroupCategory` as a category of groups, `Forget` functor , equivalence `GroupsCatIso≃GroupEquiv`, and univalence of Grp.
I developed this in agda 2.6.4, and see now that 2.6.3 in CI is not able to infere all metas. Is there plan to migrate cubical to 2.6.4 in near future? if not I will just make it more explicit. |
There is a plan - I think I'll get to that in the next days. |
If you want to use cat-solvers with agda 2.6.4, you can use the change in this PR #1050 |
I made definitions slightly more explicit to make it work with 2.6.3 |
it seams that 2.6.3 is not able to fully make use of the fact that |
Please rebase/merge master to fix the CI issue |
5c34283
to
a14f79c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
... to have these things. I guess you are working on things which will use this stuff in conjunction... |
Yes :) expect next PR this weekend! |
PR contains some strict isomorphisms, but I was unable to apply
declStrictIsoToEquiv
macro to them (agda stalled)