chore: rename some OpenPartialHomeomorph declarations#39565
Open
scholzhannah wants to merge 4 commits into
Open
chore: rename some OpenPartialHomeomorph declarations#39565scholzhannah wants to merge 4 commits into
scholzhannah wants to merge 4 commits into
Conversation
PR summary 08b3d12774Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
1 task
grunweg
reviewed
May 19, 2026
Contributor
grunweg
left a comment
There was a problem hiding this comment.
Thanks for splitting this out; I only have two minor comments.
|
|
||
| @[deprecated (since := "2026-05-19")] alias replaceEquiv := replacePartialEquiv | ||
|
|
||
| theorem replaceEquiv_eq_self (e' : PartialEquiv X Y) |
Contributor
There was a problem hiding this comment.
Can you update this lemma also (and perhaps any similar ones below)?
| @[simp, mfld_simps] | ||
| theorem mk_coe (e : PartialEquiv X Y) (a b c d) : | ||
| (OpenPartialHomeomorph.mk e a b c d : X → Y) = e := | ||
| theorem mk_coe (e : PartialEquiv X Y) (h1 h2 h3 h4) : |
Contributor
There was a problem hiding this comment.
optional: use unicode superscript, i.e. h₁ etc.
Collaborator
There was a problem hiding this comment.
Also, shouldn't this be called coe_mk?
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.
In the review of #39084, a few suggested renames relating to
OpenPartialHomeomorphcame up which I am doing in this PR.