Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Data/Real/EReal): add simp theorems involving the sum of
⊤
and…
… `x` (#14102) - [x] Add the theorem `top_add_of_ne_bot` which states that for any extended real number `x` which is not `⊥`, the sum of `⊤` and `x` is equal to `⊤`. - [x] Add the theorem `add_top_of_ne_bot` which states that for any extended real number `x` which is not `⊥`, the sum of `x` and `⊤` is equal to `⊤`. - [x] Add the theorem `add_pos` which states that for any two extended real numbers `a` and `b`, if both `a` and `b` are greater than `0`, then their sum is also greater than `0`. - [x] Add the theorem `mul_pos` which states that the product of two positive extended real numbers is positive. - [x] Add the theorem `add_top_iff_ne_bot` which states that for any extended real number `x`, the sum of `x` and `⊤` is equal to `⊤` if and only if `x` is not `⊥`. - [x] Add the theorem `top_add_iff_ne_bot` which states that for any extended real number `x`, the sum of `⊤` and `x` is equal to `⊤` if and only if `x` is not `⊥`. Co-authored-by: @D-Thomine -- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
- Loading branch information