No ordered Diophantine quintuple has 2a at most b at most 3a
Opendiophantine_quintuple_not_b_le_3a_of_2a_lediophantine-equationsnumber-theory
Let be a Diophantine quintuple. Then the ratio regime
is impossible. This is Case 2 of Cipu and Fujita's proof that every ordered Diophantine quintuple satisfies ; together with the complementary small-ratio case it exhausts . Formalization note: and for an ordered quintuple .
Preamble
import Definitions.Def_diophantine_descent set_option autoImplicit false open DiophantineDescent
Formal statement
theorem diophantine_quintuple_not_b_le_3a_of_2a_le (f : Fin 5 → Nat)
(hq : Quintuple f) (ho : Ordered f)
(h1 : 2 * f 0 ≤ f 1) (h2 : f 1 ≤ 3 * f 0) : False := by sorrySource
Cipu and Fujita, Bounds for Diophantine quintuples, Glasnik Matematicki 50(1) (2015), Theorem 1.1, Case 2, https://doi.org/10.3336/gm.50.1.03