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 !
@Hagen von Eitzen 's answer looks good, but given the OP's work there is a shorter path to a solution.
Indeed, they saw that for all rationals $m,n$, $f(m)+f(n)=2f\left(\frac{m+n}{2}\right)$.
Now, let $g(x)=f(x)-f(0)$, then $g$ satisfies the equation $\frac{g(m)+g(n)}{2}=g\left(\frac{m+n}{2}\right)$. Set $m=2y$, $n=0$, if follows that $g(2y)=2g(y)$ for all rationals $y$, and thus $g(m)+g(n)=g(m+n)$, hence a Cauchy equation.