IMO 2012 A5 #
Let $S$ be an integral domain. Find all functions $f : ℝ → S$ such that $f(-1) ≠ 0$ and for any $x, y ∈ ℝ$, $$ f(xy + 1) = f(x) f(y) + f(x + y). $$
Answer #
$f(x) = φ(x) - 1$ for some ring homomorphism $φ : ℝ → S$.
Solution #
We follow the official solution. We skip (4) and immediately prove that the function $g(x) = f(x) + 1$ is odd. The method essentially follows from the official solution as well.
Note that the only ring homomorphism from $ℝ$ to itself is the identity map. However, we have to add a step of showing that $S$ cannot have characteristic $2$. This is done when obtaining $g(1 + xy) = 1 + g(x) g(y)$, where again $g(x) = f(x) + 1$.
Generalization #
Several AoPS users have also solved the problem without the assumption $f(-1) ≠ 0$. See this thread. In particular, the only extra functions are $f ≡ 0$ and $f(x) = x^2 - 1$.
It is even possible to find all functions $f : R → S$ satisfying the functional equation,
where $R$ is a ring and $S$ is a domain; no commutativity is assumed.
See IMOSLLean4/Generalization/IMO2012A5/IMO2012A5.lean for the implementation.
A function g : R → S is called good' if
g(xy + 1) = (g(x) - 1)(g(y) - 1) + g(x + y) for all x, y ∈ R.