Given a function $f:\mathbb R \rightarrow \mathbb R $ such that $\lim _{ x\rightarrow\infty }{ f(x) }=\infty$, prove $f(x)\sin(x)$ is not uniformly continuous.
I tried to go by definition:
- $\lim _{ x\rightarrow\infty }{ f(x) }=\infty$ $\ \Rightarrow$ $\ \forall M>0 \ \exists E>0\ \forall x>E:f(x)>M$
- Proving the function is not uniformly continuous: $\ \exists \epsilon>0\ \forall\delta>0\ \exists x_1,x_2\ \in\mathbb R \ s.t. |x_1-x_2|<\delta:|f(x_1)-f(x_2)|\ \geq\epsilon$
- $|f(x_1)\sin(x_1)-f(x_2)\sin(x_2)|> ?$
How can I continue from here?