Let $P = \{(x, y, z) \in R^3\;|\; x = y\}$ (a plane) and let $X: U \subset R^2\to R^3$ be given by $X(u, v) = (u + v, u + v, uv)$, where $U = \{(u, v)\in R^2\; |\; u> v\}$. P. Is $X$ a parametrisation of $P$?
I know that $P$ is a plane and so it is a regular surface. So, I need to check if $X$ is a parametrisation by verifying only the following details:
Note that $X(U) \subset P$
- $X$ is smooth. This is clearly true as the components are smooth on $U$.
- $dX $ is one-one. This is true because $dX$ which is a $3\times 2$ matrix has rank $2$/
- $X$ is one-one. This is the only detail left to check. However, I am struggling in being able to decide if this is an injective map.
if $X(a,b) = X(x,y) \rightarrow (a+b,a+b,ab) = (x+y, x+y, xy)$ with $a>b$ and $x>y$.
How can I prove or disprove that this is injective?