-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - feat: completion of the basic ShortComplex.Homology API #7195
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR/issue depends on: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is getting quite long... do you plan to add a lot of other stuff? In this case we can maybe split it.
S.op.leftHomologyIso.symm ≪≫ S.leftHomologyOpIso ≪≫ S.rightHomologyIso.symm.op | ||
|
||
@[simp] | ||
lemma homologyMap'_op : (homologyMap' φ h₁ h₂).op = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure, but is the RHS in this and the following lemma really simpler than the LHS? Asking because there is op
on both side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I have just removed these simp
attributes. (I had probably put these attributes in order to automatize a proof in the definition of homologyFunctorOpNatIso
.)
LGTM, thanks! bors d+ |
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
Thanks @riccardobrasca for your suggestions, which I have mostly followed. I do not intend to add any more material to this file. With this PR, the three large files Next, I plan to develop a little bit more |
bors merge |
This PR marks the completion of the file `Algebra.Homology.ShortComplex.Homology`. It adds various API definitions and lemmas, including a comparison of the homology in a category and its opposite category. Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
This PR marks the completion of the file `Algebra.Homology.ShortComplex.Homology`. It adds various API definitions and lemmas, including a comparison of the homology in a category and its opposite category. Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
This PR marks the completion of the file
Algebra.Homology.ShortComplex.Homology
. It adds various API definitions and lemmas, including a comparison of the homology in a category and its opposite category.