Zulip Chat Archive
Stream: maths
Topic: Parametric interval integrals
Yury G. Kudryashov (Apr 05 2025 at 03:14):
We have 2 versions of the theorem about parametric interval integrals:
- docs#intervalIntegral.hasFDerivAt_integral_of_dominated_loc_of_lip written by in in Lean 3, see !3#10404
- docs#hasFDerivAt_integral_of_dominated_loc_of_lip_interval backported from the sphere eversion project in #10004
The backported version doesn't work for complex derivatives. OTOH, my version has heavier imports for no good reason.
Yury G. Kudryashov (Apr 05 2025 at 03:17):
(note: I don't remember how much of "written by me" was "backported"; anyway, it's a simple wrapper over Patrick's version)
Yury G. Kudryashov (Apr 05 2025 at 03:19):
BTW, the docstrings never explain what's the difference in the assumptions between the primed and the non-primed version of the main theorem.
Damiano Testa (Apr 05 2025 at 06:13):
Yury G. Kudryashov said:
BTW, the docstrings never explain what's the difference in the assumptions between the primed and the non-primed version of the main theorem.
Should the docPrime
linter be revised/restarted?
Yury G. Kudryashov (Apr 05 2025 at 06:15):
Wouldn't help in this case. The primed version has a doc string, but it doesn't discuss the difference with the non primed version.
Patrick Massot (Apr 05 2025 at 09:16):
I can confirm the sphere eversion proof uses the second one and not the first one.
Patrick Massot (Apr 05 2025 at 09:19):
It really looks like this was PRed twice from the sphere eversion project.
Yury G. Kudryashov (Apr 05 2025 at 13:21):
Patrick Massot said:
It really looks like this was PRed twice from the sphere eversion project.
As you can see from the discussion in my old PR, first I wrote my version based on the backported parametric_integral.lean
instead of backporting, then it was backported without using my version.
Last updated: May 02 2025 at 03:31 UTC