Could anyone help me with this very simple exercise? Let $(X,\mathcal F,\mu)$ be a measure space, and $A,B\in\mathcal F$ such that $A\cap B=\varnothing$. Consider the sequence $$f_n = \begin{cases} 1_A, & \text{if $n$ is even} \\ 1_B, & \text{if $n$ is odd} \end{cases}$$ where $1_A$ is the indicator function of the set $A$.
I have to prove that Fatou's Lemma holds, but the inequality should be strict. As usual, I get confused with indicator functions. My reasoning is: for all the even terms of my sequence, I get the indicator function on the set A, that is: if n is in A, I get 1, and 0 otherwise. The same happens with the odd terms. Since A and B never intersect each other, there is no x in A\capB. So, the only values of my sequence are 1 and 0, and then the computation of the limit reduces to that of a simple indicator function. Is this right? Can I conclude that the liminf is 0? So, the integral of my liminf is simply 0? But now I get confused. I tried to draw a stupide picture of this, but it gets me nowhere. What does it really mean checking that a point is in the set A? What's wrong with my reasoning? Thanks.