Fungrim home page

Fungrim entry: 8dc1c9

gcd ⁣(a,lcm ⁣(b,c))=lcm ⁣(gcd ⁣(a,b),gcd ⁣(a,c))\gcd\!\left(a, \operatorname{lcm}\!\left(b, c\right)\right) = \operatorname{lcm}\!\left(\gcd\!\left(a, b\right), \gcd\!\left(a, c\right)\right)
Assumptions:aZandbZandcZa \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, b \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, c \in \mathbb{Z}
TeX:
\gcd\!\left(a, \operatorname{lcm}\!\left(b, c\right)\right) = \operatorname{lcm}\!\left(\gcd\!\left(a, b\right), \gcd\!\left(a, c\right)\right)

a \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, b \in \mathbb{Z} \,\mathbin{\operatorname{and}}\, c \in \mathbb{Z}
Definitions:
Fungrim symbol Notation Short description
GCDgcd ⁣(n,k)\gcd\!\left(n, k\right) Greatest common divisor
LCMlcm ⁣(a,b)\operatorname{lcm}\!\left(a, b\right) Least common multiple
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("8dc1c9"),
    Formula(Equal(GCD(a, LCM(b, c)), LCM(GCD(a, b), GCD(a, c)))),
    Variables(a, b, c),
    Assumptions(And(Element(a, ZZ), Element(b, ZZ), Element(c, 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