I've been working on a problem involving fractals and iterated function systems...
Consider a contractive map $f \circ f : X \rightarrow X$.
Is there an easy way to prove/disprove that $f$ is contractive?
I've have been trying to solve using the contrapositive... i.e if $f$ is not contractive, is there an easy way to prove $f \circ f$ is not contractive.
The answer to the title question is no. Let $f:\Bbb{R}\to\Bbb{R}$ be the characteristic function of the rationals (so $f(x)=1$ if $x$ rational and $0$ otherwise). Then, $f$ is not continuous (actually nowhere continuous), so it cannot be a contraction (contractions are even Lipschitz continuous). On the other hand, $f\circ f = 1$ is constant so it is a contraction.