| 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 2764 | . . 3 ⊢ (𝑥 = 𝐴 → (𝑥 = 0 ↔ 𝐴 = 0)) | |
| 2 | breq1 5106 | . . . 4 ⊢ (𝑥 = 𝐴 → (𝑥 < 0 ↔ 𝐴 < 0)) | |
| 3 | 2 | ifbid 4506 | . . 3 ⊢ (𝑥 = 𝐴 → if(𝑥 < 0, -1, 1) = if(𝐴 < 0, -1, 1)) |
| 4 | 1, 3 | ifbieq2d 4509 | . 2 ⊢ (𝑥 = 𝐴 → if(𝑥 = 0, 0, if(𝑥 < 0, -1, 1)) = if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1))) |
| 5 | df-sgn 15160 | . 2 ⊢ sgn = (𝑥 ∈ ℝ* ↦ if(𝑥 = 0, 0, if(𝑥 < 0, -1, 1))) | |
| 6 | c0ex 11224 | . . 3 ⊢ 0 ∈ V | |
| 7 | negex 11479 | . . . 4 ⊢ -1 ∈ V | |
| 8 | 1ex 11227 | . . . 4 ⊢ 1 ∈ V | |
| 9 | 7, 8 | ifex 4533 | . . 3 ⊢ if(𝐴 < 0, -1, 1) ∈ V |
| 10 | 6, 9 | ifex 4533 | . 2 ⊢ if(𝐴 = 0, 0, if(𝐴 < 0, -1, 1)) ∈ V |
| 11 | 4, 5, 10 | fvmpt 6986 | 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 2145 ifcif 4482 class class class wbr 5103 ‘cfv 6533 0cc0 11124 1c1 11125 ℝ*cxr 11266 < clt 11267 -cneg 11466 sgncsgn 15159 |
| 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 2147 ax-9 2155 ax-10 2178 ax-11 2194 ax-12 2213 ax-ext 2732 ax-sep 5251 ax-nul 5263 ax-pr 5398 ax-1cn 11182 ax-icn 11183 ax-addcl 11184 ax-mulcl 11186 ax-i2m1 11192 |
| 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 2564 df-eu 2594 df-clab 2739 df-cleq 2752 df-clel 2835 df-nfc 2909 df-ne 2956 df-ral 3077 df-rex 3087 df-rab 3413 df-v 3452 df-dif 3902 df-un 3904 df-in 3906 df-ss 3916 df-nul 4280 df-if 4483 df-sn 4585 df-pr 4587 df-op 4591 df-uni 4868 df-br 5104 df-opab 5168 df-mpt 5187 df-id 5550 df-xp 5661 df-rel 5662 df-cnv 5663 df-co 5664 df-dm 5665 df-iota 6489 df-fun 6535 df-fv 6541 df-ov 7416 df-neg 11468 df-sgn 15160 |
| This theorem is used by: sgn0 15162 sgnp 15163 sgnn 15167 sgnrn 15171 sgnneg 15173 sgn3da 15174 reabssgn 44476 |
| Copyright terms: Public domain | W3C validator |