This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Conversation
|
✌️ semorrison can now approve this pull request. To approve and merge a pull request, simply reply with |
Collaborator
Author
|
bors p=10 |
Collaborator
Author
|
bors merge |
|
👎 Rejected by label |
Collaborator
Author
|
bors merge |
bors bot
pushed a commit
that referenced
this pull request
Apr 8, 2023
`@[simps]` should not be used to simplify the `hom` field of a category instance. Very little needs to be changed when removing it. However the problem in leanprover-community/mathlib4#3244 with a proof by `simp` failing seems to be implicated by this problem. If we remove the `@[simps]` generated lemma for `Hom` there, the original proof works (although is extremely slow). Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
bors bot
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
Apr 10, 2023
This is the forward port of leanprover-community/mathlib3#18742. That PR hasn't landed yet, so this PR still needs to be updated with the new commit SHA. Co-authored-by: Scott Morrison <scott.morrison@gmail.com> Co-authored-by: Joël Riou <joel.riou@universite-paris-saclay.fr>
bors bot
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
Apr 10, 2023
This is the forward port of leanprover-community/mathlib3#18742. That PR hasn't landed yet, so this PR still needs to be updated with the new commit SHA. Co-authored-by: Scott Morrison <scott.morrison@gmail.com> Co-authored-by: Joël Riou <joel.riou@universite-paris-saclay.fr>
bors bot
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
Apr 10, 2023
This is the forward port of leanprover-community/mathlib3#18742. That PR hasn't landed yet, so this PR still needs to be updated with the new commit SHA. Co-authored-by: Scott Morrison <scott.morrison@gmail.com> Co-authored-by: Joël Riou <joel.riou@universite-paris-saclay.fr>
bors bot
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
Apr 11, 2023
SHA-only updates: * leanprover-community/mathlib3#17611 – `CategoryTheory.Sites.Sheaf` already uses `aesop_cat` at this location, nothing to port. * leanprover-community/mathlib3#18742 – fiber spelling, which is all of the changes to `Topology.FiberBundle.Trivialization`, is already in mathlib4. * leanprover-community/mathlib3#18198 – `FunLike` change to `Data.PEquiv` is already in mathlib4. Substantative forward port: * leanprover-community/mathlib3#18520 Co-authored-by: Parcly Taxel <reddeloostw@gmail.com>
eric-wieser
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
Apr 12, 2023
SHA-only updates: * leanprover-community/mathlib3#17611 – `CategoryTheory.Sites.Sheaf` already uses `aesop_cat` at this location, nothing to port. * leanprover-community/mathlib3#18742 – fiber spelling, which is all of the changes to `Topology.FiberBundle.Trivialization`, is already in mathlib4. * leanprover-community/mathlib3#18198 – `FunLike` change to `Data.PEquiv` is already in mathlib4. Substantative forward port: * leanprover-community/mathlib3#18520 Co-authored-by: Parcly Taxel <reddeloostw@gmail.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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
@[simps]should not be used to simplify thehomfield of a category instance.Very little needs to be changed when removing it.
However the problem in leanprover-community/mathlib4#3244 with a proof by
simpfailing seems to be implicated by this problem. If we remove the@[simps]generated lemma forHomthere, the original proof works (although is extremely slow).