Assumptions:
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 |
|---|---|---|
| Sign | Sign function | |
| RR | 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)))