[Merged by Bors] - feat(MeasureTheory/Integral/SetIntegral): add the restriction of an integral to the support#20258
[Merged by Bors] - feat(MeasureTheory/Integral/SetIntegral): add the restriction of an integral to the support#20258yoh-tanimoto wants to merge 8 commits intomasterfrom
Conversation
PR summary a72aa5b67aImport changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diff
You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks! 🚀
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
Can you also add |
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
thanks for your reviews, done |
|
✌️ yoh-tanimoto can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Rémy Degenne <remydegenne@gmail.com>
|
thanks for your review! |
…ntegral to the support (#20258) add `MeasureTheory.integral_tsupport ` showing that an integral is equal to its restriction to the support of the integrated function. motivation: this will be used in #12290 to reduce the integral to the support and enables an estimate by the measure of `tsupport` and the sup of the function. Co-authored-by: Yoh Tanimoto <57562556+yoh-tanimoto@users.noreply.github.com>
|
Canceled. |
|
sorry, I had forgotten to merge master. |
…ntegral to the support (#20258) add `MeasureTheory.integral_tsupport ` showing that an integral is equal to its restriction to the support of the integrated function. motivation: this will be used in #12290 to reduce the integral to the support and enables an estimate by the measure of `tsupport` and the sup of the function. Co-authored-by: Yoh Tanimoto <57562556+yoh-tanimoto@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded! And happy new year! 🎉 |
add
MeasureTheory.integral_tsupportshowing that an integral is equal to its restriction to the support of the integrated function.motivation: this will be used in #12290 to reduce the integral to the support and enables an estimate by the measure of
tsupportand the sup of the function.