MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  max0add Structured version   Visualization version   GIF version

Theorem max0add 15363
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.)
Assertion
Ref Expression
max0add (𝐴 ∈ ℝ → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴))

Proof of Theorem max0add
StepHypRef Expression
1 0red 11212 . 2 (𝐴 ∈ ℝ → 0 ∈ ℝ)
2 id 23 . 2 (𝐴 ∈ ℝ → 𝐴 ∈ ℝ)
3 recn 11191 . . . . 5 (𝐴 ∈ ℝ → 𝐴 ∈ ℂ)
43adantr 485 . . . 4 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → 𝐴 ∈ ℂ)
54addridd 11411 . . 3 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (𝐴 + 0) = 𝐴)
6 iftrue 4494 . . . . 5 (0 ≤ 𝐴 → if(0 ≤ 𝐴, 𝐴, 0) = 𝐴)
76adantl 486 . . . 4 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → if(0 ≤ 𝐴, 𝐴, 0) = 𝐴)
8 le0neg2 11724 . . . . . . . . 9 (𝐴 ∈ ℝ → (0 ≤ 𝐴 ↔ -𝐴 ≤ 0))
98biimpa 481 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → -𝐴 ≤ 0)
109adantr 485 . . . . . . 7 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → -𝐴 ≤ 0)
11 simpr 489 . . . . . . 7 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → 0 ≤ -𝐴)
12 renegcl 11522 . . . . . . . . 9 (𝐴 ∈ ℝ → -𝐴 ∈ ℝ)
1312ad2antrr 738 . . . . . . . 8 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → -𝐴 ∈ ℝ)
14 0re 11211 . . . . . . . 8 0 ∈ ℝ
15 letri3 11296 . . . . . . . 8 ((-𝐴 ∈ ℝ ∧ 0 ∈ ℝ) → (-𝐴 = 0 ↔ (-𝐴 ≤ 0 ∧ 0 ≤ -𝐴)))
1613, 14, 15sylancl 597 . . . . . . 7 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → (-𝐴 = 0 ↔ (-𝐴 ≤ 0 ∧ 0 ≤ -𝐴)))
1710, 11, 16mpbir2and 725 . . . . . 6 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → -𝐴 = 0)
1817ifeq1da 4520 . . . . 5 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → if(0 ≤ -𝐴, -𝐴, 0) = if(0 ≤ -𝐴, 0, 0))
19 ifid 4529 . . . . 5 if(0 ≤ -𝐴, 0, 0) = 0
2018, 19eqtrdi 2814 . . . 4 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → if(0 ≤ -𝐴, -𝐴, 0) = 0)
217, 20oveq12d 7430 . . 3 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (𝐴 + 0))
22 absid 15349 . . 3 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (abs‘𝐴) = 𝐴)
235, 21, 223eqtr4d 2808 . 2 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴))
243adantr 485 . . . . 5 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → 𝐴 ∈ ℂ)
2524negcld 11557 . . . 4 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → -𝐴 ∈ ℂ)
2625addlidd 11412 . . 3 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (0 + -𝐴) = -𝐴)
27 letri3 11296 . . . . . . . . 9 ((𝐴 ∈ ℝ ∧ 0 ∈ ℝ) → (𝐴 = 0 ↔ (𝐴 ≤ 0 ∧ 0 ≤ 𝐴)))
2814, 27mpan2 703 . . . . . . . 8 (𝐴 ∈ ℝ → (𝐴 = 0 ↔ (𝐴 ≤ 0 ∧ 0 ≤ 𝐴)))
2928biimprd 251 . . . . . . 7 (𝐴 ∈ ℝ → ((𝐴 ≤ 0 ∧ 0 ≤ 𝐴) → 𝐴 = 0))
3029impl 460 . . . . . 6 (((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) ∧ 0 ≤ 𝐴) → 𝐴 = 0)
3130ifeq1da 4520 . . . . 5 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → if(0 ≤ 𝐴, 𝐴, 0) = if(0 ≤ 𝐴, 0, 0))
32 ifid 4529 . . . . 5 if(0 ≤ 𝐴, 0, 0) = 0
3331, 32eqtrdi 2814 . . . 4 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → if(0 ≤ 𝐴, 𝐴, 0) = 0)
34 le0neg1 11723 . . . . . 6 (𝐴 ∈ ℝ → (𝐴 ≤ 0 ↔ 0 ≤ -𝐴))
3534biimpa 481 . . . . 5 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → 0 ≤ -𝐴)
3635iftrued 4496 . . . 4 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → if(0 ≤ -𝐴, -𝐴, 0) = -𝐴)
3733, 36oveq12d 7430 . . 3 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (0 + -𝐴))
38 absnid 15351 . . 3 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (abs‘𝐴) = -𝐴)
3926, 37, 383eqtr4d 2808 . 2 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴))
401, 2, 23, 39lecasei 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