[Merged by Bors] - feat(CategoryTheory/Adjunction): dualize adjoint lifting theorem#16066
[Merged by Bors] - feat(CategoryTheory/Adjunction): dualize adjoint lifting theorem#16066dagurtomas wants to merge 7 commits intomasterfrom
Conversation
PR summary 6c8a50c503Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
callesonne
left a comment
There was a problem hiding this comment.
I have not had a look at the proofs, but since this just dualizes the other file LGTM!
Co-authored-by: Calle Sönne <calle.sonne@gmail.com>
|
Thanks for the review! BTW you should add the |
) This PR renames the file `CategoryTheory.Adjunction.Lifting` to `CategoryTheory.Adjunction.Lifting.Left` and dualizes it in a new file `CategoryTheory.Adjunction.Lifting.Right` to lift right adjoints through comonads. It also changes some names in the original file which didn't follow naming conventions, as well as renaming the implementation namespace.
|
Pull request successfully merged into master. Build succeeded: |
) This PR renames the file `CategoryTheory.Adjunction.Lifting` to `CategoryTheory.Adjunction.Lifting.Left` and dualizes it in a new file `CategoryTheory.Adjunction.Lifting.Right` to lift right adjoints through comonads. It also changes some names in the original file which didn't follow naming conventions, as well as renaming the implementation namespace.
) This PR renames the file `CategoryTheory.Adjunction.Lifting` to `CategoryTheory.Adjunction.Lifting.Left` and dualizes it in a new file `CategoryTheory.Adjunction.Lifting.Right` to lift right adjoints through comonads. It also changes some names in the original file which didn't follow naming conventions, as well as renaming the implementation namespace.
) This PR renames the file `CategoryTheory.Adjunction.Lifting` to `CategoryTheory.Adjunction.Lifting.Left` and dualizes it in a new file `CategoryTheory.Adjunction.Lifting.Right` to lift right adjoints through comonads. It also changes some names in the original file which didn't follow naming conventions, as well as renaming the implementation namespace.
This PR renames the file
CategoryTheory.Adjunction.LiftingtoCategoryTheory.Adjunction.Lifting.Leftand dualizes it in a new fileCategoryTheory.Adjunction.Lifting.Rightto lift right adjoints through comonads.It also changes some names in the original file which didn't follow naming conventions, as well as renaming the implementation namespace.