Given that $A,B, C$ are independent events, I am trying to prove that $A \cup B$ and $B \cup C$ are independent.
$$P((A \cup B) \cap (B \cup C)) \\= P(B \cup (A \cap C)) \\= P(B) + P(A \cap C) - P(A \cap B \cap C) \\= P(B) + P(A)P(C) - P(A)P(B)P(C)\\ = P(B) + P(A)P(C) \left(1 - P(B) \right).$$
This clearly does not equal $P(A \cup B)P(B \cup C).$ How do I find an explicit counterexample to the claim that $A \cup B$ and $B \cup C$ are independent events? I am struggling because of the condition that $A,B,C$ must be independent.