Add set of lemmas for esum - #2062
Conversation
|
Sorry for the random, minor comments. |
ec96e78 to
68b3cfc
Compare
|
I made a first pass. I have not yet looked at section Maybe we do not need
Pending:
TODO: the changelog should mention that fyi: @strub |
affeldt-aist
left a comment
There was a problem hiding this comment.
Thank you very much for having taken the time to sort out these lemmas!
I have generalized lemmas (e.g., eq_summable (now eq_esummable),
le_summable (now le_esummable) to use {in D, f = g} instead of f =1 g, etc.).
esummable_esumZ_pos is not a Let: it is used to prove a more general lemma.
I have added esummable_esum_funeneg since we have its counterpart.
esum_posneg has been renamed esumE and used to simplify
proof (by not making appeared the "positive" version).
I also used the new lemmas to simplify a bit realsum.v.
I have not yet checked whether le_esum_fine and le_pos_esum_fine
are really useful but we will use them in a future PR so we can defer this
discussion.
I haven't found a better name for esum_ge1.
Unless somebody jumps in (@strub , @t6s ?), we'll merge soon.
7bc478f to
5a6b52d
Compare
Motivation for this change
Set of lemmas for
esumextracted from #2049.Checklist
CHANGELOG_UNRELEASED.mdReminder to reviewers