Skip to content

[Merged by Bors] - feat(CategoryTheory/Triangulated): definition of localising subcategories#38987

Closed
joelriou wants to merge 5 commits intoleanprover-community:masterfrom
joelriou:localizing-subcategory-0
Closed

[Merged by Bors] - feat(CategoryTheory/Triangulated): definition of localising subcategories#38987
joelriou wants to merge 5 commits intoleanprover-community:masterfrom
joelriou:localizing-subcategory-0

Conversation

@joelriou
Copy link
Copy Markdown
Contributor

@joelriou joelriou commented May 6, 2026

Let C be a pretriangulated category. If A and B are triangulated subcategories of C, we define predicates (typeclasses IsVerdierRightLocalizing and IsVerdierLeftLocalizing) saying that A is right B-localizing (or left B-localizing). When B is closed under isomorphisms, we shall show that this implies that the functor from the Verdier quotient A/(A ⊓ B) to C/B is fully faithful (#38651).


Open in Gitpod

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

PR summary ab9605ce36

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.CategoryTheory.Triangulated.LocalizingSubcategory (new file) 1235

Declarations diff

+ FullyFaithful.unop
+ IsVerdierLeftLocalizing
+ IsVerdierLeftLocalizing.fac'
+ IsVerdierRightLocalizing
+ IsVerdierRightLocalizing.fac'
+ distinguished_cocone_triangle
+ distinguished_cocone_triangle₁
+ distinguished_cocone_triangle₂
+ instance (A B : ObjectProperty C) [A.IsVerdierLeftLocalizing B] :
+ instance (A B : ObjectProperty C) [A.IsVerdierRightLocalizing B] :
+ instance (A B : ObjectProperty Cᵒᵖ) [A.IsVerdierLeftLocalizing B] :
+ instance (A B : ObjectProperty Cᵒᵖ) [A.IsVerdierRightLocalizing B] :
+ instance [P.ContainsZero] [Q.ContainsZero] [Q.IsClosedUnderIsomorphisms] :
+ instance {Q : ObjectProperty C} [P.IsTriangulated] [Q.IsTriangulated]
+ isVerdierLeftLocalizing_iff
+ isVerdierLeftLocalizing_op_iff
+ isVerdierRightLocalizing_iff
+ isVerdierRightLocalizing_op_iff
+ trW_monotone

You can run this locally as follows
## from your `mathlib4` directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci

## summary with just the declaration names:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
../mathlib-ci/scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh in the mathlib-ci repository contains some details about this script.


No changes to strong technical debt.
No changes to weak technical debt.

Copy link
Copy Markdown
Contributor

@dagurtomas dagurtomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks fine to me, but could you give a more precise reference to the corresponding definitions in Verdier, and whether this is called something else there? And indicate future goals with this code

Comment thread Mathlib/CategoryTheory/Triangulated/LocalizingSubcategory.lean
@joelriou
Copy link
Copy Markdown
Contributor Author

joelriou commented May 7, 2026

The code looks fine to me, but could you give a more precise reference to the corresponding definitions in Verdier, and whether this is called something else there? And indicate future goals with this code

I have added a TODO and a reference to Proposition 2.3.5 (chapitre II) in Verdier's Astérique.
This notion does not seem to appear in Neeman's book, nor in the stacks project (it may have appeared at https://stacks.math.columbia.edu/tag/05RW but it is not mentionned).

Copy link
Copy Markdown
Contributor

@dagurtomas dagurtomas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

maintainer delegate

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

🚀 Pull request has been placed on the maintainer queue by dagurtomas.

@mathlib-triage mathlib-triage Bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label May 7, 2026
@riccardobrasca
Copy link
Copy Markdown
Member

Thanks!

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors Bot commented May 7, 2026

✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@mathlib-triage mathlib-triage Bot added delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels May 7, 2026
@joelriou
Copy link
Copy Markdown
Contributor Author

joelriou commented May 7, 2026

Thanks!

bors merge

mathlib-bors Bot pushed a commit that referenced this pull request May 7, 2026
…ries (#38987)

Let `C` be a pretriangulated category. If `A` and `B` are triangulated subcategories of `C`, we define predicates (typeclasses `IsVerdierRightLocalizing` and `IsVerdierLeftLocalizing`) saying that `A` is right `B`-localizing (or left `B`-localizing). When `B` is closed under isomorphisms, we shall show that this implies that the functor from the Verdier quotient `A/(A ⊓ B)` to `C/B` is fully faithful (#38651).
@mathlib-triage mathlib-triage Bot added the ready-to-merge This PR has been sent to bors. label May 7, 2026
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors Bot commented May 7, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors Bot changed the title feat(CategoryTheory/Triangulated): definition of localising subcategories [Merged by Bors] - feat(CategoryTheory/Triangulated): definition of localising subcategories May 7, 2026
@mathlib-bors mathlib-bors Bot closed this May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). ready-to-merge This PR has been sent to bors. t-category-theory Category theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants