-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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.
f11c182
to
e9e7ecd
Compare
@winstonyin Thank you for the sharp eye. You were right. |
e9e7ecd
to
0b2a608
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors d+
Thanks!
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: sgouezel <[email protected]>
Thank you for the review. |
Canceled. |
bors r+ |
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 <[email protected]>
Pull request successfully merged into master. Build succeeded: |
Instead, supply it as needed.
This replaces an explicit argument (x : M) by an implicit
{x : M}
in the following lemmas: