Degree at least two supplies two descent steps
Proveddiophantine_degree_ge_two_two_stepsdiophantine-equationsnumber-theory
If then the descent chain begins with two valid steps: there are and with the required positivity, ordering, and square-root identities at each stage. Follows by inverting the inductive degree relation twice. This is the starting point of the proof of Theorem 9.
Preamble
import Definitions.Def_diophantine_descent set_option autoImplicit false open DiophantineDescent
Formal statement
theorem diophantine_degree_ge_two_two_steps (a b c n : Nat) (hn : 2 ≤ n)
(hd : HasDegree a b c n) :
∃ x y z x' y' z' : Nat, Step a b c x y z ∧ Step x y z 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; Section 9, proof of Theorem 9 (, ).