Fungrim home page

Fungrim entry: 4f1441

blcm ⁣(a,b)b \mid \operatorname{lcm}\!\left(a, b\right)
Assumptions:aZandbZ{0}a \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, b \in \mathbb{Z} \setminus \left\{0\right\}
TeX:
b \mid \operatorname{lcm}\!\left(a, b\right)

a \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, b \in \mathbb{Z} \setminus \left\{0\right\}
Definitions:
Fungrim symbol Notation Short description
LCMlcm ⁣(a,b)\operatorname{lcm}\!\left(a, b\right) Least common multiple
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("4f1441"),
    Formula(Divides(b, LCM(a, b))),
    Variables(a, b),
    Assumptions(And(Element(a, ZZ), Element(b, SetMinus(ZZ, Set(0))))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC