analysis
analysis copied to clipboard
integral_sum and fix integrable_sum
Motivation for this change
integral_sum was a missing lemma that we noticed when doing the sampling branch,
this triggered a generation of integrable_sum, we do not use them in sampling but
look nice to have around
Checklist
- [x] added corresponding entries in
CHANGELOG_UNRELEASED.md
~~- [ ] added corresponding documentation in the headers~~
Reference: How to document
Merge policy
As a rule of thumb:
- PRs with several commits that make sense individually and that all compile are preferentially merged into master.
- PRs with disorganized commits are very likely to be squash-rebased.
Reminder to reviewers
- Read this Checklist
- Put a milestone if possible
- Check labels
Since this is a generalization and the addition of a natural lemma, we can maybe merge it?