Solve in positive integers $x^{100}-y^{100}=100!$
Problem
Source: Serbia JBMO TST 2020 P2
Tags: number theory
05.09.2020 09:52
Hint Show first that $x, y > 100$. Then bound to finish.
05.09.2020 10:03
05.09.2020 12:03
FLT: $x^{100} \equiv y^{100} \equiv 1 (mod \ 101)$ (101 is prime), if $101$ doesn't divide $x$ nor $y$. $1)$ if $101|x,y$ obviously doesn't work. $2)$ if $101|y$ and doesn't divide $x$, by Wilsons this can't happen $3)$ if $101|x$ and doesn't divide $y$, so $x=101k$, but here we will have minimal difference if $y=100$ ($x$ and $y$ aren't equal) and $k=1$ (everything else will throw it in the negatives or make a bigger gap), but $101^{100}-100^{100}=(101-100)(101^{99}+...+100^{99})> 101^{99}+100^{99} > 2*100^{99} = 100 \cdot 100\cdot ... \cdot 100 \cdot 2 > 100 \cdot 99 \cdot 98 \cdot ... \cdot 2 = 100!$
17.06.2021 09:05
By Wilson Theorem you mean that for every $p \to (p-1)! \equiv -1 ( mod \ p )$ where p is a prime ???
25.01.2022 20:47
If $x$ and $y$ are both not divisible by $101$, then $x^{100} \equiv y^{100} \pmod {101}$ by Fermat's Little Theorem, so $100!$ would again be divisible by $101$, impossible. If $x$ is not divisible by $101$ but $y$ is, then the left hand side would give $1$ by Fermat, while $100! \equiv -1 \pmod {101}$ by Wilson's theorem, contradiction. So we may assume that $x$ is divisible by $101$. But then $x\geq 101$ and since $x>y$ we have $y\leq x-1$, so $2\cdot 3 \cdots 99 \cdot 100 = 100! = x^{100} - y^{100} \geq x^{100} - (x-1)^{100} = (x - (x-1))(x^{99} + x^{98}(x-1) + \cdots + x(x-1)^{98} + (x-1)^{99}) > 101^{99}$, contradiction. Therefore there are no solutions.