I am currently practicing my proof writing skills and found a problem that asked to prove that there are not solutions in the natural numbers to :$\frac{a^{2}+b^{2}}{a^{2}-b^{2}}$
($a$ and $b$ are natural numbers and $a>b$)
I proceeded in the following way:
suppose that: $\frac{a^{2}+b^{2}}{a^{2}-b^{2}}\in\mathbb{N}$.
we have :
$\frac{a^{2}+b^{2}}{a^{2}-b^{2}}\in\mathbb{N}$
$\Rightarrow$ $(\exists k\in\mathbb{N}) ;\frac{a^{2}+b^{2}}{a^{2}-b^{2}}=k$
$\Rightarrow$ $a^{2}+b^{2}=k(a^{2}-b^{2})$
$\Rightarrow$ $a^{2}+b^{2}=ka^{2}-kb^{2}$
$\Rightarrow$ $b^{2}(k+1)=a^{2}(k-1)$
$\Rightarrow$ $\frac{b^{2}}{a^{2}}=\frac{k-1}{k+1}$
Notice how $\frac{b^{2}}{a^{2}}$ is positif and smaller than 1, and same for $\frac{k-1}{k+1}$ which contradicts the assumption.
Therefore $\frac{a^{2}+b^{2}}{a^{2}-b^{2}}\notin\mathbb{N}$
Note: I am not sure of the vality of the reasoning in the last line, and this is the main reason why I am posting to ask a question about it as well: Is treating the case like this is enough or should I analyse the inverse of the last line?
Thank you for anyone who will read this post and thank you for helping ! I wish all of you a wonderful day !