[Merged by Bors] - feat(CategoryTheory/Triangulated/TStructure): the spectral object#35370
Closed
joelriou wants to merge 40 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat(CategoryTheory/Triangulated/TStructure): the spectral object#35370joelriou wants to merge 40 commits intoleanprover-community:masterfrom
joelriou wants to merge 40 commits intoleanprover-community:masterfrom
Conversation
43 tasks
PR summary 1a3385beaaImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 10183 | 3 | backward.isDefEq |
Current commit 98eedd0ddc
Reference commit 1a3385beaa
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]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Matthew Robert Ballard <[email protected]>
…nto spectral-sequences-1-etrunc-2
…1-spectral-object
…lean Co-authored-by: smorel394 <[email protected]>
…lean Co-authored-by: smorel394 <[email protected]>
…lean Co-authored-by: smorel394 <[email protected]>
…1-spectral-object
Contributor
robin-carlier
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
Mathlib/CategoryTheory/Triangulated/TStructure/SpectralObject.lean
Outdated
Show resolved
Hide resolved
Mathlib/CategoryTheory/Triangulated/TStructure/SpectralObject.lean
Outdated
Show resolved
Hide resolved
|
🚀 Pull request has been placed on the maintainer queue by robin-carlier. |
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
…lean Co-authored-by: Robin Carlier <[email protected]>
…lean Co-authored-by: Robin Carlier <[email protected]>
Member
|
This is great, thanks! bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Mar 7, 2026
…5370) Given a t-structure `t` on a triangulated category `C` and any object `X : C`, we define a spectral object `t.spectralObject X : SpectralObject C EInt` which roughly consists of all possible truncations of `X`.
Contributor
|
Pull request successfully merged into master. Build succeeded:
|
xroblot
pushed a commit
to xroblot/mathlib4
that referenced
this pull request
Mar 8, 2026
…anprover-community#35370) Given a t-structure `t` on a triangulated category `C` and any object `X : C`, we define a spectral object `t.spectralObject X : SpectralObject C EInt` which roughly consists of all possible truncations of `X`.
xroblot
pushed a commit
to xroblot/mathlib4
that referenced
this pull request
Mar 9, 2026
…anprover-community#35370) Given a t-structure `t` on a triangulated category `C` and any object `X : C`, we define a spectral object `t.spectralObject X : SpectralObject C EInt` which roughly consists of all possible truncations of `X`.
seewoo5
pushed a commit
to seewoo5/mathlib4
that referenced
this pull request
Mar 9, 2026
…anprover-community#35370) Given a t-structure `t` on a triangulated category `C` and any object `X : C`, we define a spectral object `t.spectralObject X : SpectralObject C EInt` which roughly consists of all possible truncations of `X`.
xroblot
pushed a commit
to xroblot/mathlib4
that referenced
this pull request
Mar 10, 2026
…anprover-community#35370) Given a t-structure `t` on a triangulated category `C` and any object `X : C`, we define a spectral object `t.spectralObject X : SpectralObject C EInt` which roughly consists of all possible truncations of `X`.
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.
Given a t-structure
ton a triangulated categoryCand any objectX : C, we define a spectralobject
t.spectralObject X : SpectralObject C EIntwhich roughly consists of all possible truncations ofX.EIntthat use the octahedron axiom #35369truncLEandtruncGT#35364truncLTandtruncGEwhich use the octahedron axiom #35363truncLTandtruncGE#35362