[Merged by Bors] - feat(CategoryTheory/SmallObject/Iteration): the unique morphism (limit case)#18137
[Merged by Bors] - feat(CategoryTheory/SmallObject/Iteration): the unique morphism (limit case)#18137
Conversation
…iterations of functors in two cases
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
PR summary 24c18055ebImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 1555 | 1 | erw |
Current commit 24c18055eb
Reference commit 23ecdee3fc
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
|
Thanks @alreadydone for the suggestions! |
TwoFX
left a comment
There was a problem hiding this comment.
Looks good to me, just one question.
bors d+
| lemma iso_refl : iso iter₁ iter₁ = Iso.refl _ := by aesop_cat | ||
|
|
||
| lemma iso_trans : iso iter₁ iter₂ ≪≫ iso iter₂ iter₃ = iso iter₁ iter₃ := by aesop_cat |
There was a problem hiding this comment.
I don't know how the place where you're applying iso_trans looks like, but would it make sense to provide Unique (iter₁ ≅ iter₂) instead (or in addition)?
There was a problem hiding this comment.
Thanks for the suggestion. I will try to see if this idea may help or not in the future downsteam PRs.
|
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks! bors merge |
…t case) (#18137) Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
…t case) (#18137) Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.