Commit 2024-06-25 13:18 c4f1cc8b
View on Github →feat(Data/Real/EReal): add simp theorems involving the sum of ⊤ and x (#14102)
- Add the theorem
top_add_of_ne_botwhich states that for any extended real numberxwhich is not⊥, the sum of⊤andxis equal to⊤. - Add the theorem
add_top_of_ne_botwhich states that for any extended real numberxwhich is not⊥, the sum ofxand⊤is equal to⊤. - Add the theorem
add_poswhich states that for any two extended real numbersaandb, if bothaandbare greater than0, then their sum is also greater than0. - Add the theorem
mul_poswhich states that the product of two positive extended real numbers is positive. - Add the theorem
add_top_iff_ne_botwhich states that for any extended real numberx, the sum ofxand⊤is equal to⊤if and only ifxis not⊥. - Add the theorem
top_add_iff_ne_botwhich states that for any extended real numberx, the sum of⊤andxis equal to⊤if and only ifxis not⊥.