Do all sets include Empty set by default?
Like I have { {a}, {b}, {c} }, its equal to { emptySet, {a}, {b}, {c} }?
See I have this question it goes something like.
The power set of {a, b} is {emptySet, {a}, {b}, {a,b}}
So for all A, B that belongs to the power set {a,b}, A R B where...