I am looking for a hint or feedback on what I've already done, not a full solution.
$f=t\sin{\left(\frac{1}{t}\right)}$ for $t\ne 0$, $f(0)=0$,
My idea is that I only have to worry about the steep parts.
My approach:
Proof sketch:
Let $\epsilon > 0 $ be arbitrary, we seek to find $\delta$ such that $\forall x,y \in [0,1]$, $|x-y|<\delta \Longrightarrow |x\sin{\left(\frac{1}{x}\right)}- y\sin{\left(\frac{1}{y}\right)}|<\epsilon$
SCRATCHWORK
\begin{align*}
& t\sin{\left(\frac{1}{t}\right)} = \frac{2}{\pi(4k+1)} \text{ is true for } t =\frac{2}{\pi(4k+1)} \\
& t\sin{\left(\frac{1}{t}\right)} = - \frac{2}{\pi(4k+3)} \text{ is true for } t =\frac{2}{\pi(4k+3)}
\end{align*}
and
\begin{align*}
&\text{distance}\left(f_1\left(\frac{2}{\pi(4k+1)}\right), f_1\left(\frac{2}{\pi(4k+3)}\right)\right) = \\
& \frac{2}{\pi(4k+1)} - \left(- \frac{2}{\pi(4k+3)} \right) =\\
& \frac{16k+8}{\pi (4k+1)(4k+3)}=\\
& \left(\frac{4}{\pi}\right)\frac{4k+2}{(4k+1)(4k+3)}
&
\end{align*}
Define $\epsilon(k) = $ such $k$ so that
$$
\left(\frac{4}{\pi}\right)\frac{4k+2}{(4k+1)(4k+3)} < \epsilon
$$
So as long as $\delta = \frac{2}{\pi(4\epsilon(k)+1)} - \frac{2}{\pi(4\epsilon(k)+3)}= \frac{4}{\pi(4\epsilon(k)+1)(4\epsilon(k)+3)}$ we should be good? I am trying to focus on the pre image of the steepest parts of the function and then looking at the width of that. I am pretty brain dead right now... I feel like this delta works, but I need more/better justification...