Let $M_1=B((0,0),1)=\{(x,y) \mid x^2+y^2<1\}$
$M_2=\{(x,y) \mid x^2+y^2\le1\}$
What are the interior of $M_1$ and $M_2$ ?
And what are the boundary of $M_1$ and $M_2$ ?
How do I find them? Please show me so I can understand. I know the answers but not the solutions.
Moreover - considering these examples - how can we say that topological boundaries are different from the geometric boundaries?
Please explain this in a clear and instructive way. These are examples from my notebook which I need to understand well.
Thank you for help.
Let $X$ be a topological space. The interior of a set $S\subset X$, denoted $S^{\circ},$ is the collection of all points $s\in S$ such that there is an open neighborhood of $s$, say $U$, with $s\in U\subset S$.
Notice that for any point in $(x_0,y_0)\in M_1$, we have $x_0^2+y_0^2<1$, hence letting $\epsilon=1-x_0^2+y_0^2$, and $U=B((x_0,y_0),\epsilon)$, we have $(x_0,y_0)\in U\subset M_1$. This shows that $M_1=M_1^{\circ}$ as is true for any open set.
See if you can show that $M_2^{\circ}=M_1$.
As for boundaries, the topological boundary, $\partial S,$ of a set $S\subset X$ can be characterized in a few ways. Here are the two that are most helpful for me.
$\partial S=\overline{S}\setminus S^{\circ}$, that is, the boundary is the closure minus the interior.
The boundary of a set $S$ consists of all points in $x\in X$ such that all neighborhoods of $x$ intersect both $S$ and $S^c$.
The first definition is more technical, while the second is a little more intuitive. Suppose $(x_0,y_0)$ satisfies $x_0^2+y_0^2=1$. Notice that any open ball around $(x_0,y_0)$ will contain points whose distance from the origin is less than $1$, and points whose distance from the origin is greater than $1$. In other words, any open ball around $(x_0,y_0)$ intersects both $M_1$ and $M_1^c$. It follows that $\partial M_1=\{(x,y)\mid x^2+y^2=1\}$.
See if you can show that the boundary of $M_2$ is the same.
To your question about topological boundary vs. geometric boundary, see the other answers.