Let $A = \{(x,y) : x^2+y^2 = 1\}$ and let $f : A \to \Bbb R$ be a continuous function. Then prove or disprove the following:
$f$ is one to one.
$f$ is onto.
If I take $f(x,y) = e^{x+y}$ which is continuous function but $\nexists x,y$ s.t. $f(x,y) =0 \in \Bbb R$ so $f$ is not onto.
We know that if $f$ is one to one then $f(x_1,y_1) = f(x_2,y_2) \implies x = y$, where $x = (x_1,x_2), y = (y_1,y_2)$. Also if $f$ is onto then for each $y \in \Bbb R, \exists x \in A$ such that $f(x) = y$ But I have no idea how to use conditions of one to one and onto function. Help me.