-
Notifications
You must be signed in to change notification settings - Fork 47
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
Fundamental Theorem of Calculus #965
Milestone
Comments
This was referenced Jul 7, 2023
Merged
3 tasks
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Creating an issue to track the various tasks on the proof of FTC. Apparently it's pretty hard, and requires work from many sources, and we're working on several streams:
Track A: Tietze extension theorem (done)
Track B: Continuous functions are dense in L1 (done)
Track C: Hardy LIttlewood
Track D: Putting it all together
Memo taken from the conversion of PR #1118 @zstone1
--->8---
The end goal being applying radon nikodym for FTC.
This [PR #1118] proves that if
f
has bounded variation, it can be decomposed into a positive part and negative part. And that those have sane continuity behaviors.The remaining bit to apply radon nikodym is
That'll give us enough to prove FTC. But to make it useful, we'll also need
which might be best to go through lipschitz, I'm not sure.
--->8---
The text was updated successfully, but these errors were encountered: