(Update below)
I'm studying for my Functional Analysis final, and I found an interesting exercise in one of the old exams. There is one part where I am unsure, maybe someone could point me in the right direction.
Consider the Banach space $V:= L^\infty(\Bbb{R})$ with the supremum norm. For each $n \in \Bbb{N}$, define
$$ l_n(g) = \frac{1}{2n}\int_{-n}^ng(x)\, dx, \,\,\, \forall g\in V. $$
Prove that there exists $l \in V^*$ and a subsequence $(n_k)_{k \in \Bbb{N}}$ such that $(l_{n_k})$ converges weak-$*$ to $l$ as $k \to \infty$.
If I understood the convergence in the weak-$*$ sense correctly, I need to find a linear functional $l \in V^*$ such that $l_n(g) \to l(g)$ for all $g \in V$ (or rather, we have convergence along a subsequence). My initial thought was just defining $l(g) = \lim_{n\to \infty} l_n(g)$, but I see no reason why this limit should exist for all $g$.
I then proceeded to define $l$ as above on the subspace of $V$ given by $\{g \in V \mid lim_{x\to \infty}g(x)\text{ and }\lim_{x \to -\infty}g(x) \text{ exist.}\}$, where $l_n(g)$ should converge. Using Hahn-Banach, I can then extend this functional to all of $V$.
Now, since $l_n(g)$ is a bounded sequence, by Bolzano-Weierstrass we can extract a converging subsequence, which should give exactly the subsequence $(l_{n_k})_{k\in \Bbb{N}}$ we are looking for.
Am I on the right track here? I'm particularly unsure about the characterization of weak-$*$ convergence, which is a subject I am still struggling a bit. Any help is greatly appreciated.
Update
As mentioned by @Ofek Arian in his answer, my argument does not work, because just finding for all $g \in V$ a subsequence s.t. $l_{n_k}(g)$ converges is not enough to conclude there is a subsequence s.t. $(l_{n_k})$ converges for all $g \in V$.
Based on @David Mitra's comment, the statement that the exercise wants me to prove might actually not even be true. I will try to flesh out his argument here, I hope I understood correctly.
If we look at $l_n$ as an element of $L^1$, say $l_n(x) = \frac{1}{2n}\chi_{[-n,n]}(x)$, then the weak-$*$ convergence in the exercise is the same as weak convergence of $l_n$ in $L^1$. We have that $l_n(x) \to 0$ pointwise and if a sequence of elements in $L^1$ converges pointwise (a.e.), as well as weakly in $L^1$, then the two limits must agree. (See e.g., Pointwise a.e. convergence and weak convergence in Lp). So the weak limit along any subsequence would need to be the zero function. But for $g \equiv 1$, the constant $1$ function, we have $l_n(g) = 1 \, \forall n \in \Bbb{N}$, showing that $l_n$ can't possibly converge weakly to the zero function along any subsequence.
Since the first part of the exercise was 'state the Banach-Alaoglu Theorem', I am led to believe that the intention might have been what @Ofek Arian mentioned in his comment, namely to invoke Banach-Alaoglu to deduce that the closed unit ball of $V^*$ is weak-$*$ compact, and use this fact to extract a converging subsequence. But compactness and sequential compactness need not agree in the weak-$*$ topology, and it is in fact different in the case of $(L^\infty)^*$. It's possible that this is just a mistake in the exercise...
Update 2
As @SeverinSchraven noticed, one needs to be careful when arguing that such subsequence cannot exist. It is a priori not clear, that the weak-$*$ limit of $l_n$ can be represented by a function in $L^1$, so the linked result cannot be directly applied. Nonetheless, this can be fixed, as @DavidMitra argued: If we had weak-$*$ convergence in $(L^\infty)^*$, we would get a weak Cauchy sequence (in $L^1$), and in $L^1$, weak Cauchy implies weakly convergent. See e.g., Weak limit of an $L^1$ sequence. Thus, we may actually apply the linked result as done above to argue that no such subsequence can exist.
(I hope I have written down your argument faithfully).