[Merged by Bors] - feat(Topology/Algebra/InfiniteSum/Real): Add partition lemma#12446
[Merged by Bors] - feat(Topology/Algebra/InfiniteSum/Real): Add partition lemma#12446
Conversation
…rover-community/mathlib4 into CB_summable_partion_lemmas
grunweg
left a comment
There was a problem hiding this comment.
I can confirm that this PR is almost only code motion, replacing a proof by a commented more elegant version and two new declarations.
This PR would be easier to review if you split the move from the new code: I approve the code motion/porting TODO parts (but didn't scrutinize the others carefully).
|
OK I split this into two PRs. The code moving is now #12503. Once that goes in this will only have the two new results. |
|
Again, the
|
We move some lemmas out of `Topology/Instances/ENNReal` into `Topology/Algebra/InfiniteSum/Real`. Also use this to address a porting TODO. This was originally part of #12446 Co-authored-by: Chris Birkbeck <c.birkbeck@uea.ac.uk>
|
This needs a rebase now #12503 is in, please feel free to ping me for a review once you've merged master |
Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Co-authored-by: David Loeffler <d.loeffler.01@cantab.net>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
LGTM, thanks! maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by loefflerd. |
|
This PR/issue depends on:
|
|
This is very small and I think we can just merge it, but if you start using partition a lot (meaning bors merge |
We also `summable_partition` (and the required `Set.sigmaEquiv`), needed for #10377. Co-authored-by: Chris Birkbeck <c.birkbeck@uea.ac.uk>
Yeah I don't know how much it'll be used for example for the stuff Yael wanted the Finest.box for. But yes we can add more API if needed. |
|
Pull request successfully merged into master. Build succeeded: |
We move some lemmas out of `Topology/Instances/ENNReal` into `Topology/Algebra/InfiniteSum/Real`. Also use this to address a porting TODO. This was originally part of #12446 Co-authored-by: Chris Birkbeck <c.birkbeck@uea.ac.uk>
We also `summable_partition` (and the required `Set.sigmaEquiv`), needed for #10377. Co-authored-by: Chris Birkbeck <c.birkbeck@uea.ac.uk>
We move some lemmas out of `Topology/Instances/ENNReal` into `Topology/Algebra/InfiniteSum/Real`. Also use this to address a porting TODO. This was originally part of #12446 Co-authored-by: Chris Birkbeck <c.birkbeck@uea.ac.uk>
We also `summable_partition` (and the required `Set.sigmaEquiv`), needed for #10377. Co-authored-by: Chris Birkbeck <c.birkbeck@uea.ac.uk>
We also
summable_partition(and the requiredSet.sigmaEquiv), needed for #10377.Ignore the typo in the PR name!