Skip to content

[Merged by Bors] - feat(Algebra/Homology/SpectralObject): construction of the objects on the pages of the spectral sequence#35378

Closed
joelriou wants to merge 40 commits intoleanprover-community:masterfrom
joelriou:spectral-sequences-2-page-1
Closed

[Merged by Bors] - feat(Algebra/Homology/SpectralObject): construction of the objects on the pages of the spectral sequence#35378
joelriou wants to merge 40 commits intoleanprover-community:masterfrom
joelriou:spectral-sequences-2-page-1

Conversation

@joelriou
Copy link
Copy Markdown
Contributor

@joelriou joelriou commented Feb 15, 2026

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 15, 2026

PR summary 74706992da

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Algebra.Homology.SpectralObject.Page (new file) 839

Declarations diff

+ E
+ cokernelSequenceCyclesE
+ cokernelSequenceCyclesEIso
+ cokernelSequenceCyclesE_exact
+ cyclesIso
+ cyclesIso_hom_i
+ cyclesIso_inv_i
+ instance (hn₁ : n₀ + 1 = n₁) (hn₂ : n₁ + 1 = n₂) :
+ isIso_map
+ isZero_E_of_isZero_H
+ isZero_H_obj_of_isIso
+ leftHomologyDataShortComplexE
+ leftHomologyDataShortComplexE_f'
+ map
+ map_comp
+ map_id
+ rightHomologyDataShortComplexE
+ rightHomologyDataShortComplexE_g'
+ shortComplex
+ shortComplexMap
+ shortComplexMap_comp
+ shortComplexMap_id
+ δToCycles_cyclesIso_inv
+ δToCycles_πE
+ δ_eq_zero_of_isIso₁
+ δ_eq_zero_of_isIso₂
+ πE

You can run this locally as follows
## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>

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

The doc-module for scripts/pr_summary/declarations_diff.sh contains some details about this script.


Increase in tech debt: (relative, absolute) = (11.00, 0.00)
Current number Change Type
10020 11 backward.isDefEq

Current commit a29cfa1b35
Reference commit 74706992da

You can run this locally as

./scripts/reporting/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions bot added the t-algebra Algebra (groups, rings, fields, etc) label Feb 15, 2026
@mathlib-dependent-issues mathlib-dependent-issues bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Feb 15, 2026
@joelriou joelriou changed the title feat(Algebra/Homology/SpectralObject): construction of the objects on the page of the spectral sequence feat(Algebra/Homology/SpectralObject): construction of the objects on the pages of the spectral sequence Feb 15, 2026
@mathlib-merge-conflicts
Copy link
Copy Markdown

This pull request has conflicts, please merge master and resolve them.

@mathlib-merge-conflicts mathlib-merge-conflicts bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 25, 2026
@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 28, 2026
@joelriou joelriou removed the WIP Work in progress label Mar 3, 2026
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Copy link
Copy Markdown
Contributor

@robin-carlier robin-carlier 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

Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
Comment thread Mathlib/Algebra/Homology/SpectralObject/Page.lean Outdated
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 4, 2026

🚀 Pull request has been placed on the maintainer queue by robin-carlier.

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

Thanks!

bors merge

@mathlib-triage mathlib-triage bot added ready-to-merge This PR has been sent to bors. and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels Mar 4, 2026
mathlib-bors bot pushed a commit that referenced this pull request Mar 4, 2026
… the pages of the spectral sequence (#35378)

Given a spectral object `X` in an abelian category, we define the objects which shall appear on the various pages of the spectral sequence attached to `X`.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 4, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Algebra/Homology/SpectralObject): construction of the objects on the pages of the spectral sequence [Merged by Bors] - feat(Algebra/Homology/SpectralObject): construction of the objects on the pages of the spectral sequence Mar 4, 2026
@mathlib-bors mathlib-bors bot closed this Mar 4, 2026
xroblot pushed a commit to xroblot/mathlib4 that referenced this pull request Mar 10, 2026
… the pages of the spectral sequence (leanprover-community#35378)

Given a spectral object `X` in an abelian category, we define the objects which shall appear on the various pages of the spectral sequence attached to `X`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields, etc) t-category-theory Category theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants