Commit 2024-12-17 13:46 bb0575e3
View on Github →feat(Data/EReal): Add results about EReal (#17087)
Add results about operations on the extended real numbers.
- Instances for
EReal:CharZeroandNoZeroDivisors. - Results about the coercion to the reals:
toReal_eq_zero_iff,toReal_ne_zero_iff,toReal_nonneg,toReal_nonpos,coe_ennreal_toReal. - Results about the addition of EReals:
add_ne_bot_iff,bot_lt_add_iff,add_ne_topand similar. - Reorganize and rename the lemmas
le_negand similar to make them more consistent, add the missing ones. - Results about the subtraction of EReals:
top_sub_of_ne_top,sub_self,sub_self_le_zero,sub_nonnegand similar,sub_add_canceland similar. - Results about the multiplication of Ereals:
top_mul_coe_ennreal,coe_ennreal_mul_top,mul_pos_iffand similar,mul_eq_topand similar,coe_mul_add_of_nonnegand other distributivity lemmas,nsmul_eq_mul. - Move and simplify proof of
mul_pos. - Clenaup.