Skip to content
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

Refactor limits #683

Merged
merged 5 commits into from
Jan 4, 2022
Merged

Refactor limits #683

merged 5 commits into from
Jan 4, 2022

Conversation

mortberg
Copy link
Collaborator

I had trouble working with general limits, so I rewrote the code to closer resemble the version in UniMath which I think is very nice to work with.

A cone is now a separate record and not defined in terms of natural transformations, this made it possible for me to prove that Set is complete using copatterns (this seems to have been a problem before...). The price to pay is that I have to prove some lemmas by hand (like isSetCone).

I also added a definition of what it means for a functor to preserve a limit (of some particular shape).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant