| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > le2add | Structured version Visualization version GIF version | ||
| Description: Adding both sides of two 'less than or equal to' relations. (Contributed by NM, 17-Apr-2005.) (Proof shortened by Mario Carneiro, 27-May-2016.) |
| Ref | Expression |
|---|---|
| le2add | ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴 ≤ 𝐶 ∧ 𝐵 ≤ 𝐷) → (𝐴 + 𝐵) ≤ (𝐶 + 𝐷))) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | simpll 778 | . . . 4 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → 𝐴 ∈ ℝ) | |
| 2 | simprl 782 | . . . 4 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → 𝐶 ∈ ℝ) | |
| 3 | simplr 780 | . . . 4 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → 𝐵 ∈ ℝ) | |
| 4 | leadd1 11683 | . . . 4 ⊢ ((𝐴 ∈ ℝ ∧ 𝐶 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 ≤ 𝐶 ↔ (𝐴 + 𝐵) ≤ (𝐶 + 𝐵))) | |
| 5 | 1, 2, 3, 4 | syl3anc 1398 | . . 3 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → (𝐴 ≤ 𝐶 ↔ (𝐴 + 𝐵) ≤ (𝐶 + 𝐵))) |
| 6 | simprr 784 | . . . 4 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → 𝐷 ∈ ℝ) | |
| 7 | leadd2 11684 | . . . 4 ⊢ ((𝐵 ∈ ℝ ∧ 𝐷 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐵 ≤ 𝐷 ↔ (𝐶 + 𝐵) ≤ (𝐶 + 𝐷))) | |
| 8 | 3, 6, 2, 7 | syl3anc 1398 | . . 3 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → (𝐵 ≤ 𝐷 ↔ (𝐶 + 𝐵) ≤ (𝐶 + 𝐷))) |
| 9 | 5, 8 | anbi12d 643 | . 2 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴 ≤ 𝐶 ∧ 𝐵 ≤ 𝐷) ↔ ((𝐴 + 𝐵) ≤ (𝐶 + 𝐵) ∧ (𝐶 + 𝐵) ≤ (𝐶 + 𝐷)))) |
| 10 | 1, 3 | readdcld 11239 | . . 3 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → (𝐴 + 𝐵) ∈ ℝ) |
| 11 | 2, 3 | readdcld 11239 | . . 3 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → (𝐶 + 𝐵) ∈ ℝ) |
| 12 | 2, 6 | readdcld 11239 | . . 3 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → (𝐶 + 𝐷) ∈ ℝ) |
| 13 | letr 11305 | . . 3 ⊢ (((𝐴 + 𝐵) ∈ ℝ ∧ (𝐶 + 𝐵) ∈ ℝ ∧ (𝐶 + 𝐷) ∈ ℝ) → (((𝐴 + 𝐵) ≤ (𝐶 + 𝐵) ∧ (𝐶 + 𝐵) ≤ (𝐶 + 𝐷)) → (𝐴 + 𝐵) ≤ (𝐶 + 𝐷))) | |
| 14 | 10, 11, 12, 13 | syl3anc 1398 | . 2 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → (((𝐴 + 𝐵) ≤ (𝐶 + 𝐵) ∧ (𝐶 + 𝐵) ≤ (𝐶 + 𝐷)) → (𝐴 + 𝐵) ≤ (𝐶 + 𝐷))) |
| 15 | 9, 14 | sylbid 243 | 1 ⊢ (((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) ∧ (𝐶 ∈ ℝ ∧ 𝐷 ∈ ℝ)) → ((𝐴 ≤ 𝐶 ∧ 𝐵 ≤ 𝐷) → (𝐴 + 𝐵) ≤ (𝐶 + 𝐷))) |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ↔ wb 209 ∧ wa 400 ∈ wcel 2143 class class class wbr 5110 (class class class)co 7412 ℝcr 11100 + caddc 11104 ≤ cle 11245 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1825 ax-4 1839 ax-5 1940 ax-6 1997 ax-7 2038 ax-8 2145 ax-9 2153 ax-10 2176 ax-11 2192 ax-12 2213 ax-ext 2735 ax-sep 5258 ax-nul 5270 ax-pow 5338 ax-pr 5406 ax-un 7734 ax-resscn 11158 ax-1cn 11159 ax-icn 11160 ax-addcl 11161 ax-addrcl 11162 ax-mulcl 11163 ax-mulrcl 11164 ax-mulcom 11165 ax-addass 11166 ax-mulass 11167 ax-distr 11168 ax-i2m1 11169 ax-1ne0 11170 ax-1rid 11171 ax-rnegex 11172 ax-rrecex 11173 ax-cnre 11174 ax-pre-lttri 11175 ax-pre-lttrn 11176 ax-pre-ltadd 11177 |
| This theorem depends on definitions: df-bi 210 df-an 401 df-or 861 df-3or 1104 df-3an 1105 df-tru 1573 df-fal 1583 df-ex 1810 df-nf 1814 df-sb 2097 df-mo 2567 df-eu 2597 df-clab 2742 df-cleq 2755 df-clel 2838 df-nfc 2912 df-ne 2959 df-nel 3065 df-ral 3080 df-rex 3090 df-rab 3417 df-v 3457 df-sbc 3746 df-csb 3855 df-dif 3909 df-un 3911 df-in 3913 df-ss 3923 df-nul 4288 df-if 4489 df-pw 4565 df-sn 4591 df-pr 4593 df-op 4597 df-uni 4874 df-br 5111 df-opab 5175 df-mpt 5194 df-id 5558 df-po 5571 df-so 5572 df-xp 5669 df-rel 5670 df-cnv 5671 df-co 5672 df-dm 5673 df-rn 5674 df-res 5675 df-ima 5676 df-iota 6494 df-fun 6540 df-fn 6541 df-f 6542 df-f1 6543 df-fo 6544 df-f1o 6545 df-fv 6546 df-ov 7415 df-er 8695 df-en 8945 df-dom 8946 df-sdom 8947 df-pnf 11246 df-mnf 11247 df-xr 11248 df-ltxr 11249 df-le 11250 |
| This theorem is referenced by: addge0 11704 le2addi 11778 fzadd2 13589 swrdccatin2 14768 cshwcsh2id 14867 01sqrexlem7 15301 lo1add 15680 climcndslem1 15905 climcndslem2 15906 mdegmullem 26216 mumullem2 27322 pntrsumbnd2 27709 pntlemf 27747 crctcshwlkn0 30148 ubthlem2 31201 nmoptrii 32424 cdj3i 32771 itg2addnc 38303 jm2.26lem3 43708 gbegt5 48503 gbowgt5 48504 gboge9 48506 |
| Copyright terms: Public domain | W3C validator |