I have the following exercise that concerns me:
Let $X$ be a normed space and $X^*$ its dual space. Suppose $\text{s-lim}\ l_n = l$ and $x_n \to x$. Then $l_n(x_n) \to l(x)$. Does this still hold, if $\text{s-lim}\ l_n = l$ and $x_n \rightharpoonup x$?
We use the following definitions for strong and weak convergence: if $l(x_n) \to l(x)$, we say that $x_n$ converges weakly to $x$ and we write $x_n \rightharpoonup x$. Furthermore, we have $\text{s-lim} \ l_n = l$ iff $l_n(x) \to l(x)$.
My answer to the first question: we look at
$$\lVert l_n(x_n) - l(x) \rVert \leq \lVert l_n(x_n) - l(x_n)\rVert + \lVert l(x_n) - l(x)\Vert \leq \lVert l_n(x_n) - l(x_n)\rVert + \lVert l \rVert \lVert x_n - x \rVert \to 0$$
where we have used the strong convergence $\text{s-lim}\ l_n = l$ for the first and the norm convergence $x_n \to x$ for the second summand.
Now, based on my approach and the definitions I have given, the second question also has to be true. But I am a little bit unsure about that and I think someone really has to pay attention to the details when it comes to dealing with weak and strong convergence. Could anyone maybe help me with that?