Consider the following statements.If a statement is true supply a proof; if false give a counterexample. (a) Two distinct points p and q can be separated by disjoint neighborhoods. (b) A set K = {p1, p2, ..., pk} and a point q that doesn't belong to K, can be separated by two disjoint open sets. (c) A set K = {p1, p2, ...} and a point q that doesn't belong to K, can be separated by two disjoint open sets
I have to solve these. I think that the first two are true and the last one is false. But I need powerful proofs for each of them.
these are the proofs that i need to strengthen and use more details: 1) If p≠q then d(p,q)>0 and for ϵ=12d(p,q)>0 the sets Up={x∈X∣d(p,x)<ϵ} and Uq={x∈X∣d(q,x)<ϵ} are disjoint open sets containing p and q respectively.
2) Similarly for i=1,…,k let Ui denote an open set containing pi and let Vi denote an open set containing q with Ui∩Vi=∅. Now take the union of the ⋃ni=1Ui and V=⋂ni=1Vi.
3)Counterexample: R with usual topology with pi=1i and q=0.
For b)Let $M=\bigcup_{i=1}^{k}U_\epsilon(p_i)$ where $U_\epsilon(p_i)$ is the open ball around $p_i$. By definition $M$ is the union of open sets therefore open. Denote $N=U_\epsilon(q)$.
You want to show that $N\cap M =U_\epsilon(q)\cap \bigcup_{i=1}^{k}U_\epsilon(p_i)=\emptyset$ which is nothing less than checking if $U_\epsilon(q)\cap U_\epsilon(p_i)=\emptyset$ for every $i=1,...,k$. Which leads to $\epsilon=...$
For c) I do not know how to understand your example, but I would take $K=(0,q)\cup(q,1)$ meaning all elements in between $0$ and $1$ except for $q$. There is no possibility to put $q$ into an open set which would be disjoint to K.