Fungrim home page

Fungrim entry: 67978f

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

a \in \mathbb{Z} \setminus \left\{0\right\} \,\mathbin{\operatorname{and}}\, b \in \mathbb{Z}
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("67978f"),
    Formula(Divides(a, LCM(a, b))),
    Variables(a, b),
    Assumptions(And(Element(a, SetMinus(ZZ, Set(0))), Element(b, ZZ))))

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