Let $A = [0,1] \subset \mathbb R$. Determine which of the following subsets of $A$ are open in $A$: $\left({1\over2}, 1\right], \left({1\over2},1\right), \left[{1\over2},1\right)$.
I'm having a little bit of a difficult time wrapping my head around sets being open with respect to another metric space. By definition, I know that
Let $(M, \rho)$ be a metric space with $A\subset M$. Then $G_A\subseteq A$ is an open subset of $(A,\rho)$ if and only if $G_A = A\cap G_M$, where $G_M$ is an open subset of $M$.
For $\left({1\over2},1\right]$, we can easily let $G_{\mathbb R} = \left({1\over2},2\right)$, which is definitely open in $\mathbb R$. So, $$G_A = \left({1\over2},2\right)\cap[0,1] = G_{\mathbb R}\cap A = \left({1\over2},1\right].$$ Hence $G_A$ is open in $A$.
The same argument I believe can be applied to $\left({1\over2},1\right)$. Just take $G_{\mathbb R} = G_A = \left({1\over2},1\right)$ and we have that $G_A$ is open in $A$ since open intervals are open in $\mathbb R$.
I'm having a little trouble with the third interval. The interval $\left[{1\over2},1\right)$ is not open in $A$. I'm not sure how to deduce this. I would need some $G_{\mathbb R}$ open in $\mathbb R$ such that $G_A = A \cap G_{\mathbb R} = [0,1]\cap G_{\mathbb R} = \left[{1\over2},1\right).$ But I can't imagine any set $G_{\mathbb R}$ that would be open in $\mathbb R$ fitting this criteria. Is there some systematic way of finding such a set if it exists (Likely it doesn't).
An additional question I am asked to determine is
Are there are any subsets of $\mathbb R$ that are open in $\mathbb R^2$?
The answer to this question I am inclined to say that there are no such subsets. Subsets of $\mathbb R$ are $1D$, and hence you can't fit a $2D$ ball inside a $1D$ line. But this doesn't really use the definition above. Can anyone provide some guidance as to how to solve these problems?