Note: below the word embedding is supposed to also be an immersion as in its differential topology definition.
Question:
$$ f : \mathbb{R}^2 \rightarrow \mathbb{R}, f(x,y) = x^3 + xy + y^3 + 1 $$
for which points among $p1 = (0; 0), p2 = (1/3; 1/3), p3 = (-1/3; -1/3)$, is $s_i = f^{-1}(f(p_i))$ an embedding in $\mathbb{R}^2$ (using inclusion) ?
What I have so far:
- $s_1$: $f(0,0)=1$, hence the set $s_1$ is the subset of $\mathbb{R}^2$ such that $x^3 + xy + y^3 = 0$.
- $s_2$: $f(\frac{1}{3},\frac{1}{3})=\frac{32}{27}$, hence the set $s_2$ is the subset of $\mathbb{R}^2$ such that $x^3 + xy + y^3 = \frac{5}{27}$.
- $s_3$: $f(\frac{-1}{3},\frac{-1}{3})=\frac{28}{27}$, hence the set $s_3$ is the subset of $\mathbb{R}^2$ such that $x^3 + xy + y^3 = \frac{1}{27}$.
the inclusion map is
$$ i : s_i \rightarrow \mathbb{R}^2, i(s) = (x,y) $$ where $(x,y)$ are simply the canonical coordinates of $\mathbb{R}^2$
At this stage, I understand I have to prove something like "$i$ is a homeomorphism with no singularity for $s_i$ to be an embedding". But I'm not sure what this exactly mean in the context of this function $i$, what shall I prove ?
- It seems to me that a subset of $\mathbb{R}^2$ is always homeomorphic to its image by the inclusion map.
- How to choose a topology on $s_i$?
