I was doing my math exercise and found out a problem.
It is
Is there infinitely many pairs of integers $(m,n)$ such that $m|n^2+1$ and $n|m^2+1$?
After some trials and tips from friends, I found that $(m.n)=(F_{2k-1}, F_{2k+1})$ is a solution. And the friend told me to prove that $F^2_{k+2}-F_kF_{k+4}=(-1)^k$ to finish the solution. But I cannot find any method to prove that (maybe I am dumber than you guys). Can someone help me?
Note that $F_k$ is the $k$th Fibonacci-number.
This is a special case of Catalan's identity. See the proofs here https://proofwiki.org/wiki/Catalan%27s_Identity
Replacing $n$ with $k+2$ and plugging in $r=2$ into any of them and finally noting that $F_2=1$ you get the proof of your claim.