1

Find all functions $f\colon \mathbb R \to \mathbb R$ such that $$\large f(f(x)(y + 1)) = x[f(y) + 1], \forall x, y \in \mathbb R$$

Let $P(x, y)$ be the assertion $f(f(x)(y + 1)) = x[f(y) + 1]$.

For $P(0, -1)$ and $P(x, 0)$, we respectively have that $f(0) = 0$ and $f^2(x) = x, \forall x \in \mathbb R$.

This implies that $f(x)$ is a bijective function, (although I am not sure why).

For $P(x, x - 1)$, we have that $f(xf(x)) = x[f(x - 1) + 1], \forall x \in \mathbb R$

Then... I don't know what to do next.

user26857
  • 52,094

1 Answers1

1

To answer your question about the bijection: if $f(f(x)) = x$ then $f$ is certainly surjective (since $x \mapsto x$ is surjective) and it is also injective (since if $f(x) = f(y)$ then $x = f(f(x)) = f(f(y)) = y$).