Let $f:\mathbb{R}^2\to\mathbb{R}^2$ given by $f(x,y)=((x+2)^2+y, 2x-3y-1)$
how do I prove that this function is not injective and thus not globally invertible?
I tried with $f(x,y)=f(u,v)$ but the system is quite impossible/hard for me.. is there another way?
The system of equations
$$ (x+2)^2 + y=0\\ 2x-3y-1=0 $$
has the solutions
$$ x= -11/3, y=-25/9\\ x= -1, y= -1 $$
So both points give f(x,y) = (0,0), which constitutes a counterexample to injectivity.