Is this a solution for the problem: $\ a^3 + b^3 = c^3\ $ has no nonzero integer solutions?
Suppose $\ a^3 + b^3 = c^3,\ a,b,c \in \mathbb Z^*,\ $then:
$c^3 - b ^ 3 = (c - b)((c - b) ^ 2 + 3cb) = a ^ 3 \quad (1)$
We can assume that all variables are coprime, because $\ c - b\ $ divides $\ 3cb,\ a\ $ and $\ c - b\ $ doesnt divides $\ c,\ b,\ $ so
$c - b = 3 \quad (2),$
from $(1)\ $ and $\ (2)\ $ get $\ 3 (3 ^ 2 + 3 c(c - 3)) = 3^{3}x ^{3},\ c ^ 2 - 3c + 3 = 3x ^3$,
here we see $3$ divides $\ c,\ $and we know $3$ divides $a$, this conflict by assuming.
Edit:
As Nishant commented: "I don't see why $\ c−b\ $ divides $\ 3cb$..."
Divide both side of $(1)\ $ by $\ (c - b)\ $ get $\ 3cb = (c - b)^{2}(x^{3} - 1)$
Update:
If$~(c−b)~$ is a single prime or a product of distinct primes or $~(c−b)~\nmid~a~$ and $~(c−b)~$ isn't a cubic number, then $~(c−b)~$ contains factor$~m~$ of $~a,~$divide both side of $(1)\ $ by $\ (c - b):$
$(c - b) ^ 2 + 3cb = (c-b)^{2}x^3 \quad (2),$
from $~(2)~$ if $~m=3~$ or not, we can get $~c~$ or $~b~$ contains factor $~m,~$this conflict by assuming.
If $~(c−b)=1~$ then $~3c^2-3c+1=a^3,~$
from Wolframalpha get:
$$ c = \dfrac{3- \sqrt{3}\sqrt{4a^{3}-1}}{6} \\ c = \dfrac{\sqrt{3}\sqrt{4a^{3}-1}+3}{6} $$ There's no integer solution (As Steven Stadnicki commented,$~\sqrt{3}\sqrt{4a^{3}-1}~$ isn't an integer, lack of proof)(update: this solved by Jack D'Aurizio see: How to prove $~\sqrt{3}\sqrt{4a^{3}-1}~$ isn't an integer?).
(If$~(c−b)~$ is a cubic number, the problem left: $~(c - b) ^ 2 + 3cb=x^3~$has no nonzero integer solutions for $~c,~b$)
Even if $a,b,c$ are relatively prime, $c-b|a^3$ does not necessarily imply that $c-b |a$.
A simple counterexample is $c=13, b=5, a=2$.
Your conclusion (1) is incorrect.