[Merged by Bors] - refactor(PartialHomeomorph): Remove explicit variable (x : M).#10083
Closed
[Merged by Bors] - refactor(PartialHomeomorph): Remove explicit variable (x : M).#10083
Conversation
…daryless Fixes an oversight in #xxxx: x is already included in a hypothesis, so should be implicit.
Instead, supply it as needed. This changes map_extChartAt_symm_nhdsWithin'; one unnecessary argument x is dropped.
winstonyin
reviewed
Jan 29, 2024
winstonyin
reviewed
Jan 29, 2024
f11c182 to
e9e7ecd
Compare
Contributor
Author
|
@winstonyin Thank you for the sharp eye. You were right. |
e9e7ecd to
0b2a608
Compare
4 tasks
Contributor
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>
Contributor
Author
|
Thank you for the review. |
Contributor
|
Canceled. |
Contributor
Author
|
bors r+ |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Feb 1, 2024
Instead, supply it as needed.
This replaces an explicit argument (x : M) by an implicit `{x : M}` in the following lemmas:
- extChartAt_source_mem_nhds'
- extChartAt_source_mem_nhdsWithin'
- continuousAt_extChartAt'
- extChartAt_image_nhd_mem_nhds_of_boundaryless
- extChartAt_target_mem_nhdsWithin'
- nhdsWithin_extChartAt_target_eq'
- continuousAt_extChartAt_symm'
- continuousAt_extChartAt_symm''
- map_extChartAt_nhdsWithin_eq_image'
- map_extChartAt_nhdsWithin'
- map_extChartAt_symm_nhdsWithin'
- map_extChartAt_symm_nhdsWithin_range'
- extChartAt_preimage_mem_nhdsWithin'
- extChartAt_preimage_mem_nhdsWithin
- extChartAt_preimage_mem_nhds'
- extChartAt_preimage_mem_nhds
Co-authored-by: grunweg <grunweg@posteo.de>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
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.
Instead, supply it as needed.
This replaces an explicit argument (x : M) by an implicit
{x : M}in the following lemmas: