How to determine the following sets (ex a ∪ {∅})

416 Views Asked by At

Help! I don't know how to determine the following sets

The question was: Let A={∅,{∅},{{∅}}. Determine the following sets

  • a∪{∅}
  • a∩{∅}
  • a∩{{∅},{∅,{∅}}}
  • a∪{{∅},{∅,{∅}}}
1

There are 1 best solutions below

0
On

a∪{∅} = a if ∅ in a.
Otherwise it is a with the additional element ∅.

a∩{∅} = {∅} if ∅ in a. Otherwise it is empty set.