Show that if $f(x)$ does not have a fixed point then $f(f(x))$ also does not have a fixed point.
Update:
$f$ is continous
I tried proving this by contradicting $f(f(x))$ has an unique fixed point, prove $f(x)$ has an unique fixed point too. but no luck, any help is highly appreciated.
If $f$ is a continuous function from an interval $I \subseteq \Bbb R$ into itself without fixed point then
In both cases, $f \circ f$ has no fixed point.
Without continuity the assertion is false: $$ f(x) = \begin{cases} 1 & \text{ if $x = 0$}\\ -x & \text{ if $x \ne 0$}\\ \end{cases} $$ has no fixed point, but $$ f(f(x)) = \begin{cases} -1 & \text{ if $x = 0$}\\ x & \text{ if $x \ne 0$}\\ \end{cases} $$ has infinitely many.
If the domain is not an interval then the assertion is also false, an example is $$ f: D \to D, x \mapsto -x \, . $$ with $D = (-1, 0) \cup (0, 1)$.