In an exercise to prove the Delta Method, the author suggested using Taylor expansion, stating the following:
By Taylor’s expansion, for any $x \in \mathbb R$
$$H(x) = H(\theta) + c(x- \theta) + R(x)(x-\theta)$$
Where $R(x)\rightarrow 0$ as $x\rightarrow \theta$.
Now, I have proved that $X_n \rightarrow_p \theta$. How does one then proves that $R(X_n)\rightarrow_p 0$?