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

Theorem max0add 14662
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 10633 . 2 (𝐴 ∈ ℝ → 0 ∈ ℝ)
2 id 22 . 2 (𝐴 ∈ ℝ → 𝐴 ∈ ℝ)
3 recn 10616 . . . . 5 (𝐴 ∈ ℝ → 𝐴 ∈ ℂ)
43adantr 484 . . . 4 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → 𝐴 ∈ ℂ)
54addid1d 10829 . . 3 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (𝐴 + 0) = 𝐴)
6 iftrue 4431 . . . . 5 (0 ≤ 𝐴 → if(0 ≤ 𝐴, 𝐴, 0) = 𝐴)
76adantl 485 . . . 4 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → if(0 ≤ 𝐴, 𝐴, 0) = 𝐴)
8 le0neg2 11138 . . . . . . . . 9 (𝐴 ∈ ℝ → (0 ≤ 𝐴 ↔ -𝐴 ≤ 0))
98biimpa 480 . . . . . . . 8 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → -𝐴 ≤ 0)
109adantr 484 . . . . . . 7 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → -𝐴 ≤ 0)
11 simpr 488 . . . . . . 7 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → 0 ≤ -𝐴)
12 renegcl 10938 . . . . . . . . 9 (𝐴 ∈ ℝ → -𝐴 ∈ ℝ)
1312ad2antrr 725 . . . . . . . 8 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → -𝐴 ∈ ℝ)
14 0re 10632 . . . . . . . 8 0 ∈ ℝ
15 letri3 10715 . . . . . . . 8 ((-𝐴 ∈ ℝ ∧ 0 ∈ ℝ) → (-𝐴 = 0 ↔ (-𝐴 ≤ 0 ∧ 0 ≤ -𝐴)))
1613, 14, 15sylancl 589 . . . . . . 7 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → (-𝐴 = 0 ↔ (-𝐴 ≤ 0 ∧ 0 ≤ -𝐴)))
1710, 11, 16mpbir2and 712 . . . . . 6 (((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) ∧ 0 ≤ -𝐴) → -𝐴 = 0)
1817ifeq1da 4455 . . . . 5 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → if(0 ≤ -𝐴, -𝐴, 0) = if(0 ≤ -𝐴, 0, 0))
19 ifid 4464 . . . . 5 if(0 ≤ -𝐴, 0, 0) = 0
2018, 19eqtrdi 2849 . . . 4 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → if(0 ≤ -𝐴, -𝐴, 0) = 0)
217, 20oveq12d 7153 . . 3 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (𝐴 + 0))
22 absid 14648 . . 3 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (abs‘𝐴) = 𝐴)
235, 21, 223eqtr4d 2843 . 2 ((𝐴 ∈ ℝ ∧ 0 ≤ 𝐴) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴))
243adantr 484 . . . . 5 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → 𝐴 ∈ ℂ)
2524negcld 10973 . . . 4 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → -𝐴 ∈ ℂ)
2625addid2d 10830 . . 3 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (0 + -𝐴) = -𝐴)
27 letri3 10715 . . . . . . . . 9 ((𝐴 ∈ ℝ ∧ 0 ∈ ℝ) → (𝐴 = 0 ↔ (𝐴 ≤ 0 ∧ 0 ≤ 𝐴)))
2814, 27mpan2 690 . . . . . . . 8 (𝐴 ∈ ℝ → (𝐴 = 0 ↔ (𝐴 ≤ 0 ∧ 0 ≤ 𝐴)))
2928biimprd 251 . . . . . . 7 (𝐴 ∈ ℝ → ((𝐴 ≤ 0 ∧ 0 ≤ 𝐴) → 𝐴 = 0))
3029impl 459 . . . . . 6 (((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) ∧ 0 ≤ 𝐴) → 𝐴 = 0)
3130ifeq1da 4455 . . . . 5 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → if(0 ≤ 𝐴, 𝐴, 0) = if(0 ≤ 𝐴, 0, 0))
32 ifid 4464 . . . . 5 if(0 ≤ 𝐴, 0, 0) = 0
3331, 32eqtrdi 2849 . . . 4 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → if(0 ≤ 𝐴, 𝐴, 0) = 0)
34 le0neg1 11137 . . . . . 6 (𝐴 ∈ ℝ → (𝐴 ≤ 0 ↔ 0 ≤ -𝐴))
3534biimpa 480 . . . . 5 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → 0 ≤ -𝐴)
3635iftrued 4433 . . . 4 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → if(0 ≤ -𝐴, -𝐴, 0) = -𝐴)
3733, 36oveq12d 7153 . . 3 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (0 + -𝐴))
38 absnid 14650 . . 3 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (abs‘𝐴) = -𝐴)
3926, 37, 383eqtr4d 2843 . 2 ((𝐴 ∈ ℝ ∧ 𝐴 ≤ 0) → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴))
401, 2, 23, 39lecasei 10735 1 (𝐴 ∈ ℝ → (if(0 ≤ 𝐴, 𝐴, 0) + if(0 ≤ -𝐴, -𝐴, 0)) = (abs‘𝐴))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wb 209  wa 399   = wceq 1538  wcel 2111  ifcif 4425   class class class wbr 5030  cfv 6324  (class class class)co 7135  cc 10524  cr 10525  0cc0 10526   + caddc 10529  cle 10665  -cneg 10860  abscabs 14585
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1797  ax-4 1811  ax-5 1911  ax-6 1970  ax-7 2015  ax-8 2113  ax-9 2121  ax-10 2142  ax-11 2158  ax-12 2175  ax-ext 2770  ax-sep 5167  ax-nul 5174  ax-pow 5231  ax-pr 5295  ax-un 7441  ax-cnex 10582  ax-resscn 10583  ax-1cn 10584  ax-icn 10585  ax-addcl 10586  ax-addrcl 10587  ax-mulcl 10588  ax-mulrcl 10589  ax-mulcom 10590  ax-addass 10591  ax-mulass 10592  ax-distr 10593  ax-i2m1 10594  ax-1ne0 10595  ax-1rid 10596  ax-rnegex 10597  ax-rrecex 10598  ax-cnre 10599  ax-pre-lttri 10600  ax-pre-lttrn 10601  ax-pre-ltadd 10602  ax-pre-mulgt0 10603  ax-pre-sup 10604
This theorem depends on definitions:  df-bi 210  df-an 400  df-or 845  df-3or 1085  df-3an 1086  df-tru 1541  df-ex 1782  df-nf 1786  df-sb 2070  df-mo 2598  df-eu 2629  df-clab 2777  df-cleq 2791  df-clel 2870  df-nfc 2938  df-ne 2988  df-nel 3092  df-ral 3111  df-rex 3112  df-reu 3113  df-rmo 3114  df-rab 3115  df-v 3443  df-sbc 3721  df-csb 3829  df-dif 3884  df-un 3886  df-in 3888  df-ss 3898  df-pss 3900  df-nul 4244  df-if 4426  df-pw 4499  df-sn 4526  df-pr 4528  df-tp 4530  df-op 4532  df-uni 4801  df-iun 4883  df-br 5031  df-opab 5093  df-mpt 5111  df-tr 5137  df-id 5425  df-eprel 5430  df-po 5438  df-so 5439  df-fr 5478  df-we 5480  df-xp 5525  df-rel 5526  df-cnv 5527  df-co 5528  df-dm 5529  df-rn 5530  df-res 5531  df-ima 5532  df-pred 6116  df-ord 6162  df-on 6163  df-lim 6164  df-suc 6165  df-iota 6283  df-fun 6326  df-fn 6327  df-f 6328  df-f1 6329  df-fo 6330  df-f1o 6331  df-fv 6332  df-riota 7093  df-ov 7138  df-oprab 7139  df-mpo 7140  df-om 7561  df-2nd 7672  df-wrecs 7930  df-recs 7991  df-rdg 8029  df-er 8272  df-en 8493  df-dom 8494  df-sdom 8495  df-sup 8890  df-pnf 10666  df-mnf 10667  df-xr 10668  df-ltxr 10669  df-le 10670  df-sub 10861  df-neg 10862  df-div 11287  df-nn 11626  df-2 11688  df-3 11689  df-n0 11886  df-z 11970  df-uz 12232  df-rp 12378  df-seq 13365  df-exp 13426  df-cj 14450  df-re 14451  df-im 14452  df-sqrt 14586  df-abs 14587
This theorem is referenced by:  iblabslem  24431  iblabsnclem  35120
  Copyright terms: Public domain W3C validator