[Merged by Bors] - feat: missing congruence lemmas for mdifferentiability#26709
[Merged by Bors] - feat: missing congruence lemmas for mdifferentiability#26709grunweg wants to merge 1 commit intoleanprover-community:masterfrom
Conversation
Each of these lemmas has a ContMDiff analogue, this is how this PR was made.
PR summary db5c7f72b9Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| apply h.congr_of_eventuallyEq _ (mem_of_mem_nhds h₁ :) | ||
| rwa [nhdsWithin_univ] | ||
|
|
||
| theorem mdifferentiableWithinAt_congr (h₁ : ∀ y ∈ s, f₁ y = f y) (hx : f₁ x = f x) : |
There was a problem hiding this comment.
Any thoughts about using Set.EqOn here (and below)?
There was a problem hiding this comment.
Let me start at the meta level first: the current phrasing was copied from their ContMDiff counterparts; if we change these, we should also change the others (and also look at the differentiable/contDiff versions). I think this should be a follow-up PR, if any.
Should we do this? Good question. I think all of these lemmas could use Set.EqOn, but I'm not sure this would have an immediate use. If you feel strongly, I can make a future PR changing all of these.
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks for the quick review! |
|
bors merge |
Each of these lemmas has a ContMDiff analogue, this is how this PR was made. From the path towards geodesics and the Levi-Civita connection. Co-authored-by: Patrick Massot <patrickmassot@free.fr>
|
Pull request successfully merged into master. Build succeeded: |
…mmunity#26709) Each of these lemmas has a ContMDiff analogue, this is how this PR was made. From the path towards geodesics and the Levi-Civita connection. Co-authored-by: Patrick Massot <patrickmassot@free.fr>
…mmunity#26709) Each of these lemmas has a ContMDiff analogue, this is how this PR was made. From the path towards geodesics and the Levi-Civita connection. Co-authored-by: Patrick Massot <patrickmassot@free.fr>
…mmunity#26709) Each of these lemmas has a ContMDiff analogue, this is how this PR was made. From the path towards geodesics and the Levi-Civita connection. Co-authored-by: Patrick Massot <patrickmassot@free.fr>
Each of these lemmas has a ContMDiff analogue, this is how this PR was made.
From the path towards geodesics and the Levi-Civita connection.
Co-authored-by: Patrick Massot patrickmassot@free.fr