I am reading Tao's notes on measure theory and I am stuck with an exercise, so here is the problem:
Definition We define $|I|$ the lenght of an interval of endpoints $a<b$ to be $|I|=b-a$. A box in $\mathbb R^d$ is a cartesian product $B=I_1 \times...\times I_d$ of $d$ intervals. An elementary set is any subset of $\mathbb R^d$ which is the union of a fnite number of boxes.
Show that if $E,F \subset \mathbb R^d$ are elementary sets, then $E \cup F$, $E \cap F$, $E \setminus F$ and $E \Delta F$ are elementary sets. If $x \in \mathbb R^d$ show that the translate $E+x=\{y+x : y \in E\}$ is an elementary set.
Attempt at a solution
If $E$ and $F$ are elementary sets then $E=B_1 \cup ... \cup B_k$ and $F=S_1 \cup ... \cup S_n$ union of $k$ and $n$ boxes respectively , so $E \cup F=(B_1 \cup ... \cup B_k) \cup (S_1 \cup ... \cup S_n)$ the union of $k+n$ boxes, i.e., $E \cup F$ is an elementary set by definition.
I don't know how to show that the intersection and $E \setminus F$ are elementary. If I could prove these, then $E \Delta F= (E \setminus F) \cup (F \setminus E)$ is union of elementary sets which is an elementary set.
For the translation, I know that $E=B_1 \cup ... \cup B_k$, so I can write $E+x=B_1+x \cup ... \cup B_k+x$. For each $B_i, 1\leq i \leq k$, $B_i=I_1 \times ... \times I_n$, so $B_i+x=I_1+x \times ... \times I_n+x$ and if an interval $I$ has endpoints $a<b$, then $I+x$ is an interval of endpoints $a+x<b+x$, so $E+x$ is a finite union of boxes, i.e., $E+x$ is an elementary set.
I would appreciate some help with the two remaining proofs.