Proof that $a^n \ne b^{n+1}, (a, b) \in \mathbb{Z}$

53 Views Asked by At

I was wondering if there exists a proof that:

$$a^n \ne b^{n+1},$$ $$a, b \in \mathbb{Z}$$

It would really help with a project that I am working on.

Thank you very much!

1

There are 1 best solutions below

1
On BEST ANSWER

$$8^4 = 4096 = 16^3$$ or in general, for any $k \in \mathbb N$, $$ (k^n)^{n+1} = (k^{n+1})^n $$ gives a counterexample with $a = k^{n+1}$, $b = k^{n}$.