[guided]Fix $x \in V$ and suppose $y \in W$ satisfies $F(x, y) = 0$. We must show $y = g(x)$, i.e., that no other solution exists in $W$. By definition of $\Psi$, we have
\begin{align*}
\Psi(x, y) = (x,\; F(x, y)) = (x,\; 0).
\end{align*}
For the injectivity of $\Psi|_A$ to apply, we need $(x, y) \in A$. This holds because $(x, y) \in V \times W \subseteq A$ by our choice of $V$ and $W$. We also need the image $(x, 0) \in B$: this holds because $(x, 0) \in V \times W_0 \subseteq B$.
Now consider the two points $(x, y)$ and $(x, g(x))$. Both lie in $A$ (since $g(x) \in W$ by construction), and both map under $\Psi$ to the same target:
\begin{align*}
\Psi(x, y) = (x, 0) \quad \text{and} \quad \Psi(x, g(x)) = (x,\; F(x, g(x))) = (x, 0),
\end{align*}
where the second equality uses $F(x, g(x)) = 0$ established in the extraction step. Since $\Psi|_A: A \to B$ is a bijection (provided by the Inverse Function Theorem), the preimage of $(x, 0)$ under $\Psi|_A$ is unique. Therefore $(x, y) = (x, g(x))$, which gives $y = g(x)$. This is the step where the local injectivity from the Inverse Function Theorem converts into uniqueness of the implicit function.[/guided]