Find all injections $f: \mathbb N \to \mathbb N$ such that:
$f(n + m) + f(n - m) = f(n) - f(m) + f(f(m) + n) $
I have an idea to substitute $n=m$, since if $f(n)=f(m)$, then $n=m$ (the rule for injective functions).
If I do that, I get $f(2m)+f(0)=f(f(m)+m)$ and after that I have no idea what to do.
Any help?