Let $f_n$ be a sequence of measurable functions defined on a measurable set $E$ .Define $E_0$ to be the set of points $x$ in $E$ at which $\{f_n(x)\}$ converges .Is the set $E_0$ measurable?
My try:
Let $f(x)=\lim _{n\to \infty} f_n(x)$
$E_0=\{x\in E:f_n(x) \mbox{converges}\}$
To show that $E_0$ is measurable consider the set $\{x:f(x)>c\}$ for any $c\in \Bbb R$.
If $f_n(x)$ converges for some $a\in E_0$ then $f(a)=\lim _{n\to \infty} f_n(a)$ then $|f_n(a)-f(a)|<\frac{1}{n}\forall n\in \Bbb N$
So $f(a)-\frac{1}{n}<f_n(a)<f(a)+\frac{1}{n};\forall n\in \Bbb N$
Then $\{x:f(x)>c\}=\cap_{{n\in \Bbb N}}[\{x:f_n(x)>f(a)-\frac{1}{n}\}\cap \{x:f_n(x)<f(a)+\frac{1}{n}\}]$ which is measurable as $f_n$ is measurable and measurable sets form a $\sigma-$ algebra.
Is the proof correct?