My maths textbook says,
1) If x ∉ (A∩B)
=> x ∉ A or x ∉ B
2) If, A = {x:x is divisible by 3 and 5}
=> A' = {x:x is not divisible by 3 or x is not divisible by 5}
The italicised parts are troubling me. I am unable to visualise them or even comprehend them, especially the contextual meaning of the word "or" used in them. Please help me to understand these statements.
$A\cap B$ is the set of all objects that belong both to A and to B :
$A\cap B= \{x| x \in A \land x\in B\}$
"it is not the case that both sentence $P$ and sentence $Q$ are true"
is equivalent to
" either $P$ is false OR $Q$ is false".
Saying that " Peter is not both a pianist and a guitarist" means that " either Peter is not a pianist OR Peter is not a guitarist".
Note : you can check using a truth table that DeMorgan's law is actually a logical equivalence.
$A$ = the set of all $x$ such that $3$ divides x
$B$= the set of all $x$ such that $5$ divides $x$ ,
we get :
$(A\cap B)'$
= the set of all $x$ that do NOT belong both to$ A$ and to $B$.
$ = \{x| \neg (3|x \land 5|x)\}$
$ = \{x| \neg (3|x) \lor \neg (5|x)\}$