[Merged by Bors] - feat(CategoryTheory/ComposableArrows): isIso_iff#33879
Closed
joelriou wants to merge 2 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat(CategoryTheory/ComposableArrows): isIso_iff#33879joelriou wants to merge 2 commits intoleanprover-community:masterfrom
joelriou wants to merge 2 commits intoleanprover-community:masterfrom
Conversation
43 tasks
PR summary 23a3f86b32Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
chrisflav
reviewed
Jan 16, 2026
Member
|
Thanks! |
|
🚀 Pull request has been placed on the maintainer queue by chrisflav. |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jan 17, 2026
We introduce lemmas characterizing isomorphisms in `ComposableArrows C n` for small numbers `n`. We add autoparams (`by cat_disch`) for certain parameters. We also make definitions like `mk₂` abbreviations (instead of using the `simp` attribute), as it will allow to have `mk₂` in the LHS/RHS of simp lemmas in the formalization of spectral sequences #33842.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
eliasjudin
pushed a commit
to eliasjudin/mathlib4
that referenced
this pull request
Jan 18, 2026
…y#33879) We introduce lemmas characterizing isomorphisms in `ComposableArrows C n` for small numbers `n`. We add autoparams (`by cat_disch`) for certain parameters. We also make definitions like `mk₂` abbreviations (instead of using the `simp` attribute), as it will allow to have `mk₂` in the LHS/RHS of simp lemmas in the formalization of spectral sequences leanprover-community#33842.
bilichboris
pushed a commit
to bilichboris/mathlib4
that referenced
this pull request
Jan 18, 2026
…y#33879) We introduce lemmas characterizing isomorphisms in `ComposableArrows C n` for small numbers `n`. We add autoparams (`by cat_disch`) for certain parameters. We also make definitions like `mk₂` abbreviations (instead of using the `simp` attribute), as it will allow to have `mk₂` in the LHS/RHS of simp lemmas in the formalization of spectral sequences leanprover-community#33842.
staroperator
pushed a commit
to staroperator/mathlib4
that referenced
this pull request
Jan 22, 2026
…y#33879) We introduce lemmas characterizing isomorphisms in `ComposableArrows C n` for small numbers `n`. We add autoparams (`by cat_disch`) for certain parameters. We also make definitions like `mk₂` abbreviations (instead of using the `simp` attribute), as it will allow to have `mk₂` in the LHS/RHS of simp lemmas in the formalization of spectral sequences leanprover-community#33842.
goliath-klein
pushed a commit
to PrParadoxy/mathlib4
that referenced
this pull request
Jan 24, 2026
…y#33879) We introduce lemmas characterizing isomorphisms in `ComposableArrows C n` for small numbers `n`. We add autoparams (`by cat_disch`) for certain parameters. We also make definitions like `mk₂` abbreviations (instead of using the `simp` attribute), as it will allow to have `mk₂` in the LHS/RHS of simp lemmas in the formalization of spectral sequences leanprover-community#33842.
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 introduce lemmas characterizing isomorphisms in
ComposableArrows C nfor small numbersn. We add autoparams (by cat_disch) for certain parameters. We also make definitions likemk₂abbreviations (instead of using thesimpattribute), as it will allow to havemk₂in the LHS/RHS of simp lemmas in the formalization of spectral sequences #33842.