Find all functions: $f:\mathbb R\to\mathbb R$ that satisfy all the following three conditions:
- $f(-x)=-f(x)$
- $f(x+1)=f(x)+1$
- $f\left(\frac{1}{x}\right)=\frac{f(x)}{x^2}$
I assume $f(x)=x$ satisfies the conditions. I could prove $f(0)=0 $ and $f(n)=n$ for all $n\in{\mathbb{N}}$, then I didn't know how to go any further.
From the given conditions you can prove that $f(x) = x$ for all $x$. Hint: Suppose that for some number $a$, $f(a) = b$. The given conditions allow you to compute $f(-a)$, $f(a+1)$, and $f(1/a)$ (if $a \ne 0$). Use these steps repeatedly to reach other values. If you can find two different sequences of steps that lead to the value of $f$ at the same input, then you can set the results equal to each other and solve for $b$.