Description: Adding a positive number to another number increases it. (Contributed by Mario Carneiro, 27-May-2016)
| Ref | Expression | ||
|---|---|---|---|
| Hypotheses | leidd.1 | |- ( ph -> A e. RR ) |
|
| ltnegd.2 | |- ( ph -> B e. RR ) |
||
| Assertion | ltaddposd | |- ( ph -> ( 0 < A <-> B < ( B + A ) ) ) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | leidd.1 | |- ( ph -> A e. RR ) |
|
| 2 | ltnegd.2 | |- ( ph -> B e. RR ) |
|
| 3 | ltaddpos | |- ( ( A e. RR /\ B e. RR ) -> ( 0 < A <-> B < ( B + A ) ) ) |
|
| 4 | 1 2 3 | syl2anc | |- ( ph -> ( 0 < A <-> B < ( B + A ) ) ) |