| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > max0add | Structured version Visualization version GIF version | ||
| Description: The sum of the positive and negative part functions is the absolute value function over the reals. (Contributed by Mario Carneiro, 24-Aug-2014.) |
| Ref | Expression |
|---|---|
| max0add | ⊢ (𝐴 ∈ ℝ → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴)) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | 0red 11212 | . 2 ⊢ (𝐴 ∈ ℝ → 0 ∈ ℝ) | |
| 2 | id 23 | . 2 ⊢ (𝐴 ∈ ℝ → 𝐴 ∈ ℝ) | |
| 3 | recn 11191 | . . . . 5 ⊢ (𝐴 ∈ ℝ → 𝐴 ∈ ℂ) | |
| 4 | 3 | adantr 485 | . . . 4 ⊢ ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → 𝐴 ∈ ℂ) |
| 5 | 4 | addridd 11411 | . . 3 ⊢ ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (𝐴 + 0) = 𝐴) |
| 6 | iftrue 4494 | . . . . 5 ⊢ (0 ≤ 𝐴 → if(0 ≤ 𝐴, 𝐴, 0) = 𝐴) | |
| 7 | 6 | adantl 486 | . . . 4 ⊢ ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → if(0 ≤ 𝐴, 𝐴, 0) = 𝐴) |
| 8 | le0neg2 11724 | . . . . . . . . 9 ⊢ (𝐴 ∈ ℝ → (0 ≤ 𝐴 ↔ -𝐴 ≤ 0)) | |
| 9 | 8 | biimpa 481 | . . . . . . . 8 ⊢ ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → -𝐴 ≤ 0) |
| 10 | 9 | adantr 485 | . . . . . . 7 ⊢ (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → -𝐴 ≤ 0) |
| 11 | simpr 489 | . . . . . . 7 ⊢ (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → 0 ≤ -𝐴) | |
| 12 | renegcl 11522 | . . . . . . . . 9 ⊢ (𝐴 ∈ ℝ → -𝐴 ∈ ℝ) | |
| 13 | 12 | ad2antrr 738 | . . . . . . . 8 ⊢ (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → -𝐴 ∈ ℝ) |
| 14 | 0re 11211 | . . . . . . . 8 ⊢ 0 ∈ ℝ | |
| 15 | letri3 11296 | . . . . . . . 8 ⊢ ((-𝐴 ∈ ℝ ∧ 0 ∈ ℝ) → (-𝐴 = 0 ↔ (-𝐴 ≤ 0 ∧ 0 ≤ -𝐴))) | |
| 16 | 13, 14, 15 | sylancl 597 | . . . . . . 7 ⊢ (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → (-𝐴 = 0 ↔ (-𝐴 ≤ 0 ∧ 0 ≤ -𝐴))) |
| 17 | 10, 11, 16 | mpbir2and 725 | . . . . . 6 ⊢ (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → -𝐴 = 0) |
| 18 | 17 | ifeq1da 4520 | . . . . 5 ⊢ ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → if(0 ≤ -𝐴, -𝐴, 0) = if(0 ≤ -𝐴, 0, 0)) |
| 19 | ifid 4529 | . . . . 5 ⊢ if(0 ≤ -𝐴, 0, 0) = 0 | |
| 20 | 18, 19 | eqtrdi 2814 | . . . 4 ⊢ ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → if(0 ≤ -𝐴, -𝐴, 0) = 0) |
| 21 | 7, 20 | oveq12d 7430 | . . 3 ⊢ ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (𝐴 + 0)) |
| 22 | absid 15349 | . . 3 ⊢ ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (abs‘𝐴) = 𝐴) | |
| 23 | 5, 21, 22 | 3eqtr4d 2808 | . 2 ⊢ ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴)) |
| 24 | 3 | adantr 485 | . . . . 5 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → 𝐴 ∈ ℂ) |
| 25 | 24 | negcld 11557 | . . . 4 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → -𝐴 ∈ ℂ) |
| 26 | 25 | addlidd 11412 | . . 3 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (0 + -𝐴) = -𝐴) |
| 27 | letri3 11296 | . . . . . . . . 9 ⊢ ((𝐴 ∈ ℝ ∧ 0 ∈ ℝ) → (𝐴 = 0 ↔ (𝐴 ≤ 0 ∧ 0 ≤ 𝐴))) | |
| 28 | 14, 27 | mpan2 703 | . . . . . . . 8 ⊢ (𝐴 ∈ ℝ → (𝐴 = 0 ↔ (𝐴 ≤ 0 ∧ 0 ≤ 𝐴))) |
| 29 | 28 | biimprd 251 | . . . . . . 7 ⊢ (𝐴 ∈ ℝ → ((𝐴 ≤ 0 ∧ 0 ≤ 𝐴) → 𝐴 = 0)) |
| 30 | 29 | impl 460 | . . . . . 6 ⊢ (((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) ∧ 0 ≤ 𝐴) → 𝐴 = 0) |
| 31 | 30 | ifeq1da 4520 | . . . . 5 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → if(0 ≤ 𝐴, 𝐴, 0) = if(0 ≤ 𝐴, 0, 0)) |
| 32 | ifid 4529 | . . . . 5 ⊢ if(0 ≤ 𝐴, 0, 0) = 0 | |
| 33 | 31, 32 | eqtrdi 2814 | . . . 4 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → if(0 ≤ 𝐴, 𝐴, 0) = 0) |
| 34 | le0neg1 11723 | . . . . . 6 ⊢ (𝐴 ∈ ℝ → (𝐴 ≤ 0 ↔ 0 ≤ -𝐴)) | |
| 35 | 34 | biimpa 481 | . . . . 5 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → 0 ≤ -𝐴) |
| 36 | 35 | iftrued 4496 | . . . 4 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → if(0 ≤ -𝐴, -𝐴, 0) = -𝐴) |
| 37 | 33, 36 | oveq12d 7430 | . . 3 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (0 + -𝐴)) |
| 38 | absnid 15351 | . . 3 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (abs‘𝐴) = -𝐴) | |
| 39 | 26, 37, 38 | 3eqtr4d 2808 | . 2 ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴)) |
| 40 | 1, 2, 23, 39 | lecasei 11317 | 1 ⊢ (𝐴 ∈ ℝ → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴)) |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ↔ wb 209 ∧ wa 400 = wceq 1570 ∈ wcel 2143 ifcif 4488 class class class wbr 5110 ‘cfv 6538 (class class class)co 7412 ℂcc 11099 ℝcr 11100 0cc0 11101 + caddc 11104 ≤ cle 11245 -cneg 11443 abscabs 15287 |
| 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-cnex 11157 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 ax-pre-mulgt0 11178 ax-pre-sup 11179 |
| 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-rmo 3369 df-reu 3370 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-pss 3926 df-nul 4288 df-if 4489 df-pw 4565 df-sn 4591 df-pr 4593 df-op 4597 df-uni 4874 df-iun 4959 df-br 5111 df-opab 5175 df-mpt 5194 df-tr 5220 df-id 5558 df-eprel 5563 df-po 5571 df-so 5572 df-fr 5616 df-we 5618 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-pred 6304 df-ord 6365 df-on 6366 df-lim 6367 df-suc 6368 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-riota 7369 df-ov 7415 df-oprab 7416 df-mpo 7417 df-om 7864 df-2nd 7988 df-frecs 8279 df-wrecs 8310 df-recs 8359 df-rdg 8398 df-er 8695 df-en 8945 df-dom 8946 df-sdom 8947 df-sup 9403 df-pnf 11246 df-mnf 11247 df-xr 11248 df-ltxr 11249 df-le 11250 df-sub 11444 df-neg 11445 df-div 11873 df-nn 12235 df-2 12304 df-3 12305 df-n0 12506 df-z 12593 df-uz 12864 df-rp 13018 df-seq 14040 df-exp 14100 df-cj 15152 df-re 15153 df-im 15154 df-sqrt 15288 df-abs 15289 |
| This theorem is referenced by: iblabslem 25968 iblabsnclem 38315 |
| Copyright terms: Public domain | W3C validator |