Fungrim home page

Fungrim entry: 062423

gcd ⁣(p,q)=1\gcd\!\left(p, q\right) = 1
Assumptions:pP  and  qP  and  pqp \in \mathbb{P} \;\mathbin{\operatorname{and}}\; q \in \mathbb{P} \;\mathbin{\operatorname{and}}\; p \ne q
TeX:
\gcd\!\left(p, q\right) = 1

p \in \mathbb{P} \;\mathbin{\operatorname{and}}\; q \in \mathbb{P} \;\mathbin{\operatorname{and}}\; p \ne q
Definitions:
Fungrim symbol Notation Short description
GCDgcd ⁣(a,b)\gcd\!\left(a, b\right) Greatest common divisor
PPP\mathbb{P} Prime numbers
Source code for this entry:
Entry(ID("062423"),
    Formula(Equal(GCD(p, q), 1)),
    Variables(p, q),
    Assumptions(And(Element(p, PP), Element(q, PP), NotEqual(p, q))))

Topics using this entry

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

2021-03-15 19:12:00.328586 UTC