Find all $f : \mathbb{N} \to \mathbb{N}$ such that $$f(a) + f(b) \mid a+b, \ \forall \ a, b \in \mathbb{N}$$
All I can find is the following:
If we put $a=b=n$ we get $f(n)\mid n$, so $f(n)\leq n$ for all $n \in \mathbb{N}$.
So $f(1)=1$ and we have $f(n)+1\mid n+1$.
Any suggestion how to proceed?