The radical of n
denoted is the product of the distinct prime factors of n
.
Equations
- ABC.radical n = n.primeFactors.prod id
Instances For
Quality q(a, b, c)
of the triple (a, b, c)
is defined as q(a,b,c) = log (c) / log (rad(abc))
.
Equations
- ABC.quality a b c = Real.log ↑c / Real.log ↑(ABC.radical (a * b * c))
Instances For
For every positive real number ε, there exists a constant K_ε
such that for all triples (a, b, c) of coprime positive integers, with a + b = c we have c < K_ε rad(abc)^(1+ε)
.
For every positive real number ε, there exist only finitely many triples (a, b, c)
of coprime positive integers with a + b = c
such that q(a, b, c) > 1 + ε
.