[Merged by Bors] - chore(Mathlib/CategoryTheory/Limits): add iff_of_natIso versions of variants of preservesLimits_of_natIso#39667
Closed
mathlib-splicebot[bot] wants to merge 1 commit into
Conversation
PR summary 7e7c3c3e1eImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
iff_of_natIso versions of variants of preservesLimits_of_natIso
Contributor
|
maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by dagurtomas. |
Contributor
|
Thanks! bors merge |
mathlib-bors Bot
pushed a commit
that referenced
this pull request
May 21, 2026
… variants of `preservesLimits_of_natIso` (#39667) ... as well as `preservesLimit_iff_isLimit_mapCone`: a functor preserves a limit if and only if it preserves some limit cone This PR was automatically created from PR #39572 by @chrisflav via a [review comment](#39572 (comment)) by @dagurtomas. Co-authored-by: chrisflav <136261474+chrisflav@users.noreply.github.com>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
iff_of_natIso versions of variants of preservesLimits_of_natIsoiff_of_natIso versions of variants of preservesLimits_of_natIso
RaggedR
pushed a commit
to RaggedR/mathlib4
that referenced
this pull request
May 22, 2026
… variants of `preservesLimits_of_natIso` (leanprover-community#39667) ... as well as `preservesLimit_iff_isLimit_mapCone`: a functor preserves a limit if and only if it preserves some limit cone This PR was automatically created from PR leanprover-community#39572 by @chrisflav via a [review comment](leanprover-community#39572 (comment)) by @dagurtomas.
kim-em
added a commit
to leanprover-community/mathlib4-nightly-testing
that referenced
this pull request
May 25, 2026
The merge of master in 76b190c lost four lemmas added by master PR leanprover-community#39667 (commit 27850fe): `preservesLimit_iff_isLimit_mapCone`, `preservesLimitsOfSize_iff_of_natIso`, `preservesColimit_iff_isColimit_mapCocone`, and `preservesColimitsOfSize_iff_of_natIso`. PR leanprover-community#39572's new file `Algebra/Category/Ring/Under/Property.lean` uses the first of these, so it failed to elaborate. Restore them and add the now-standard `set_option backward.defeqAttrib.useBackward true in` scope to the ported `CommRingCat.preservesLimit_parallelPair_tensorProd_iff_tensorEqualizer_bijective`. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
b-mehta
pushed a commit
to b-mehta/mathlib4
that referenced
this pull request
Jun 2, 2026
… variants of `preservesLimits_of_natIso` (leanprover-community#39667) ... as well as `preservesLimit_iff_isLimit_mapCone`: a functor preserves a limit if and only if it preserves some limit cone This PR was automatically created from PR leanprover-community#39572 by @chrisflav via a [review comment](leanprover-community#39572 (comment)) by @dagurtomas. Co-authored-by: chrisflav <136261474+chrisflav@users.noreply.github.com>
Bergschaf
pushed a commit
to Bergschaf/mathlib4
that referenced
this pull request
Jun 3, 2026
… variants of `preservesLimits_of_natIso` (leanprover-community#39667) ... as well as `preservesLimit_iff_isLimit_mapCone`: a functor preserves a limit if and only if it preserves some limit cone This PR was automatically created from PR leanprover-community#39572 by @chrisflav via a [review comment](leanprover-community#39572 (comment)) by @dagurtomas. Co-authored-by: chrisflav <136261474+chrisflav@users.noreply.github.com>
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.
... as well as
preservesLimit_iff_isLimit_mapCone: a functor preserves a limit if and only if it preserves some limit coneThis PR was automatically created from PR #39572 by @chrisflav via a review comment by @dagurtomas.