#is (A∩B)∩(B∩C)=B∩(A∩C) true
6 messages · Page 1 of 1 (latest)
True
Take RHS
Bn(AnC)
(BnA)n(BnC)
thanks a bunch
u can check by making venn diagram
Yes, intersection is associative, so the brackets don't really matter much and taking a "double intersection" if you wish to call it like that (i.e. A∩B∩B = A∩B) doesn't do much.