$A \setminus B \cup C$ or $A \setminus (B \cup C)$?
Sorry as this is a very soft question, but I couldn't find the answer anywhere. Are these two things generally considered the same?
$A \setminus B \cup C$ or $A \setminus (B \cup C)$?
Sorry as this is a very soft question, but I couldn't find the answer anywhere. Are these two things generally considered the same?
Copyright © 2021 JogjaFile Inc.
If you mean $(A\setminus B)\cup C$ by $A\setminus B\cup C$, then no they aren't. $(A\setminus B)\cup C$ will contain everything in $C$, but $A\setminus (B\cup C)$ contains nothing from $C$ (since it only contains things which are neither in $B$ nor in $C$).