Give an example of a diffeomorphism of the class $C^1$ that takes the set $\{(x, y) \in \mathbb R^2 : 0 < x^2 + y^2 < 1\}$ on $\{(x, y) \in \mathbb R^2 : x^2 + y^2 > 1\}$.
I did this task but I need to make sure it's correct and if it is a sufficient explanation of the problem:
$K=\{(x, y) \in \mathbb R^2 : 0 < x^2 + y^2 < 1\}$
$L=\{(x, y) \in \mathbb R^2 : x^2 + y^2 > 1\}$
$\Phi: (0,1) \times ( 0, 2\pi] \to K$
$\Phi(r, \alpha) = (r\cos \alpha, r \sin \alpha)$ - diffeomorphism of the class $C^1$
$\Phi \left( (0,1) \times ( 0, 2\pi] \right) =K$
$\Phi^{-1}(K)=(0,1) \times (0, 2\pi]$
$\Phi^{-1}$ is also diffeomorphism of the class $C^1$
$f:(0,1)\times (0,2\pi] \to (1,+\infty) \times (0,2\pi]$
$f(r, \alpha) = (\frac 1r, \alpha)$ - diffeomorphism of the class $C^1$
$f \left( (0,1) \times (0, 2\pi] \right) = (1, +\infty) \times (0, 2\pi]$
$g: (1, +\infty) \times (0, 2\pi] \to L$
$g(r, \alpha) = (r\cos \alpha, r \sin \alpha)$ - diffeomorphism of the class $C^1$
$g \left( (1,+\infty)\times (0, 2\pi] \right) =L$
So $g \circ f \circ \Phi^{-1}$ is searched diffeomorphism of the class $C^1$
An easier diffeomorphism takes points $(r_1,\phi_1)$ for $0<r<1$ and $0\le \phi<2\pi$ from domain to points $(r_2,\phi_2)$, where $r_2=1/r_1$ and $\phi_2=\phi_1$. Therefore, $$ x_2=r_2\cos\phi_2=\frac{\cos\phi_1}{r_1}=\frac{r_1\cos\phi_1}{r_1^2}=\frac{x_1}{x_1^2+y_1^2}. $$ Similarly, $y_2=\frac{y_1}{x_1^2+y_1^2}$. Hence, the mapping $\Phi(x_1,y_1)=\left(\frac{x_1}{x_1^2+y_1^2},\frac{y_1}{x_1^2+y_1^2}\right)$ defines a diffeomorphism from $\{(x,y):0<x^2+y^2<1\}$ to $\{(x,y):x^2+y^2>1\}$.
Addendum
@Ted Shifrin mentioned a good remark that this approach (which is originally inspired from Riemann's sphere mapping to plane) can be extended to any dimensions. For those who are curious, a vectorial mapping between multi-dimensional spaces is $$ \Phi(\bar x)=\frac{\bar x}{\bar x\cdot\bar x}, $$ where $\cdot$ represents inner product.