2

Consider a non-constant polynomial in $\mathbb C$ and consider the map from $\mathbb R^2$ to $\mathbb R^2$ that it encodes. Is it possible to show it is a surjective function? We know it is one because of the fundamental theorem of algebra. But would we be able to prove it without knowing it is a polynomial?

As a particular example we can consider the polynomial $x^3-2x^2-4$ and see it encodes the map $f(x,y) = (x^3 + 2 x^2 - 3 x y^2 - 2 (y^2 + 2), y (3 x^2 + 4 x - y^2))$

Is there some sort of theory that encompasses this phenomenon and can be used to say functions of this kind are surjective (without knowing a-priori the expression is of this kind)? Like maybe some sort of invariant that can be calculated for the expression or something.

Asinomás
  • 105,651

1 Answers1

3

I think I know exactly what you're looking for! Here's a theorem (source - example problem 4.2 in Fulton's Introduction to Algebraic Topology)

Claim: Let $g: \mathbb{C} \to \mathbb{C}$ be a continuous function such that for some integer $n \geq 1,$ $\frac{g(z)}{z^n}$ approaches a non-zero constant $a$ as $|z| \to \infty.$ Then $g$ is surjective.

Clearly polynomials fulfill this, and in some sense I believe this has what you want of "not knowing it's a polynomial".

Proof of claim: Assume there is $x \in \mathbb{C}$ with $\forall z \in \mathbb{C}: g(z) \neq x.$ We apply the Dog-on-a-Leash theorem (see Fulton for the exact details), and we try and compare $g$ and $az^n.$ WLOG $x = 0$ and $a > 0,$ and we picking an $\epsilon$ with $0<\epsilon<a$ we get that for large enough $r,$ the function $g$ restricted to the circle with radius $r$ centered at $0$ fulfills $$|g(z)-az^n| < \epsilon |z|^n < a|z|^n = |a|z|^n-0|,$$ i.e. the distance of $g$ and $az^n$ is smaller than the distance of $az^n$ and $0.$ This proves that both must have the same winding number around 0. But $az^n$ has winding number $n,$ and $g,$ as a continuous function extendable to the entire disk of radius $r,$ must have winding number 0, a contradiction as $n \geq 1.$

  • Thank you very much +1. Although what I was looking for was a theorem that didn't "know" that the function comes from a complex function (in other words it is just presented as a function from $\mathbb R^2$ to $\mathbb R^2$, and we are able to use some more relaxed condition to verify it is surjective). – Asinomás Jul 04 '23 at 10:20