Is there any definition of a monotonic function in the complex plane?

158 Views Asked by At

I'm currently working a formula about iterated functions. One of its restrictions in certain cases, is that for a certain function $f$ and for any complex number $z$ situated inside a certain zone in the complex plane (the zone is defined), there isn't another complex number $z_1$ in that zone such that $f(z)=f(z_1)$.

It's completely analogous to real functions which are monotonic in a certain interval. Where inside that interval, there isn't 2 real numbers $x_1$ and $x_2$ such that $f(x_1)=f(x_2)$

I just wonder if there is any analogue of that for complex functions, in a certain zone of the complex plane. Like for real functions, where it's a «monotonic function on an interval»

Is there any analogue, and if yes is there any ways to mathematically check if a function satisfies that? (for the real example, that would be a strictly positive or negative derivative of this function on that same interval, that implies the function to be strictly monotonic on that interval)

2

There are 2 best solutions below

2
On BEST ANSWER

Locally one-to-one = locally injective. The nonvanishing of the derivative at $z_0$ ensures that this property is locally true on some open ball centered at $z_0$.

Addenda.

  1. If the function is analytic, the derivative referenced above is the complex derivative. If the function is only real-variable differentiable, the derivative should be interpreted as the real-variable derivative (differential) as a multivariable map from the plane into the plane. If the function is not differentiable, then locally 1-1 still makes sense but there won't be any easy calculus test for it.

  2. There is no standard agreement on how to order complex numbers, so there is no simple way to answer your original question if you interpret monotonicity as some form of "order-preserving".

4
On

A complex-valued function f(z) of a complex variable z is said to be:

monotonically increasing on a domain D in the complex plane if for any two points z1 and z2 in D with z1 < z2, we have f(z1) < f(z2). monotonically decreasing on a domain D in the complex plane if for any two points z1 and z2 in D with z1 < z2, we have f(z1) > f(z2). Here, the inequality symbols < and > are interpreted in the same sense as in the real numbers.

Note that in the complex plane, the concept of "left" and "right" is not well-defined as it is in the real line. Therefore, it is more appropriate to use the concept of "less than" and "greater than" for defining monotonicity in the complex plane.

For example, the function f(z) = z^2 is not monotonically increasing or decreasing on the entire complex plane, but it is monotonically increasing or decreasing on some subsets of the plane. For instance, it is monotonically increasing on the set of points with positive real parts and monotonically decreasing on the set of points with negative real parts.

In general, the behavior of a complex function with respect to monotonicity can be quite complex, and there are many interesting examples of functions with intricate monotonicity properties in the complex plane.


The inequality f(z1) < f(z2) means that the value of the function f at the point z1 is strictly less than the value of the function f at the point z2. In other words, f(z1) is located "below" f(z2) on the complex plane.

To give a concrete example, suppose we have a function f(z) = z^2 and we consider the two points z1 = 1 + i and z2 = 2 + i on the complex plane. Then, we can calculate:

f(z1) = (1 + i)^2 = 1 + 2i - 1 = 2i

f(z2) = (2 + i)^2 = 4 + 4i - 1 = 3 + 4i

Since the imaginary part of f(z2) is greater than the imaginary part of f(z1), we have:

f(z1) < f(z2)

This means that the value of the function f at the point z1 is located "below" the value of the function f at the point z2 on the complex plane. Geometrically, this corresponds to the fact that the point f(z1) is closer to the origin than the point f(z2) on the complex plane.