Documentation

FormalConjectures.Wikipedia.LanderParkinAndSelfridgeConjecture

Lander, Parkin, and Selfridge Conjecture #

Reference: https://en.wikipedia.org/wiki/Lander,_Parkin,_and_Selfridge_conjecture

theorem LanderParkinSelfridge.lander_parkin_selfridge (k n m : ) (x : Fin n) (y : Fin m) :
(∀ (i : Fin n), 0 < x i)(∀ (j : Fin m), 0 < y j)(∀ (i : Fin n) (j : Fin m), x i y j)i : Fin n, x i ^ k = j : Fin m, y j ^ kk n + m

The Lander–Parkin–Selfridge conjecture: if the sum of $n$ positive integer $k$-th powers equals the sum of $m$ positive integer $k$-th powers, with all values on the left distinct from all values on the right, then $n + m \geq k$.

Formally, for positive integers $k, n, m \in \mathbb{N}$ and sequences $x : \{0, \ldots, n-1\} \to \mathbb{N}$ and $y : \{0, \ldots, m-1\} \to \mathbb{N}$ with $x_i > 0$, $y_j > 0$, and $x_i \neq y_j$ for all $i, j$, if $$\sum_{i=0}^{n-1} x_i^k = \sum_{j=0}^{m-1} y_j^k,$$ then $k \leq n + m$.

theorem LanderParkinSelfridge.lander_parkin_selfridge.variants.five_three (x₁ x₂ x₃ y : ) :
0 < x₁0 < x₂0 < x₃0 < yx₁ ^ 5 + x₂ ^ 5 + x₃ ^ 5 y ^ 5

Special case of the Lander–Parkin–Selfridge conjecture: there is no solution in positive integers to $$x_1^5 + x_2^5 + x_3^5 = y^5.$$ That is, for all $x_1, x_2, x_3, y \in \mathbb{N}$ with $x_1, x_2, x_3, y > 0$, $$x_1^5 + x_2^5 + x_3^5 \neq y^5.$$ This corresponds to the case $k = 5$, $n = 3$, $m = 1$ of the general conjecture, where $n + m = 4 < 5 = k$ would be required to yield a counterexample.