Descent step exists for non-Euler triples
Proveddiophantine_descent_step_existsdiophantine-equationsnumber-theory
Let be a non-Euler Diophantine triple. Then one descent step applies: with , , and , we have and the increasing rearrangement of is again a Diophantine triple. That is, the paper's -operator is well defined. This is the hard number-theoretic half of Proposition 3 (Lemma 7); termination is handled separately by induction on the largest entry.
Preamble
import Definitions.Def_diophantine_descent set_option autoImplicit false open DiophantineDescent
Formal statement
theorem diophantine_descent_step_exists (a b c : Nat) (h : Triple a b c) (hne : ¬ Euler a b c) :
∃ x y z : Nat, Step a b c x y z := by sorrySource
Bo He, Alain Togbé, Volker Ziegler, There is no Diophantine quintuple, arXiv:1610.04020v2, https://arxiv.org/abs/1610.04020v2; Sections 3-4, Lemma 7 (well-definedness of the descent operator).