I have a functional equation with three variables. $f(x,y,z)$ is a real function with three variables where y is different from z i.e., $f(x,y,z)$ defined only for $y \neq z$. This function satisfies
- $f(x,x,y)=0$
- $f(x,y,x)=1$
- $f(x,y,z)f(z,y,r)=f(x,y,r)$
What is the general solution for $f$?
There is no solution.
Note that by 3, For all $x,y,z$ you have $$f(x,y,z)=f(x,y,y)f(y,y,z)=f(x,y,y) \cdot 0 =0$$
But this contradicts 2.
Edited If $f(x,y,z)$ is only defined for $y \neq z$ then,a solution is given by $$f(x,y,z)=\frac{x-y}{z-y}$$