This is a problem that I've seen a few times on UCLA's analysis quals that I've been trying to solve, and I have a few questions.
Suppose $\mu_n,\mu$ are positive finite Borel measures on $\mathbb{R}$ such that $$ \int f\,d\mu_n \to \int f \,d\mu \qquad \forall f \in C_c(\mathbb{R}). $$ Show that $\limsup_{n\to\infty} \mu_n(K) \leq \mu(K)$ for all compact subsets $K\subset \mathbb{R}$.
Here's my attempt at a solution. Let $\Lambda: C_c(\mathbb{R}) \to \mathbb{R}$ be the functional given by $\Lambda(f) =\int f \,d\mu$. We have that $|\Lambda(f)| \leq ||f||_\infty \mu(\mathbb{R})$, which shows that $\Lambda$ is a bounded linear functional. By the Riesz Representation theorem, $\Lambda(f) = \int f \,d\tilde\mu$ where $\tilde \mu$ is a regular complex Borel measure.
Question 1: Can we assume/prove that $\mu = \tilde \mu$?
Suppose we can. Let $K\subset \mathbb{R}$ be a compact set. Fix $\epsilon>0$. As $\mu$ is regular, we can find an open set $U\supset K$ with $\mu(U\setminus K)<\epsilon$. Then, by Urysohn's lemma there exists $g$ continuous with $g(x)=0$ for $x\notin U$, $g(x)=1$ for $x\in K$, and $0\leq g(x)\leq 1$ for $x \in U\setminus K$. Clearly, $g$ has compact support. We have that $$ \int g \,d\mu_n \to \int_{U\setminus K} g \,d\mu + \int_K g\,d\mu \leq \mu(K) + \epsilon. $$ On the other hand, $$ \limsup_{n\to \infty} \mu_n(K)\leq \limsup_{n\to \infty}\left(\int_K g\,d\mu_n + \int_{U\setminus K} g\,d\mu_n \right)\leq \epsilon + \mu(K). $$ The first inequality follows since $\int_{U\setminus K}g\,d\mu_n \geq 0$, and the second follows by the above limit. As $\epsilon$ is arbitrary, we get the desired result.
Assuming the first question I made above, is this a valid solution? And, if question 1 is not true, what are some different methods for proving this? Also, my apologies if this question has been asked before; I couldn't seem to find it anywhere on the site.
Edit: I was able to solve the problem without needing to know whether or not Question 1 is true. Regularity of $\mu$ may be already true, but my answer below shows how to get the open set $U$ in my argument above without knowing that $\mu$ is regular.