In boolean algebra the following is true (From Wolfram):
- $ \emptyset \wedge a = \emptyset $
- $ \emptyset \vee a = a $
- $ I \wedge a = a $
- $ I \vee a = I $
Where $I$ = the universal set
Why are 3 and 4 true?
If $I = \{0,1\}^n$ and $a=\{0,1\}^n$ wouldn't $I \wedge a = \emptyset$, as not all the bits in $I$ or $a$ are $1$?