[Merged by Bors] - feat(CategoryTheory/Triangulated/TStucture): induced t-structures#35367
[Merged by Bors] - feat(CategoryTheory/Triangulated/TStucture): induced t-structures#35367joelriou wants to merge 12 commits intoleanprover-community:masterfrom
Conversation
PR summary b9242563f9Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 9986 | 1 | backward.isDefEq |
Current commit 1244fec5bc
Reference commit b9242563f9
You can run this locally as
./scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
|
This pull request has conflicts, please merge |
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
robin-carlier
left a comment
There was a problem hiding this comment.
Thanks!
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by robin-carlier. |
|
Thanks! bors merge |
…5367) This PR introduces a typeclass `P.HasInducedTStructure t` when `P` is a triangulated subcategory of a (pre)triangulated category `C` and `t` a t-structure on `C`. This essentially says that `P` is stable by the truncations. In this situation, we define the induced t-structure on the full subcategory defined by `P`. In particular, this applies to bounded above/bounded below/bounded objects for a given t-structure.
|
Pull request successfully merged into master. Build succeeded: |
…anprover-community#35367) This PR introduces a typeclass `P.HasInducedTStructure t` when `P` is a triangulated subcategory of a (pre)triangulated category `C` and `t` a t-structure on `C`. This essentially says that `P` is stable by the truncations. In this situation, we define the induced t-structure on the full subcategory defined by `P`. In particular, this applies to bounded above/bounded below/bounded objects for a given t-structure.
…anprover-community#35367) This PR introduces a typeclass `P.HasInducedTStructure t` when `P` is a triangulated subcategory of a (pre)triangulated category `C` and `t` a t-structure on `C`. This essentially says that `P` is stable by the truncations. In this situation, we define the induced t-structure on the full subcategory defined by `P`. In particular, this applies to bounded above/bounded below/bounded objects for a given t-structure.
This PR introduces a typeclass
P.HasInducedTStructure twhenPis a triangulated subcategory of a (pre)triangulated categoryCandta t-structure onC. This essentially says thatPis stable by the truncations. In this situation, we define the induced t-structure on the full subcategory defined byP. In particular, this applies to bounded above/bounded below/bounded objects for a given t-structure.truncLEandtruncGT#35364truncLTandtruncGEwhich use the octahedron axiom #35363truncLTandtruncGE#35362