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

feat(category_theory/limits): the isomorphism expressing preservation of chosen limits #2192

Merged
merged 4 commits into from Mar 20, 2020

Conversation

semorrison
Copy link
Collaborator

The type class preserves_limits is written in terms of the is_limits data, but had not been related to the has_limits typeclass, which expresses a particular chosen limit for a functor.

The function preserves_limit_iso gives the isomorphism between the image of the chosen limit, F.obj (limit K), and the chosen limit of the composed functor, limit (K ⋙ F).

src/category_theory/limits/limits.lean Outdated Show resolved Hide resolved
@jcommelin jcommelin added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Mar 19, 2020
@mergify mergify bot merged commit 0f1b465 into master Mar 20, 2020
@mergify mergify bot deleted the preserves_limit_iso branch March 20, 2020 15:02
cipher1024 pushed a commit that referenced this pull request Apr 20, 2020
… of chosen limits (#2192)

* feat(category_theory/limits): the isomorphism expressing preservation of chosen limits

* Update src/category_theory/limits/limits.lean

Co-authored-by: Johan Commelin <johan@commelin.net>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
anrddh pushed a commit to anrddh/mathlib that referenced this pull request May 15, 2020
… of chosen limits (leanprover-community#2192)

* feat(category_theory/limits): the isomorphism expressing preservation of chosen limits

* Update src/category_theory/limits/limits.lean

Co-authored-by: Johan Commelin <johan@commelin.net>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
anrddh pushed a commit to anrddh/mathlib that referenced this pull request May 16, 2020
… of chosen limits (leanprover-community#2192)

* feat(category_theory/limits): the isomorphism expressing preservation of chosen limits

* Update src/category_theory/limits/limits.lean

Co-authored-by: Johan Commelin <johan@commelin.net>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants