Skip to content

[Merged by Bors] - feat(Algebra/Homology): the mapping cocone#35929

Closed
joelriou wants to merge 11 commits intoleanprover-community:masterfrom
joelriou:factorization-mapping-cocone
Closed

[Merged by Bors] - feat(Algebra/Homology): the mapping cocone#35929
joelriou wants to merge 11 commits intoleanprover-community:masterfrom
joelriou:factorization-mapping-cocone

Conversation

@joelriou
Copy link
Copy Markdown
Contributor

@joelriou joelriou commented Mar 1, 2026

Given a morphism φ : K ⟶ L of cochain complexes, the mapping cone allows to obtain a triangle K ⟶ L ⟶ mappingCone φ ⟶ .... In this PR, we define the mapping cocone, which fits in a rotated triangle:
mappingCocone φ ⟶ K ⟶ L ⟶ ....


Open in Gitpod

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 1, 2026

PR summary 6fcaafd481

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Algebra.Homology.HomotopyCategory.MappingCocone (new file) 1279

Declarations diff

+ desc
+ descCochain
+ descCocycle
+ fst
+ id_X
+ inl
+ inl_comp_descCochain
+ inl_v_descCochain_v
+ inl_v_desc_f
+ inl_v_fst_f
+ inl_v_snd_v
+ inr
+ inr_comp_descCochain
+ inr_v_descCochain_v
+ inr_v_desc_f
+ inr_v_fst_f
+ inr_v_snd_v
+ lift
+ liftCochain
+ liftCochain_comp_fst
+ liftCochain_comp_snd
+ liftCochain_v_fst_f
+ liftCochain_v_snd_v
+ liftCocycle
+ lift_f_fst_f
+ lift_f_snd_v
+ lift_fst
+ mappingCocone
+ ofHom_desc
+ ofHom_lift
+ rotateTriangleIso
+ snd
+ triangle
+ δ_descCochain
+ δ_liftCochain

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) = (12.00, 0.00)
Current number Change Type
10883 12 backward.isDefEq

Current commit c6d733cc8e
Reference commit 6fcaafd481

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 Mar 1, 2026
@joelriou joelriou added the t-category-theory Category theory label Mar 1, 2026
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.

Rest looks good, so,

Thanks!

maintainer delegate

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

github-actions bot commented Mar 2, 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 2, 2026
Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@mattrobball mattrobball left a comment

Choose a reason for hiding this comment

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

Nice work on the signs!

bors delegate+

Comment thread Mathlib/Algebra/Homology/HomotopyCategory/MappingCocone.lean Outdated
Comment thread Mathlib/Algebra/Homology/HomotopyCategory/MappingCocone.lean Outdated
Comment thread Mathlib/Algebra/Homology/HomotopyCategory/MappingCocone.lean Outdated
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 2, 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 Mar 2, 2026
joelriou and others added 3 commits March 2, 2026 15:26
@joelriou
Copy link
Copy Markdown
Contributor Author

joelriou commented Mar 2, 2026

Thanks!

bors merge

@mathlib-triage mathlib-triage bot added the ready-to-merge This PR has been sent to bors. label Mar 2, 2026
mathlib-bors bot pushed a commit that referenced this pull request Mar 2, 2026
Given a morphism `φ : K ⟶ L` of cochain complexes, the mapping cone allows to obtain a triangle `K ⟶ L ⟶ mappingCone φ ⟶ ...`. In this PR, we define the mapping cocone, which fits in a rotated triangle:
`mappingCocone φ ⟶ K ⟶ L ⟶ ...`.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 2, 2026

Build failed (retrying...):

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 2, 2026

Canceled.

@joelriou
Copy link
Copy Markdown
Contributor Author

joelriou commented Mar 2, 2026

Retrying...
bors merge

mathlib-bors bot pushed a commit that referenced this pull request Mar 2, 2026
Given a morphism `φ : K ⟶ L` of cochain complexes, the mapping cone allows to obtain a triangle `K ⟶ L ⟶ mappingCone φ ⟶ ...`. In this PR, we define the mapping cocone, which fits in a rotated triangle:
`mappingCocone φ ⟶ K ⟶ L ⟶ ...`.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 2, 2026

Build failed (retrying...):

@joelriou
Copy link
Copy Markdown
Contributor Author

joelriou commented Mar 2, 2026

bors cancel

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 2, 2026

Canceled.

@joelriou
Copy link
Copy Markdown
Contributor Author

joelriou commented Mar 3, 2026

bors merge

mathlib-bors bot pushed a commit that referenced this pull request Mar 3, 2026
Given a morphism `φ : K ⟶ L` of cochain complexes, the mapping cone allows to obtain a triangle `K ⟶ L ⟶ mappingCone φ ⟶ ...`. In this PR, we define the mapping cocone, which fits in a rotated triangle:
`mappingCocone φ ⟶ K ⟶ L ⟶ ...`.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 3, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Algebra/Homology): the mapping cocone [Merged by Bors] - feat(Algebra/Homology): the mapping cocone Mar 3, 2026
@mathlib-bors mathlib-bors bot closed this Mar 3, 2026
xroblot pushed a commit to xroblot/mathlib4 that referenced this pull request Mar 10, 2026
Given a morphism `φ : K ⟶ L` of cochain complexes, the mapping cone allows to obtain a triangle `K ⟶ L ⟶ mappingCone φ ⟶ ...`. In this PR, we define the mapping cocone, which fits in a rotated triangle:
`mappingCocone φ ⟶ K ⟶ L ⟶ ...`.
pevogam pushed a commit to pevogam/mathlib4 that referenced this pull request Mar 19, 2026
Given a morphism `φ : K ⟶ L` of cochain complexes, the mapping cone allows to obtain a triangle `K ⟶ L ⟶ mappingCone φ ⟶ ...`. In this PR, we define the mapping cocone, which fits in a rotated triangle:
`mappingCocone φ ⟶ K ⟶ L ⟶ ...`.
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-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