Assumptions:
TeX:
\operatorname{lcm}\!\left(a - b, b\right) = \frac{\left|a - b\right| \operatorname{lcm}\!\left(a, b\right)}{\left|a\right|} a \in \mathbb{Z} \setminus \left\{0\right\} \;\mathbin{\operatorname{and}}\; b \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
LCM | Least common multiple | |
Abs | Absolute value | |
ZZ | Integers |
Source code for this entry:
Entry(ID("e74d86"), Formula(Equal(LCM(Sub(a, b), b), Div(Mul(Abs(Sub(a, b)), LCM(a, b)), Abs(a)))), Variables(a, b), Assumptions(And(Element(a, SetMinus(ZZ, Set(0))), Element(b, ZZ))))