Assumptions:
TeX:
\operatorname{xgcd}\!\left(a, -a\right) = \left(\left|a\right|, 0, -\operatorname{sgn}(a)\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("0bb73e"), Formula(Equal(XGCD(a, Neg(a)), Tuple(Abs(a), 0, Neg(Sign(a))))), Variables(a), Assumptions(Element(a, ZZ)))