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}$