[Merged by Bors] - feat(CategoryTheory): deriving functors using a right derivability structure#31400
Closed
joelriou wants to merge 25 commits intoleanprover-community:masterfrom
Closed
Conversation
…rivability-structure-pointwise
…re-api' into jriou-pointwise-right-derived-functor
…nctor' into jriou-derivability-structure-pointwise
…structure-right-derives
…structure-right-derives
3 tasks
PR summary ad50da1508Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Collaborator
erdOne
reviewed
Nov 15, 2025
…structure-right-derives
Contributor
Author
|
Thanks @erdOne for the reviews! |
|
🚀 Pull request has been placed on the maintainer queue by erdOne. |
Member
|
Thanks! bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 16, 2025
…ructure (#31400) We develop the API for derived functors following the existence theorem obtained in #26374. If `Φ` is a localizer morphism, we introduce a predicate `Φ.Derives F` for a functor `F` saying that `Φ.functor ⋙ F` inverts the given class of morphisms, and in case `Φ` is a right derivability structure, we show that `F` admits a right derived functor, and we obtain a recognition lemma for this derived functor. (In the future, this will be applied to the injective/projective/flat derivability structures.)
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.
We develop the API for derived functors following the existence theorem obtained in #26374. If
Φis a localizer morphism, we introduce a predicateΦ.Derives Ffor a functorFsaying thatΦ.functor ⋙ Finverts the given class of morphisms, and in caseΦis a right derivability structure, we show thatFadmits a right derived functor, and we obtain a recognition lemma for this derived functor.(In the future, this will be applied to the injective/projective/flat derivability structures.)