Let $f_n$ be a sequence of measurable functions on the measure space $(X, \Sigma)$ (so $\Sigma$ is a $\sigma$-algebra on $X$). How can I show that these two sets are measurable?
\begin{align} A & = \{x \in X : \textrm{the sequence $f_n(x)$ doesn't attain its upper bound}\} \\ B & = \{x \in X : \textrm{the sequence $f_n(x)$ is bounded}\} \end{align}
What have I tried? Well, \begin{align} B & = \bigcup_{k \ge 1} \{x : (\forall n) (|f_n(x)| < k)\} \\ & = \bigcup_{k \ge 1} \bigcap_{m \ge 1} \{x : |f_m(x)| < k\} \\ & = \bigcup_{k \ge 1} \bigcap_{m \ge 1} f_m^{-1}[(-k, k)]. \end{align}
So $B$ is a measurable set. How about $A$? Maybe it is not measurable?