[Merged by Bors] - feat(Algebra/ModuleCat/Presheaf): composition of pushforwards and pullbacks and compatibilites#30318
Closed
joelriou wants to merge 76 commits intoleanprover-community:masterfrom
Conversation
…to the-free-presheaf-of-modules-on-a-presheaf-of-sets
…to the-free-presheaf-of-modules-on-a-presheaf-of-sets
…es-on-a-presheaf-of-sets
…es-on-a-presheaf-of-sets
…es-on-a-presheaf-of-sets
…es-on-a-presheaf-of-sets
This was referenced Oct 8, 2025
mathlib-bors bot
pushed a commit
that referenced
this pull request
Oct 29, 2025
We obtain various lemmas about adjunctions between functors by computing `conjugateEquiv` in case of associators, unitors, and whiskerings. We deduce a way to obtain compatibilites with respect to composition of functors of left adjoints assuming that we have these compatibilites for right adjoints. In #30318, this shall be applied to the study of the compatibilities with respect to composition of the pullback functors for presheaves of modules.
Collaborator
|
This PR/issue depends on: |
Collaborator
|
This pull request has conflicts, please merge |
…-pullback-more-api
BeibeiX0
pushed a commit
to BeibeiX0/mathlib4
that referenced
this pull request
Nov 7, 2025
…r-community#30335) We obtain various lemmas about adjunctions between functors by computing `conjugateEquiv` in case of associators, unitors, and whiskerings. We deduce a way to obtain compatibilites with respect to composition of functors of left adjoints assuming that we have these compatibilites for right adjoints. In leanprover-community#30318, this shall be applied to the study of the compatibilities with respect to composition of the pullback functors for presheaves of modules.
dagurtomas
reviewed
Nov 14, 2025
Contributor
dagurtomas
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by dagurtomas. |
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Member
|
Thanks! bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 16, 2025
…lbacks and compatibilites (#30318) The composition of two pullback functors on presheaves of modules `pullback φ ⋙ pullback ψ` identifies to the pullback of the composition. We show compatibilites for these isomorphisms: they are deduced from similar identifies for pushforwards (in which case they are `rfl`).
Contributor
|
Pull request successfully merged into master. Build succeeded: |
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.
The composition of two pullback functors on presheaves of modules
pullback φ ⋙ pullback ψidentifies to the pullback of the composition. We show compatibilites for these isomorphisms: they are deduced from similar identifies for pushforwards (in which case they arerfl).This PR continues the work from #17589.
Original PR: #17589