Let $X_1, ..., X_n$ i.i.d., exponentially distributed with parameter $\alpha$. Consider $Y = \frac 1 n \sum_{i=1}^nX_i$. Find such constants $a(\alpha)$ and $\sigma^2(\alpha) > 0$ that $\sqrt{n}(Y \sin Y - a(\alpha)) \overset{\mathbb{d}}{\to} \mathcal{N}(0, \sigma^2(\alpha))$ as $n \rightarrow \infty$.
My attempt:
Let's denote $Y = \frac{S_n}{n}$. Using the law of large numbers, we get: $\frac{S_n}{n} \overset{P}{\to}a$ (where $a$ is the expectation of $X_i$) and therefore $\frac{S_n}{n} \sin (\frac{S_n}{n}) \overset{P}{\to} a \sin a.$ I suppose, we need to use the following lemma to finish the problem: $\xi_n \overset{d}{\to} \xi, \eta_n \overset{d}{\to} c = \text{const} \Rightarrow \xi_n + \eta_n \overset{d}{\to} \xi + c, \xi_n \eta_n \overset{d}{\to} \xi c$ and CLT. But I am stuck with how to do it.