Prove that: $n(A-B)=n(A)-n(A \cap B)$
This is an example from my book in which first step is like this:$$n(A)=n(A-B)+n(A \cap B) $$
But how did they get it.
Prove that: $n(A-B)=n(A)-n(A \cap B)$
This is an example from my book in which first step is like this:$$n(A)=n(A-B)+n(A \cap B) $$
But how did they get it.
For every element $x \in A$ we have either $x \in A \cap B$ or $x \in A - B$, but never both. Thus, the number of elements in $A$ is equal to the number of elements in $A \cap B$ plus the number of elements in $A - B$, i.e. $n(A) = n(A \cap B) + n(A - B)$.