Since I'm not too familiar with complex analysis, I've been wondering whether it would be possible to solve the problem below (from Hatcher's Algebraic Topology) using some alternative approach to this one (which relies heavily on complex analysis), such as by induction and/or simplifying down the the irreducible factors.
The question is:
A polynomial $f(z)$ with complex coefficients, viewed as a map $C → C$, can always be extended to a continuous map of one-point compactifications $\hat{f}: S^2 → S^2$. Show that the degree of $\hat{f}$ equals the degree of $f$ as a polynomial. Show also that the local degree at $\hat{f}$ at a root of $f$ is the multiplicity of the root.
I thought of writing out the polynomial as $f(z)=(z-c_1)(z-c_2)\dots (z-c_n)$ and then claiming something in the lines of:
- Showing that the extension of $z-c_i$ has degree $1$, and since it's a polynomial of degree $1$ the claim follows.
- [This step is clearly flawed since $h$ returns a new polynomial rather than a value in $\mathbb{C}$, but even so it conveys the general degree-related tools I was hoping to be able to use] denoting $g(z)=(z-c_2)\dots (z-c_n)$ and $h(m)=(z-c_1)m$ we obtain that $f(z)=(hg)(z)$ and then we can use the fact that the degree of a composition is the product of the degrees.
Is there anything along similar lines, or that does not heavily rely on complexity analysis, that can be used to solve this problem?