I came across the following problem:
Find for which $a \in \mathbb{R}$ there exists a non-constant function $f:(0, 1] \rightarrow \mathbb{R}$
$a+f(x+y-xy)+f(x)f(y) \leq f(x)+f(y)$ for each $x, y \in (0, 1]$
My attempt: If $a \leq 0$ then $f(x) = x$ is an obvious solution
If $a > 0$ then:
We have that $f(x+y-xy) +f(x)f(y) \lt f(x)+f(y)$
Substitute $x = 1$:
$f(1) + f(1)f(y) \lt f(1)+f(y)$
$f(1)f(y) \lt f(y)$
From here we get 3 cases:
1)Let $f(y) \leq 0$ for all $y$. Then $f(1) \geq 1$, contradiction.
2)Let $f(t) \lt 0$ for some $t$ and $f(s) \gt 0$ for some $s$
Now $f(1)f(s) \lt f(s)$, so $f(1) \lt 1$ and $f(1)f(t) \lt f(t)$, so $f(1) \gt 1$ and we get a contradiction.
3)This means that $f(x) \geq 0$ for all $x$. How can I complete this case?
Any help/hint would be appreciated.
Potentially useful that if you consider $g(x):=f(1-x)$, you see that the problem is equivalent to:
$a+g(1-x-y+xy)+g(1-x)g(1-y)\leq g(1-x)+g(1-y)$
Now, change $(x,y)\rightarrow (1-u,1-v)$, and we see
$a+g(uv)+g(u)g(v) \leq g(u)+g(v)$
Note that as $x,y \in (0,1]$, then $u,v \in [0,1)$.