I learnt about the implicit function theorem and had to prove the following:
Let $F \in C^1(\mathbb{R}^2, \mathbb{R}).$ Show with the implicit function theorem that $F$ is not injective.
Proof:
Assume $F(x,y) \in C^1(\mathbb{R}^2, \mathbb{R})$ in an open set $U$ whicht contains $(x_0,y_0)$ such that:
$F(x_0,y_0) = 0$
$\frac{\partial F}{\partial y}(x_0,y_0) \neq 0$
According to the implicit function theorem:
$\exists!$ function $y=f(x) \in C^1$ in the open set $U$ which contains $x_0$ s.t.
- $f(x_0)=y_0$
- $F(x,f(x))=0, $ $\forall x \in U$
$\Rightarrow$ There is more than one solution for $F(x,f(x))=0 $. This equation is true for all $x \in U.$
$\Rightarrow f$ is not injective.
Was my understanding of this theorem correct and is this proof valid?