The stereographic projection is bijective

1.3k Views Asked by At

I want to prove that the stereographic projection:$f:\{\ (x,y):x^{2}+y^{2} = 1 \}\ \rightarrow \mathbb{R}$ where $f$ is defined as: $$ f(x,y) = \frac{x}{1-y}$$ is bijective to the real number. I have already shown that $f$ is one-to-one, but I am struggling on showing this is onto. I also tried to find an inverse for $f$ but I failed. What is the easiest way to show $f$ is bijective?

1

There are 1 best solutions below

0
On BEST ANSWER

Let $\,S^1:=\{x^2+y^2=1\}\subseteq \Bbb R^2$. Consider $\,f :S^1-\{(0,1)\}\to \Bbb R\,$ defined by $\displaystyle \,f(x,y)=\frac x{1-y}$.

Given any $\,a\in\Bbb R$, we search, if exists, $\,(x,y)\in S^1-\{(0,1)\}\,$ such that

$$ f(x,y)=\frac x{1-y}=a. \tag{*}$$

From this we have, by squaring:

$$ \frac{x^2}{(1-y)^2}=\frac{1-y^2}{(1-y)^2}=\frac{1+y}{1-y}=a^2, $$

and hence

$$ y=\frac{a^2-1}{a^2+1}, \quad\text{ from which equation (*) gives }\quad x=\frac{2a}{a^2+1}.$$

As

$$ \left(\frac{2a}{a^2+1}\right)^2 + \left(\frac{a^2-1}{a^2+1}\right)^2=1 \qquad \text{and} \qquad \frac{a^2-1}{a^2+1}\neq 1, $$

and since you have already proved that $\,f\,$ is injective, it follows that there exists $\,f^{-1}\,$, given by

$$ f^{-1}(a)=\left(\frac{2a}{a^2+1},\; \frac{a^2-1}{a^2+1}\right). $$