I've heard a famous result that $26$ is the only integer, such that $26-1=25$ is a square number and $26+1=27$ is a cubic number.In other words, $(x,y)=(5,3)$ is the only solution for $x^2+2=y^3$.
How if we make it like this $x^3+2=y^2$? Are there any integral solutions? If so, finite or infinite many?
I've checked first $100$ naturals and no solutions satisfy the equation. However, I have no ideas how to start the proof.
I will leave it to others to find an elementary proof, but I just wanted to say that this equation defines an elliptic curve $E:y^2=x^3+2$. The Mordell-Weil theorem states that the set of rational points is a finitely generated abelian group, so $$E(\mathbb{Q})\cong T_E \times \mathbb{Z}^{R_E},$$ where $T_E$ is a finite subgroup, and $R_E\geq 0$ is called the rank of the elliptic curve. There are methods to calculate $T_E$ and $R_E$ (such as the Nagell-Lutz theorem, or the method of $2$-descent), and these methods are implemented in software such as Sage and Magma. In this case: $$T_E=\{\mathcal{O}\}$$ where $\mathcal{O}$ is the point at infinity with projective coordinates $[1,0,0]$, and $R_E=1$, with a generator $(-1,1)$. So the set of all rational points on $E$ is: $$E(\mathbb{Q})=\{nP: P=(-1,1)\}.$$ The multiples of $P$ have the following coordinates: $$2P=(17/4,-71/8),\ 3P=(127/441, 13175/9261),$$ $$4P=(66113/80656, -36583777/22906304),\ldots$$ Using the theory of heights one can show that $P=(-1,1)$ and $-P=(-1,-1)$ are the only integral points on $E$, but I will not show this here.
I calculated the torsion and rank using the online Magma calculator: