[Merged by Bors] - feat(CategoryTheory/Limits): pro-coyoneda lemma#12841
Closed
[Merged by Bors] - feat(CategoryTheory/Limits): pro-coyoneda lemma#12841
Conversation
2 tasks
adamtopaz
reviewed
May 15, 2024
Contributor
|
Thanks, and sorry for the delay! bors r+ |
mathlib-bors bot
pushed a commit
that referenced
this pull request
May 23, 2024
Shows a pro-coyoneda lemma. More precisely: If `D : Iᵒᵖ ⥤ C` is a diagram and `F : C ⥤ Type` type-valued functor, then homomorphisms from `colimit (D.rightOp ⋙ coyoneda) ⟶ F` are isomorphic to `limit (D ⋙ F ⋙ uliftFunctor)`. Also shows a variant of this for a covariant diagram `D`. To establish the pro-coyoneda lemma, some cocontinuity isomorphisms for `Hom` are spelled out.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
Member
Author
|
Thanks for the review! |
grunweg
pushed a commit
that referenced
this pull request
May 24, 2024
Shows a pro-coyoneda lemma. More precisely: If `D : Iᵒᵖ ⥤ C` is a diagram and `F : C ⥤ Type` type-valued functor, then homomorphisms from `colimit (D.rightOp ⋙ coyoneda) ⟶ F` are isomorphic to `limit (D ⋙ F ⋙ uliftFunctor)`. Also shows a variant of this for a covariant diagram `D`. To establish the pro-coyoneda lemma, some cocontinuity isomorphisms for `Hom` are spelled out.
callesonne
pushed a commit
that referenced
this pull request
Jun 4, 2024
Shows a pro-coyoneda lemma. More precisely: If `D : Iᵒᵖ ⥤ C` is a diagram and `F : C ⥤ Type` type-valued functor, then homomorphisms from `colimit (D.rightOp ⋙ coyoneda) ⟶ F` are isomorphic to `limit (D ⋙ F ⋙ uliftFunctor)`. Also shows a variant of this for a covariant diagram `D`. To establish the pro-coyoneda lemma, some cocontinuity isomorphisms for `Hom` are spelled out.
js2357
pushed a commit
that referenced
this pull request
Jun 18, 2024
Shows a pro-coyoneda lemma. More precisely: If `D : Iᵒᵖ ⥤ C` is a diagram and `F : C ⥤ Type` type-valued functor, then homomorphisms from `colimit (D.rightOp ⋙ coyoneda) ⟶ F` are isomorphic to `limit (D ⋙ F ⋙ uliftFunctor)`. Also shows a variant of this for a covariant diagram `D`. To establish the pro-coyoneda lemma, some cocontinuity isomorphisms for `Hom` are spelled out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Shows a pro-coyoneda lemma. More precisely:
If
D : Iᵒᵖ ⥤ Cis a diagram andF : C ⥤ Typetype-valued functor, then homomorphisms fromcolimit (D.rightOp ⋙ coyoneda) ⟶ Fare isomorphic tolimit (D ⋙ F ⋙ uliftFunctor).Also shows a variant of this for a covariant diagram
D.To establish the pro-coyoneda lemma, some cocontinuity isomorphisms for
Homare spelled out.This is needed for #12843.