2

Disprove the following equation

$3987^{12} + 4365^{12} = 4472^{12}$

First, since both the two numbers on the LHS were odd and the RHS was even, I tried dividing by 3 and found

$3 \mid 3987$ and $3 \mid 4365$

so

$3 \mid 3987^{12}$ and $3 \mid 4365^{12}$

and by Divisibility of integer combinations we have

$3 \mid (3987^{12}x + 4365^{12}y)$

For the RHS, $4472$ being even will obviously not be divisible by 3

4472/3 = 1490 with remainder 2

So, $3 \nmid 4472$ and thus $3 \nmid 4472^{12}$

In particular let $x = 1$ and $y = 1$

we will get

$3 \mid (3987^{12} + 4365^{12})$

But we have $3987^{12} + 4365^{12} = 4472^{12}$

so

$3 \mid 4472^{12}$ # a contradiction

thus the original statement is false

Is this a valid proof?

Is it safe to assume this step? $3 \nmid 4472 \Rightarrow 3 \nmid 4472^{12}$

blablabla
  • 113
  • Just a fun fact, I found out that this equation is actually correct to the 10th decimal, which is such a near miss to disproving Fermat's Last Theorem. Good job Homer Simpson – blablabla Nov 05 '16 at 04:26
  • 1
    I count only 8 zeros: $(3987^{12} + 4365^{12})^{1/12} = 4472.00000000705\dots$ – Tito Piezas III Nov 05 '16 at 04:35
  • Oops, my bad... – blablabla Nov 05 '16 at 04:36
  • @TitoPiezasIII doesn't that technically count as proof that the equation is false? ;D – 2012ssohn Nov 05 '16 at 04:38
  • @2012ssohn: Computer-aided proofs have not been held in high-esteem ;/ – Tito Piezas III Nov 05 '16 at 04:41
  • The first 10 digits or the last 10? My ald standard of checking the last digit failed as 1+5=6 – fleablood Nov 05 '16 at 05:04
  • The easiest way to test if something is divisible by 3 is to add the digits 3+9+8+7=3+9+15 so 3987 is div by 3. 4+3+6+5=9+6+3 so 4365 is div by 3. But 4+4+7+2=9+8 so 4472 is not. – fleablood Nov 05 '16 at 05:09
  • 1
    You prove is fine but it has 5 times more extraneous information than it needs. Simply state: "3 divides 3987 and 4365 so 3 divides 3987^12+4365^12. But 3 does not divide 4472 so 3 does not divide 4472^12." That'all. And I have 348 characters left. – fleablood Nov 05 '16 at 05:13
  • The left-hand side is 63976656349698612616236230953154487896987106 while the right-hand side is 63976656348486725806862358322168575784124416 but your method is easier – Henry Aug 13 '19 at 01:31

3 Answers3

2

The statement '$4472$ being even will obviously not be divisible by $3$' is false (consider $6$). Aside from that, the reasoning is correct. If a prime $p$ does not divide $n$ it divides no power of $n$.

Fimpellizzeri
  • 23,126
1

Is it safe to assume if $n\not |m$ then $n\not |m^k$?

If $n $ has any prime factors that $m $ doesn't, then absolutely!

But if every prime factor of $n $ is a prime factor of $m $ then.... it depends on if the power of $k$ will make the prime factors of $m^k$ higher than the power of $n $.

Example:

Let $n=12=2^2*3$ and $m=18=2*3^2$. $n \not | m $. They have the same prime factors $2,3$ but $n $ has a higher power of $2$ than $m$ does.

But $m^3$ multiplies those powers three fold: $m^3=2^3*3^6$ so now $n|m^3$.

But if $n$ has ANY prime factor, $p $ that $m$ does not, $n\not |m$ because $m$ has no $p $ factor. Raising $m $ to any power isn't going to add any more new prime factors.

Let $4472 =p^aq^b $ be the prime factorisation. We don't actually care what it is (it's something like $4472=8*559$ or something.... I don't care). The only thing we care is that $3$ isn't in it. So $4472^{12}=p^{12a}q^{12b} $ and $3$ didn't slip in. Nothing slipped in. So we know $3\not |4472^{12}.$

fleablood
  • 124,253
0

$\gcd(3987,13)=\gcd(4365,13)=1$

$\gcd(4472,13)=13$

$3987^{12} + 4365^{12} \equiv 1 + 1 \equiv 2 \pmod{13}$

$4472^{12} \equiv 0 \pmod{13}$