Let's say I wanted to prove the principle of duality using a concrete example of some sets.
We will define a statement and some sets as follows:
$A∪B = \mathbb{U}$
$\mathbb{U} = \{1, \,2, \,3, \,4, \,5, \,6, \,7\}$
$A = \{1,\,2, \,3,\,4, \,5\}$
$B = \{4,\,5, \,6,\,7\}$
Now, if we apply the principle of duality, we come up with the following statement:
$A∩B = ∅$
This doesn't seem to be true, as
$A∩B = \{4, \,5\}$
Is the principle of duality only true if the sets don't intersect, or am I doing something wrong?
You're probably thinking of:
When the second, for instance, is applied to your sets, we get: $(A\cap B )^c=A^c\cup B^c$ or $\{4,5\}^c=\{1,2,3,6,7\}=\{1,2,3,4,5\}^c\cup\{4,5,6,7\}^c $, which is true since $\{1,2,3,4,5\}^c=\{6,7\}$ and $\{4,5,6,7\}^c=\{1,2,3\}$.