Let $f:X \to Y$ be a homeomorphism between topological spaces $X$ and $Y$. Let $A \subseteq X$ and $B = f(A) \subseteq Y$ (given the subspace topology) and let $g: A \to B$ be the restriction of $f$ given by $g(a) = f(a)$ for $a \in A$.
Showing that $g$ is a homeomorphism.
- $g$ injective
Let $g(a_1) = g(a_2)$, $a_1, a_2 \in A$.
$\implies f(a_1) = f(a_2)$
$\implies a_1 = a_2$ as $f$ homeomorphic.
- g surjective
Let $y \in B$
$\implies y = f(a)$ for some $a \in A$.
$\implies y = g(a)$ for some $a \in A$.
- $g$ continuous
Let $U \subseteq B$ be an open set in $B$.
$f(a) = g(a)$ for all $a \in A => f^{-1}(b) = g^{-1}(b)$ for all $b \in B$.
So $g^{-1}(U) = f^{-1}(U)$ which is open in $A$ as $f$ homeomorphic.
- $g^{-1}$ continuous
Let $U \subseteq A$ be an open set in $A$.
$g(U) = f(U)$ which is open in $B$ as $f$ homeomorphic.
So $g$ is homeomorphic.
Is my understanding correct, this seems almost too straightforward so I was wondering have I overlooked something?