Find all functions $f:\Bbb{Q}\rightarrow \Bbb{Q}$ such that $f(x)+f(t)=f(y)+f(z)$ for all rational numbers $x<y<z<t$ that form an arithmetic progression.
The handout asks me to use to Cauchy equations.
Note: I couldn't make any nice progress, so I tried to add everything I did.
I got $$ f(a)+f(a+3d) = f(a+d) + f(a+2d) \\ f(a+d) + f(a+4d) = f(a+2d) + f(a+3d).$$
and then I got $f(a)+f(a+4d) = 2f(a+2d)$
then I noticed that $a+2d$ is the mean of $a$ and $a+4d$ , so we can say that for any $m,n \in \Bbb Q$ , we get $f(m)+f(n) = 2f(\frac {m+n} {2})$ .
Then , I tried substituting $m=n=0 $, but we don't get anything nice.
Moreover, I still can't figure out how to use Cauchy since I haven't got anything in the form $f(x+y)=f(x)+f(y)$, though $f(m)+f(n) = 2f(\frac {m+n} {2})$ looks quite similar.
Can anyone give me some hints ? Thanks in advance !