Fungrim home page

Fungrim entry: 18d335

sgn(x)={1,x>01,x<00,x=0\operatorname{sgn}(x) = \begin{cases} 1, & x > 0\\-1, & x < 0\\0, & x = 0\\ \end{cases}
Assumptions:xRx \in \mathbb{R}
TeX:
\operatorname{sgn}(x) = \begin{cases} 1, & x > 0\\-1, & x < 0\\0, & x = 0\\ \end{cases}

x \in \mathbb{R}
Definitions:
Fungrim symbol Notation Short description
Signsgn(z)\operatorname{sgn}(z) Sign function
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("18d335"),
    Formula(Equal(Sign(x), Cases(Tuple(1, Greater(x, 0)), Tuple(-1, Less(x, 0)), Tuple(0, Equal(x, 0))))),
    Variables(x),
    Assumptions(Element(x, RR)))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC