| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > sgnval | Structured version Visualization version GIF version | ||
| Description: Value of the signum function. (Contributed by David A. Wheeler, 15-May-2015.) |
| Ref | Expression |
|---|---|
| sgnval | ⊢ (𝐴 ∈ ℝ* → (sgn‘𝐴) = if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1))) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | eqeq1 2770 | . . 3 ⊢ (𝑥 = 𝐴 → (𝑥 = 0 ↔ 𝐴 = 0)) | |
| 2 | breq1 5117 | . . . 4 ⊢ (𝑥 = 𝐴 → (𝑥 < 0 ↔ 𝐴 < 0)) | |
| 3 | 2 | ifbid 4516 | . . 3 ⊢ (𝑥 = 𝐴 → if(𝑥 < 0, -1, 1) = if(𝐴 < 0, -1, 1)) |
| 4 | 1, 3 | ifbieq2d 4519 | . 2 ⊢ (𝑥 = 𝐴 → if(𝑥 = 0, 0, if(𝑥 < 0, -1, 1)) = if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1))) |
| 5 | df-sgn 15150 | . 2 ⊢ sgn = (𝑥 ∈ ℝ* ↦ if(𝑥 = 0, 0, if(𝑥 < 0, -1, 1))) | |
| 6 | c0ex 11218 | . . 3 ⊢ 0 ∈ V | |
| 7 | negex 11473 | . . . 4 ⊢ -1 ∈ V | |
| 8 | 1ex 11221 | . . . 4 ⊢ 1 ∈ V | |
| 9 | 7, 8 | ifex 4543 | . . 3 ⊢ if(𝐴 < 0, -1, 1) ∈ V |
| 10 | 6, 9 | ifex 4543 | . 2 ⊢ if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1)) ∈ V |
| 11 | 4, 5, 10 | fvmpt 6996 | 1 ⊢ (𝐴 ∈ ℝ* → (sgn‘𝐴) = if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1))) |
| Colors of variables: wff setvar class |
| This proof depends on syntax axioms: → wi 4 = wceq 1570 ∈ wcel 2146 ifcif 4492 class class class wbr 5114 ‘cfv 6543 0cc0 11118 1c1 11119 ℝ*cxr 11260 < clt 11261 -cneg 11460 sgncsgn 15149 |
| This proof depends on axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1828 ax-4 1842 ax-5 1943 ax-6 2000 ax-7 2041 ax-8 2148 ax-9 2156 ax-10 2179 ax-11 2195 ax-12 2216 ax-ext 2738 ax-sep 5262 ax-nul 5274 ax-pr 5409 ax-1cn 11176 ax-icn 11177 ax-addcl 11178 ax-mulcl 11180 ax-i2m1 11186 |
| This proof depends on definitions: df-bi 210 df-an 402 df-or 862 df-3an 1105 df-tru 1573 df-fal 1583 df-ex 1813 df-nf 1817 df-sb 2100 df-mo 2570 df-eu 2600 df-clab 2745 df-cleq 2758 df-clel 2841 df-nfc 2915 df-ne 2962 df-ral 3083 df-rex 3093 df-rab 3420 df-v 3460 df-dif 3911 df-un 3913 df-in 3915 df-ss 3925 df-nul 4290 df-if 4493 df-sn 4595 df-pr 4597 df-op 4601 df-uni 4878 df-br 5115 df-opab 5179 df-mpt 5198 df-id 5561 df-xp 5672 df-rel 5673 df-cnv 5674 df-co 5675 df-dm 5676 df-iota 6499 df-fun 6545 df-fv 6551 df-ov 7426 df-neg 11462 df-sgn 15150 |
| This theorem is used by: sgn0 15152 sgnp 15153 sgnn 15157 sgnrn 15161 sgnneg 15163 sgn3da 15164 reabssgn 44403 |
| Copyright terms: Public domain | W3C validator |