Let $\Omega$ be an open connected subset of $\Bbb C$, and let $K$ be a nonempty closed subset of $\Omega$. $H(\Omega)$ denotes the vector space of all holomorphic functions $f:\Omega\to \mathbb C$. Define $\varphi: H(\Omega)\to C(K)$ by $\varphi(f) = f\vert_K$, i.e. $\varphi$ is the restriction map. With proof, deduce which of the following statements are true:
- If $K$ is uncountable, then $\varphi$ is injective.
- If $K$ is uncountable, then $\varphi$ is surjective.
- If $K$ is finite, then $\varphi$ is injective.
- If $K$ is finite, then $\varphi$ is surjective.
What can be said about $\varphi$ if $K$ is countably infinite?
My try:
Finite: Let $K = \{x_1, \ldots, x_n\}$. Every function from a finite set into $\mathbb C$ is continuous. (A function on $K$ is just an element of $\mathbb C^n$.) We can extend this function to $\Omega$ in infinitely many ways (so $\varphi$ is not injective), but we can surely find a holomorphic extension of a function on $K$, to a function on $\Omega$ (so $\varphi$ is surjective.)
Uncountable: $\varphi$ is injective, but not surjective. Consider $f, g \in H(\Omega)$ with $\varphi(f) = \varphi(g)$, i.e. $f\vert_K = g\vert_K$. Using the identity theorem, $f-g\equiv 0$ on $\Omega$ ($f-g$ either has isolated, hence countably many zeros, or is identically zero on $\Omega$) giving $f=g$, hence injectivity of $\varphi$. Now, I must find $h\in C(K)$ with no holomorphic extension to $\Omega$.
It'd be great if I could get help with filling in the gaps in the above "proof", and the case where $|K| = |\mathbb N|$. Thanks!