Define $f\colon[0,1]\to[0,1]$ such that $f(x) = 3.9x(1-x)$. Consider the iterated function sequence $f_{n+1} = f(f_{n} (x))$. Prove that there is no $N \in \mathbb{N}$ such that the number of fixed points ($f_{n}(x) = x$) of $f_{n}$ is $\leq N$ for all $n \in \mathbb{N}$. Hint: Use the intermediate value theorem.
I know the intermediate value theorme:
Let $f$ be a continuous real function on $[a,b]$. If $f(a) < f(b)$, and if $c$ is a number such that $f(a)<c<f(b)$, then there exists a point $x \in (a,b)$ such that $f(x) = c$.
I understand I have to show that the set $S_{n} = \{x \in [0,1] : f_{n} (x) = x\}$ grows in size for increasing $n$. I am unsure how to go about this problem using the intermediate value theorem.