Let $F(v) = \int_{A} v^2(x)J(x)dx$ where $J$ is bounded.
If $u_n \to u$ in $L^2$ then I want to show that $F(u_n) \to F(u)$.
The proof is $$F(u_n) - F(u) = \int_A (u_n^2 - u^2)J \leq C\int_A (u_n^2 -u^2)$$ Now add and subtract $u_nu$: $$F(u_n) - F(u) \leq C\int_A (u_n^2 -u_nu + u_nu- u^2)=C\int_A (u_n(u_n -u) + (u_n- u)u)\\\leq C|u_n||u_n-u| + C|u||u_n-u|$$ with the norms in $L^2$.This tends to 0.
I wonder is there an easier proof of this statement??
The only thing which could simplify the proof probably is the following: if $u_n\to u$ in $L^2$ then $u_n^2 \to u^2$ in $L^1$ and then one can pass to the limit directly in $F$...