Suppose that $\phi: Y \to Y$ be a bijection. Suppose that $B\subseteq A\subseteq Y$ and $\phi(A)\subseteq A$ and $\phi(B)\subseteq B$. Is it true that $\phi(A\setminus B)\subseteq A\setminus B$? I took $x\in A\setminus B$. So $x\in A$ but $x\notin B$. So $\phi(x)\in A$. But I coulnt conclude that $\phi(x) \notin B$. when does $\phi$ preserves set difference? What more assumption do we need?
Asked
Active
Viewed 125 times
2
-
You can also use https://math.stackexchange.com/questions/359693/overview-of-basic-results-about-images-and-preimages/ as a starting point for searching for the "more assumptions". – Asaf Karagila Aug 24 '21 at 09:47
-
2@AsafKaragila - I don't think this question is a duplicate of that one. Note that here the question is about proving that $\phi(A \smallsetminus B) \subseteq A \smallsetminus B$ (which does not hold), there the question is about proving $\phi(A \smallsetminus B) \subseteq \phi(A) \smallsetminus \phi(B)$ (which holds). – Taroccoesbrocco Aug 24 '21 at 10:04
1 Answers
2
Clearly the inclusion
$$\phi(A\setminus B)\subseteq A\setminus B$$
doesn’t hold. Just consider the counterexample
$Y=A=\mathbb N$, $B=2 \mathbb N$ with $$\begin{cases} \phi(n)=n +2 & \text{ if } n \in 2\mathbb N\\ \phi(n)=n-2 & \text{ if } n \in \mathbb N \setminus \left(\{1\} \cup 2\mathbb N\right)\\ \phi(1)=2 \end{cases}$$

mathcounterexamples.net
- 70,018
-
It seems to me that your counterexample works fine if you set $\phi(0) = 0$. Otherwise, $\phi(0) = 2 = \phi(1)$ and so $\phi$ would not be injective. – Taroccoesbrocco Aug 24 '21 at 09:59
-
-
So if $\phi|B$ is surjective then the inclusion will work right? ie $\phi(B)=B$ – budi Aug 24 '21 at 10:02
-
@budi - For $B = 2\mathbb{N} = {2,4,6,\dots}$, you have $\phi(B) = B \smallsetminus {2} \subseteq B$. The fact that $2 \notin \phi(B)$ is crucial for the counterexample. – Taroccoesbrocco Aug 24 '21 at 10:12
-
Yes. This is coherent with your requirement $\phi(B) \subseteq B$. – mathcounterexamples.net Aug 24 '21 at 10:13