Commit 2024-11-01 11:23 7a8a81c7

View on Github →

feat: liminf and limsup add/mul lemmas in Real (#18365) Lemmas such as limsup u f + liminf v f ≤ limsup (u + v) f (and its multiplicative avatars) in (basically) reals. These lemmas had already been done in EReal/ENNReal. The strategy is the same; using reals brings some complexity with the gestion of IsBoundedUnder/IsCoboundedUnder properties. Summary of the modifications:

Estimated changes

added theorem le_liminf_add
added theorem le_liminf_mul
added theorem le_limsup_add
added theorem le_limsup_mul
added theorem liminf_add_le
added theorem liminf_mul_le
added theorem limsup_add_le
added theorem limsup_mul_le