[Merged by Bors] - feat: interval version of parametric integral lemmas#10004
[Merged by Bors] - feat: interval version of parametric integral lemmas#10004
Conversation
|
This PR/issue depends on: |
mcdoll
left a comment
There was a problem hiding this comment.
Thank you, I have only a few comments.
| IntervalIntegrable F' μ a b ∧ | ||
| HasFDerivAt (fun x ↦ ∫ t in a..b, F x t ∂μ) (∫ t in a..b, F' t ∂μ) x₀ := by |
There was a problem hiding this comment.
I would split these into two lemmas.
There was a problem hiding this comment.
Sure, I can do this - but since this matches the existing lemmas in this file, I would perform the same split to hasFDerivAt_integral_of_dominated_loc_of_lip and hasFDerivAt_integral_of_dominated_loc_of_lip'.
There was a problem hiding this comment.
I just pushed a commit doing so. (Sorry for the force push. Only the last five commits are new.)
I'm out of Lean time for today; I can write docstrings for the new lemmas when I return to this (not before next weekend).
for differentiating the integral. And fix line lengths from the previous change.
55aa142 to
98da04b
Compare
|
Thank you for the comments; I have addressed them. |
|
@loefflerd One proof in |
I don't think this split is a good idea. |
|
The existing lemma bundles stuff together for exactly the same reason that the various (IMHO the absence of |
|
In the interests of debate, I have pushed a commit to this branch showing how the results in |
|
@loefflerd Thank you for the prompt fix! Your arguments make sense to me; thank you for elaborating (I certainly learned something). I personally don't have a horse in this race; I'm happy to implement whatever consensus arises. |
|
Please update the PR summary to reflect the current state of the changes |
|
Sure, done. And merged master, which contained the drive-by syntax changes. |
Based on code from the sphere eversion project. Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
|
Pull request successfully merged into master. Build succeeded: |
Based on code from the sphere eversion project. Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Based on code from the sphere eversion project. Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Based on code from the sphere eversion project. Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Based on code from the sphere eversion project. Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Based on code from the sphere eversion project. Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Based on code from the sphere eversion project.