I am wondering whether this is true:
$$ \big(\bigcup_i A_i\big)\ \cap\ \big(\bigcup_i B_i\big) = \bigcup_i \big( A_i \cap B_i \big) $$
I have found proof that union distributes over intersection of not indexed sets and some proof where only one of the two sets is indexed, but I cannot prove myself whether this holds or not.
Any ideas?
It doesn't hold, not even for finite index sets.
For example
$$(\{1\} \cup \{2\}) \cap (\{2\} \cup \{1\}) = \{1,2\}$$ but $$(\{1\} \cap \{2\}) \cup (\{2\} \cap \{1\}) = \emptyset$$
What is true is this:
$$\left(\bigcup_{i\in I} A_i\right) \cap \left(\bigcup_{j\in J} B_j\right) = \bigcup_{i\in I, j \in J} A_i \cap B_j$$