I am given that $A \setminus B$ is equal to the values of $A$ that are not found in $B$. Then I am given a bunch of different sets. My task is to determine if these sets are connected.
Now, I get the principle of connected domains and that each pair of points should be possible to join through a smooth curve in the domain. However, I have no idea on how I am supposed to calculate if a set is connected or not. Is it trial and error for different values? How do I interpret the values I get?
For example, this is one of the sets I am given $$\mathbb{R}^3 \setminus \{(x,y,z): z=4x+7y+7\}$$
How should approach this problem?
Hint:
$$\mathbb{R}^3 \setminus \{(x,y,z): z=4x+7y+7\} = \{(x,y,z): z>4x+7y+7\} \cup \{(x,y,z): z<4x+7y+7\}$$
so your space can be written as a union of two nonempty disjoint sets which are both open in $\mathbb{R}^3 \setminus \{(x,y,z): z=4x+7y+7\}$.
Conclude that it is not connected.