Assume that a sequence of random variables $(X_n)$ converges in distribution to $\mathcal{N}(0,1)$, i.e. that for every $x \in \mathbb {R}$ we have $$\lim_{n \to \infty}\mathbb{P}(X_n \leq x) = \Phi(x).$$
The question is does that imply that the sequence $(-X_n)$ also converges in distribution to $\mathcal{N}(0,1)$. I'm not sure how to prove that it does (?). This is my attempt so far.
For any $x \in \mathbb{R}$, \begin{split} & \lim_{n \to \infty}\mathbb{P}(X_n \leq- x)=\Phi(-x) \\ \implies & \lim_{n \to \infty}\mathbb{P}(X_n \leq -x)=1-\Phi(x) \\ \implies & \lim_{n \to \infty}\left[\mathbb{P}(X_n \leq -x)-1\right]=-\Phi(x) \\ \implies & \lim_{n \to \infty}\left[1-\mathbb{P}(X_n \leq -x)\right]=\Phi(x) \\ \implies & \lim_{n \to \infty}\mathbb{P}(X_n > -x)=\Phi(x) \\ \implies & \lim_{n \to \infty}\mathbb{P}(-X_n < x)=\Phi(x), \\ \end{split} so we yet have to prove that for every $x \in \mathbb{R}$ $$ \lim_{n \to \infty}\mathbb{P}(-X_n < x)= \lim_{n \to \infty}\mathbb{P}(-X_n \leq x).$$ Let's assume opposite, i.e. that there's an $x \in \mathbb{R}$ such that $$\lim_{n \to \infty}\left[\mathbb{P}(-X_n \leq x)-\mathbb{P}(-X_n < x)\right] \neq 0.$$ Now, we have $$\lim_{n \to \infty} \mathbb{P}(-X_n=x)\neq 0,$$ i.e. $$\lim_{n \to \infty} \mathbb{P}(X_n=-x)\neq 0,$$ which means that the limiting cumulative distribution has a discontinuity at the point $-x$. But I'm not sure what to do with that fact - how to get a contradiction with my starting assumption. Thanks for any help, I appreciate it.