On the set of $\{0,1\}^\mathbb{N}$ (zero-one sequences) we define a metric $$ d(x,y)= \left\{ \begin{array}{ll} 0 & \textrm{when $x=y$}\\ \frac{1}{2^n}& \textrm{when $x\neq y$ and $n=\min\{k: x(k)\neq y(k)$}\} \end{array} \right.$$ Having defined that I have two problems
$1.$ Is the set of sequences, which take in one exactly $2019$ times is closed/open?
$2.$ Is the space $\{0,1\}^\mathbb{N}$ separable? Is the space $\{0,1\}^\mathbb{N}$ compact?
My attempts
$1.$ For me condition of taking in one exactly $2019$ times is kind of enigmatic. I do not know if this set is open or close, but I know that to show that this set is not open we ought to find a sequence which doesn't belong to our space, but converges in metric to element from our space.
Simultaneously to show, that this set is not close we should find a sequence which belongs to our set, but its limit not. Unfortunately I don't see any examples of such sequences and limits here.
$2.$ To check if $\{0,1\}^\mathbb{N}$ is separable we should check if it contains a countable, dense subset. I think in this case such subset doesn't exist but I may be wrong. I also have to show the compactness but I think it has already been answered here Is $\{0,1\}^{\mathbb{N}}$ compact in $\mathbb{N}^{\mathbb{N}}$?.
Thanks.