Global bounds for a quintuple (Proposition 5)
Opendiophantine_quintuple_global_bounddiophantine-equationsnumber-theory
Let be a Diophantine quintuple. Then
This is the numerical part of Proposition 5 (Section 7), proved via linear forms in logarithms (Theorems 5–6). It is the shared global estimate used by the proofs of Theorems 8 and 9 to cap the subsequent finite searches; the companion Pell-exponent bound is stated separately.
Preamble
import Definitions.Def_diophantine_descent set_option autoImplicit false open DiophantineDescent
Formal statement
theorem diophantine_quintuple_global_bound (f : Fin 5 → Nat)
(hq : Quintuple f) (ho : Ordered f) :
f 0 * f 2 < 67700000000000000000000000 ∧ f 3 < 18300000000000000000000000000000000000000000000000000 := by sorrySource
Bo He, Alain Togbé, Volker Ziegler, There is no Diophantine quintuple, arXiv:1610.04020v2, https://arxiv.org/abs/1610.04020v2; Section 7, Proposition 5 (bounds , ).