Why do both "and" and "or" exist?
"and" is just a change in the argument of "or", and vice versa.
$$ a \cap b = \neg(\neg a \space \cup \space \neg b) $$
$$ a \cup b = \neg(\neg a \space \cap \space \neg b) $$
So why do we have both of them? Do they both exist simply for convenience in defining other more complicated logical structures?
I suppose another way of asking it is, why do we not have no "or's" or no "and's"? (I think)