[Merged by Bors] - feat(Algebra/Homology): the functoriality of the extension of complexes#18500
Closed
[Merged by Bors] - feat(Algebra/Homology): the functoriality of the extension of complexes#18500
Conversation
PR summary 11ee565ae7Import changes exceeding 2%
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Algebra.Homology.Embedding.Extend | 711 | 745 | +34 (+4.78%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.Algebra.Homology.Embedding.Extend |
34 |
Declarations diff
+ extendFunctor
+ extendMap
+ extendMap_add
+ extendMap_comp
+ extendMap_f
+ extendMap_f_eq_zero
+ extendMap_id
+ extendMap_id_f
+ extendMap_zero
+ instance [HasZeroMorphisms C] : (e.extendFunctor C).PreservesZeroMorphisms
+ instance [Preadditive C] : (e.extendFunctor C).Additive
+ mapX
+ mapX_none
+ mapX_some
You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for script/declarations_diff.sh contains some details about this script.
jcommelin
reviewed
Nov 13, 2024
Member
|
Thanks 🎉 bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
…es (#18500) We define a functor `HomologicalComplex C c ⥤ HomologicalComplex C c' ` for any embedding `e : Embedding c c'` of complex shapes. This construction first appeared in the Liquid Tensor Experiment (see leanprover-community/lean-liquid@829d265) Co-authored-by: Johan Commelin <johan@commelin.net>
Contributor
|
This PR was included in a batch that was canceled, it will be automatically retried |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
…es (#18500) We define a functor `HomologicalComplex C c ⥤ HomologicalComplex C c' ` for any embedding `e : Embedding c c'` of complex shapes. This construction first appeared in the Liquid Tensor Experiment (see leanprover-community/lean-liquid@829d265) Co-authored-by: Johan Commelin <johan@commelin.net>
Contributor
|
Build failed (retrying...): |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
…es (#18500) We define a functor `HomologicalComplex C c ⥤ HomologicalComplex C c' ` for any embedding `e : Embedding c c'` of complex shapes. This construction first appeared in the Liquid Tensor Experiment (see leanprover-community/lean-liquid@829d265) Co-authored-by: Johan Commelin <johan@commelin.net>
Contributor
|
Build failed (retrying...): |
Contributor
|
Canceled. |
Contributor
Author
|
Retrying. bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
…es (#18500) We define a functor `HomologicalComplex C c ⥤ HomologicalComplex C c' ` for any embedding `e : Embedding c c'` of complex shapes. This construction first appeared in the Liquid Tensor Experiment (see leanprover-community/lean-liquid@829d265) Co-authored-by: Johan Commelin <johan@commelin.net>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
TobiasLeichtfried
pushed a commit
that referenced
this pull request
Nov 21, 2024
…es (#18500) We define a functor `HomologicalComplex C c ⥤ HomologicalComplex C c' ` for any embedding `e : Embedding c c'` of complex shapes. This construction first appeared in the Liquid Tensor Experiment (see leanprover-community/lean-liquid@829d265) Co-authored-by: Johan Commelin <johan@commelin.net>
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.
We define a functor
HomologicalComplex C c ⥤ HomologicalComplex C c'for any embeddinge : Embedding c c'of complex shapes.This construction first appeared in the Liquid Tensor Experiment (see leanprover-community/lean-liquid@829d265)
Note about the
large-importlabel: I do not think it would make sense to create a new file just to say that the functor that is constructed here is additive!