1

I try to describe with Euler diagram the following relations: $A \oplus A = \emptyset$ and $\emptyset \subset (A \cap B) \subset (A \cup B)$. But empty set confuses me.

I even cannot imagine how to use Euler diagram with the first expression. But the second one I understand partially (I hope so):

enter image description here

How in fact to show $\emptyset$ in Euler diagram like in expressions above?

Dragon
  • 243
  • 1
  • 3
  • 8

1 Answers1

1

The condition $A\oplus A = \emptyset$, where $\oplus$ is symmetric difference, is satisfied by every set $A$ as $$A\oplus A = (A\setminus A)\cup(A\setminus A) = \emptyset\cup\emptyset = \emptyset.$$ Therefore, if you want to draw an Euler diagram to represent this condition, just draw any set $A$.

The condition $\emptyset \subset A\cap B \subset A\cup B$, where $\subset$ allows for the possibility of equality, is satisfied by any two sets $A$ and $B$. Clearly $\emptyset \subset A\cap B$ as $\emptyset$ is a subset of every set, and any element which is in both $A$ and $B$ is in at least one of them so $A\cap B \subset A\cup B$. Therefore, to draw a Euler diagram to represent this condition, just draw any two sets $A$ and $B$.