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

Theorem sgnval 15005
Description: Value of the signum function. (Contributed by David A. Wheeler, 15-May-2015.)
Assertion
Ref Expression
sgnval (𝐴 ∈ ℝ* → (sgn‘𝐴) = if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1)))

Proof of Theorem sgnval
Dummy variable 𝑥 is distinct from all other variables.
StepHypRef Expression
1 eqeq1 2737 . . 3 (𝑥 = 𝐴 → (𝑥 = 0 ↔ 𝐴 = 0))
2 breq1 5098 . . . 4 (𝑥 = 𝐴 → (𝑥 < 0 ↔ 𝐴 < 0))
32ifbid 4500 . . 3 (𝑥 = 𝐴 → if(𝑥 < 0, -1, 1) = if(𝐴 < 0, -1, 1))
41, 3ifbieq2d 4503 . 2 (𝑥 = 𝐴 → if(𝑥 = 0, 0, if(𝑥 < 0, -1, 1)) = if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1)))
5 df-sgn 15004 . 2 sgn = (𝑥 ∈ ℝ* ↦ if(𝑥 = 0, 0, if(𝑥 < 0, -1, 1)))
6 c0ex 11116 . . 3 0 ∈ V
7 negex 11368 . . . 4 -1 ∈ V
8 1ex 11118 . . . 4 1 ∈ V
97, 8ifex 4527 . . 3 if(𝐴 < 0, -1, 1) ∈ V
106, 9ifex 4527 . 2 if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1)) ∈ V
114, 5, 10fvmpt 6938 1 (𝐴 ∈ ℝ* → (sgn‘𝐴) = if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1)))
Colors of variables: wff setvar class
Syntax hints:  wi 4   = wceq 1541  wcel 2113  ifcif 4476   class class class wbr 5095  cfv 6489  0cc0 11016  1c1 11017  *cxr 11155   < clt 11156  -cneg 11355  sgncsgn 15003
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1796  ax-4 1810  ax-5 1911  ax-6 1968  ax-7 2009  ax-8 2115  ax-9 2123  ax-10 2146  ax-11 2162  ax-12 2182  ax-ext 2705  ax-sep 5238  ax-nul 5248  ax-pr 5374  ax-1cn 11074  ax-icn 11075  ax-addcl 11076  ax-mulcl 11078  ax-i2m1 11084
This theorem depends on definitions:  df-bi 207  df-an 396  df-or 848  df-3an 1088  df-tru 1544  df-fal 1554  df-ex 1781  df-nf 1785  df-sb 2068  df-mo 2537  df-eu 2566  df-clab 2712  df-cleq 2725  df-clel 2808  df-nfc 2883  df-ne 2931  df-ral 3050  df-rex 3059  df-rab 3398  df-v 3440  df-dif 3902  df-un 3904  df-ss 3916  df-nul 4285  df-if 4477  df-sn 4578  df-pr 4580  df-op 4584  df-uni 4861  df-br 5096  df-opab 5158  df-mpt 5177  df-id 5516  df-xp 5627  df-rel 5628  df-cnv 5629  df-co 5630  df-dm 5631  df-iota 6445  df-fun 6491  df-fv 6497  df-ov 7358  df-neg 11357  df-sgn 15004
This theorem is referenced by:  sgn0  15006  sgnp  15007  sgnn  15011  sgnneg  32827  sgn3da  32828  reabssgn  43743
  Copyright terms: Public domain W3C validator