Having a hard time with this one. As I understand it ∩F equals $$\{ x: ∀A ∈ F, x ∈ A)\}$$ which is also equivalent to $\underset{i\in I}{∩} A_i$. And this would mean if F were {{1,2,4},{4,7,8}} then the resulting set of all x ∈ $\underset{i\in I}{∩} A_i$ would be {4}. Is that wrong?
If the above is right, then what is the resulting set of x ∈ (B \ ($\underset{i\in I}{∩} A_i$)) where set B = {1,2,4,7,8,9} and F is the same as above {{1,2,4},{4,7,8}}? With my above logic I would compute $\underset{i\in I}{∩} A_i$ as {4} and subtract this from set B to produce the resulting set of {1,2,7,8,9}. BUT... I ran into a statement that says otherwise so I think my understandings above are botched.
Any help in clearing this one up is greatly appreciated!