Assumptions:
TeX:
\operatorname{xgcd}\!\left(a, 0\right) = \left(\left|a\right|, \operatorname{sgn}(a), 0\right) a \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
XGCD | Extended greatest common divisor | |
Abs | Absolute value | |
Sign | Sign function | |
ZZ | Integers |
Source code for this entry:
Entry(ID("e352ca"), Formula(Equal(XGCD(a, 0), Tuple(Abs(a), Sign(a), 0))), Variables(a), Assumptions(Element(a, ZZ)))