Prove for every positive integer m that is a multiple of $8$, there exist two positive integers $a$ and $b$ that differ by $m$ such that $ab$ is a perfect square.
So far I'm having trouble setting up the proof as well as analyzing what it's actually asking me to do. How do I interpret the part that says "a and b differ by m"?
Here's how I started:
Assume m is an arbitrary positive integer, and also assume that m is a multiple of 8.
WNTS: $\exists$a,b $\in$ $\mathbb{Z}$$^+$, (a-m) ^ (b-m), ab=x$^2$ for some arbitrary x $\in$ $\mathbb{Z}$.
m being a multiple of 8 $\implies$ 8|m $\implies$ m=8k$_1$ for some k$_1$ $\in$ $\mathbb{Z}$.
However, I don't think this is quite right, because I don't know what to do with the (a-m) ^ (b-m) portion.
If I use substitution I get a-m=a-8k$_1$ and b-m=b-8k$_1$. At this point I don't know what to do.
Hint: Let $u$ be maximal with $u^2\mid a$, and $a=u^2w$. Then we must have $w\mid b$ and $\frac bw=v^2$ for some $v$ (and we end up with $ab=(uvw)^2$). Then $a-b=u^2w-v^2w=(u+v)(u-v)w$. Given $m$ with $8\mid m$, can you find suitable $u,v,w$?