I am trying to figure out how to do the following question, but i seems to not have any success.
If $f:\mathbb{R}^1\to \mathbb{R}^2$ is of class $C^1$ mapping, show that $f$ does not carry $\mathbb{R}^1$ onto $\mathbb{R}^2$.
I know that if suppose that $f$ is onto, then let $g$ be a right inverse of $f$ where $f(g(x,y))=x$. If I differentiate $f(g(x,y))=x$, using the chain rule, i get some expression, but there is a problem because i am not sure if $g(x,y)$ is itself differentiable to begin with.
Alternatively, if i let the mapping of $f$ be written as $f(t)=(\phi_1(t), \phi_2(t))$, then the Jacobian matrix $Df(t)$ is a $2$ by $1$ matrix. So the column rank of $Df(t)$ is $1$. But how can i use this information to conclude that $f$ is not onto, since if $f$ were onto in the first place, won't the column rank of its Jacobian be equal to the dimension of the function's codomain.
Thanks in advance