I have been solving this problem from Velleman's How to prove book:
Suppose $B \subseteq A$ and define a relation $R$ on $\mathcal{P}(A)$ as follows:
$R = \{(X,Y) \in \mathcal{P}(A) \times \mathcal{P}(A) \mid (X \Delta Y) \subseteq B\}$
a) Prove that $R$ is an equivalence relation on $\mathcal{P}(A)$.
b) Prove that for every $X \in \mathcal{P}(A)$ there is exactly one $Y \in [X]_R$ such that $Y \cap B = \emptyset$
Now I have proved the first part of the question. But I'm stuck in the second part. I cannot find any existential example for $Y$ for which $Y \cap B = \emptyset$. Any pointers on how to solve it ?
First try proving the statement for $X \in \mathcal{P}(B)$, where there's a fairly obvious candidate for $Y$. Then see if you can generalize.