Regions in the Complex Plane

Before we can rigorously develop a good foundation for the concepts of functions and limits we need some set theoretic definitions that will presumably come in handy later.

Definitions

Definition

An \(\varepsilon\)-neighborhood of a point \(z_0\), often denoted as \(N_\varepsilon (z_0)\) is the set of all points \(z\) lying inside but not on a circle of radius \(\varepsilon\) centered at \(z_0\).

\[N_\varepsilon (z_0) = \{z \in \mathbb C : \vert z - z_0 \vert \lt \varepsilon\}\]

It is understood that when we speak of a neighborhood we are speaking of an \(\varepsilon\)-neighborhood. Also note that the value of \(\varepsilon\) is unspecified -- it could be 0.1, 1000, or 42 -- whatever we need for the current circumstance.

Topologists are fond of calling these structures open balls .

Epsilon Neighborhood
An epsilon neighborhood
Definition

A deleted neighborhood , also called a punctured disk , of a point \(z_0\) is an \(\varepsilon\)-neighborhood of \(z_0\) that does not contain \(z_0\). In set-theoretic notation we can write the deleted neighborhood of \(z_0\) as \(N_\varepsilon (z_0) \setminus \{z_0\}\)

Definition

An interior point is a point \(z_0\) of a set \(S\) such that there exists some neighborhood of \(z_0\) that is entirely contained in \(S\). Or, \(\exists \varepsilon > 0\) such that \(N_\varepsilon (z_0) \subseteq S\)

Definition

An exterior point is a point \(z_0\) such that there exists some neighborhood of \(z_0\) containing no points in \(S\). Or, \(\exists \varepsilon > 0\) such that \(N_\varepsilon (z_0) \not\subseteq S\)

Definition

A boundary point is a point \(z_0\) of a set \(S\) that is neither an interior point of \(S\) or an exterior point of \(S\). Equivalently, a boundary point is a point \(z_0\) such that every neighborhood of \(z_0\) contains at least one point in \(S\) and at least one point not in \(S\).

Or, \(\forall \varepsilon > 0,\, \exists p_1, p_2 \in N_\varepsilon (z_0)\) such that \(p_1 \in S\) and \(p_2 \not\in S\).

Definition

The boundary of a set \(S\) is the set of all the boundary points of \(S\).

Definition

An open set is a set that contains none of its boundary points. A set is open if and only if each of its points is an interior point.

Definition

A closed set is a set that contains all of its boundary points.

Note that not being open does not imply being closed! E.g. if a set contains a single boundary point it is not open, but is not closed either. Also note that a set can be both open and closed. For example, \(\mathbb C\) has no boundary points, so it contains all of them, yet each of its points is an interior point, so it is both open and closed. A tongue in cheek name for such sets is clopen .

Definition

The closure of a set is the closed set consisting of all points in \(S\) together with the boundary of \(S\), denoted by \(\operatorname{Cl}(S)\). The closure can be thought of as an operation to a set.

Definition

A connected set is an open set \(S\) such that any pair of points \(z_1, z_2 \in S\) can be joined by a polygonal line that lies entirely in \(S\).

Definition

A polygonal line is a finite number of line segments joined end to end.

A connected set
A connected set
Definition

A domain is a nonempty, open, connected set. Note that any neighborhood is a domain.

Definition

A region is a domain together with none, some, or all of its boundary points.

Definition

A set is bounded if every point in \(S\) lies inside some circle \(\vert z \vert = R\) with some finite radius \(R\). Otherwise, \(S\) is unbounded .

Definition

An accumulation point of a set \(S\) is a point \(z_0\) such that every deleted neighborhood of \(z_0\) contains at least one point of \(S\). Note that closed sets contain all of their accumulation points.

Examples

Example

Is the set \(S = \{z \in \mathbb C : \operatorname{Re}z \geq 1, \text{ and } \operatorname{Im}z > 2\}\) illustrated below, open, closed, or neither? How can a set be neither open or closed??

A set that is neither open nor closed
A set that is neither open nor closed

We ask ourselves, does \(S\) contain any of its boundary points (is it open?) No, \(S\) contains at least one of its boundary points, so it is therefore not open.

Does \(S\) contain all of its boundary points (is it closed?) No, \(S\) is missing a part of its boundary -- namely the \(\operatorname{Im}z = 2\) boundary. So therefore \(S\) is not closed.

We can then see that the definitions of open and closed are not opposites -- A set can be neither open nor closed.

Example

Now consider the set \(\mathbb C\). First, we ask if \(\mathbb C\) has any boundary points. It doesn't. Does \(\mathbb C\) contain all of its 0 boundary points? Yes. Also, \(\mathbb C\) doesn't contain its 0 boundary points -- because they don't exist!

\(\mathbb C\) is therefore both open and closed!

What about \(\emptyset\)? It certainly does not contain any of its boundary points -- namely because it contains absolutely nothing! However, as there are no boundary points to contain, it contains all of them. So the empty set is both empty and closed!

Example

Now what about \(S = \{z \in \mathbb C : \operatorname{Re}z \geq 1, \text{ and } \operatorname{Im}z \geq 2, z \neq 0\}\) illustrated below?

Another set that is neither open nor closed
Another set that is neither open nor closed

Again, there's a boundary point that is not in \(S\), so \(S\) is not closed, but it's also not open, as \(S\) does contain some of its boundary points.

Example

Now what if we take \(T = S \cup \{0\}\), or rather, include 0 in the above set?

Finally a set that's closed
A closed set

Now, \(T\) does contain all of its boundary points, so \(T\) is closed! We also ask ourselves again if \(T\) is open, but because it contains at least one of its boundary points, \(T\) is not open.

Example

Finally, consider the set \(S = \{z \in \mathbb C : \operatorname{Re}z > 1, \text{ and } \operatorname{Im}z > 2\}\).

An open set for completeness sake
An open set

This set is open because it does not contain any of its boundary points.

Example

Now consider the set \(S = \{z \in \mathbb C : \operatorname{Im}z > 1\}\) drawn below

An example of a simple domain
A simple domain

We ask ourselves a series of questions about \(S\).

  • Is it open? Yes. It contains none of its boundary points.
  • Is it bounded? No. The set goes on forever in the positive \(y\) direction and along the real axis.
  • Is it connected? Yes. Every pair of points in \(S\) can be joined by a polygonal line.
  • Is it a domain? Yes, it's nonempty, open, and connected.
Example

Now consider the region bounded by the inequality

\[\vert z - 4 \vert \geq \vert z \vert\]

Graphing certainly makes interpreting regions in the complex plane easier, so we work on simplifying the above inequality into something we can work with.

First, we use the definition of the modulus of complex numbers

\[\sqrt{(x - 4)^2 + y^2} \geq \sqrt{x^2 + y^2}\]

Since the modulus is by definition positive, we can square both sides without committing a mathematical sin

\[\begin{aligned} (x - 4)^2 + y^2 &\geq x^2 + y^2\\ (x - 4)^2 + \cancel{y^2} &\geq x^2 + \cancel{y^2}\\ x^2 - 8x + 16 &\geq x^2\\ \cancel{x^2} - 8x + 16 &\geq \cancel{x^2}\\ 16 &\geq 8x\\ 2 &\geq x\\ \end{aligned}\]

In other words, we are dealing with the set \(S = \{z \in \mathbb C : \operatorname{Re}z \leq 2\}\)

An example of a simple region
A simple region

This set is closed, not open, not a domain, and not bounded.

Example

What about \(\displaystyle S = \left\{z \in \mathbb C : z \neq 0, 0 \leq \operatorname{arg}z \leq \frac{\pi}{4}\right\}\)?

An example of a simple region
A simple region

This set is not open, not closed (\(z \not\in S\)), not a domain, not bounded, but is connected.

Example

Now consider the region of the complex plane defined by the inequality \(\vert \operatorname{Re}z \vert \lt \vert z \vert\). Using our brains (gasp) we might be able to convince ourselves that this inequality is true unless \(z \in \mathbb R\). However, to make sure, we perform the algebra.

\[\begin{aligned} \vert \operatorname{Re}z \vert &\lt \vert z \vert\\ \vert x \vert &\lt \sqrt{x^2 + y^2}\\ \vert x \vert^2 &\lt x^2 + y^2\\ \cancel{\vert x \vert^2} &\lt \cancel{x^2} + y^2\\ 0 &\lt y^2\\ 0 &\lt \pm y\\ \end{aligned}\]

An example of an unbounded set
An unbounded set

Another way of defining this region might be \(S = \left\{z \in \mathbb C : \operatorname{Im}z \neq 0\right\}\). Note that \(\operatorname{Cl}(S) = \mathbb C\)

Example

Consider the set \(\displaystyle{Z_n = \left\{\frac{i}{n} : n \in \mathbb N\right\}}\) illustrated below

accumulation point example
An accumulation point

Note that 0 is not contained in this set. We can get as close as we like to 0, but we can never quite get there. That means that 0 is a boundary point of \(Z_n\).

Also note that every point is not an interior point, as any neighborhood of any point is not entirely contained in \(Z_n\).

Let us now consider the deleted neighborhood of 0. No matter what \(\varepsilon\) we pick, we can always find an element of \(Z_n\) that is within the deleted neighborhood. This means that every deleted neighborhood of 0 contains at least one point of \(Z_n\), so 0 is an accumulation point of \(Z_n\). We can also see that 0 is the only accumulation point of \(Z_n\), because no matter what point we pick, there will always be some distance between the point we pick and its neighbors that is not in \(Z_n\).

Also note that 0 is \(Z_n\)'s only boundary point, so \(\operatorname{Cl}(Z_n) = \{Z_n, 0\}\)

Example

Now consider the set \(Z_n = \{i^n : n \in \mathbb N\} = \{i, -1, i , 1\}\) illustrated below.

accumulation point example 2
A set with no accumulation points

This set has no accumulation points.

Example

Consider the set \( Z_n = \left\{\frac{i^n}{n} : n \in \mathbb N\right\}\)

accumulation point example 3
An accumulation point

Note how the sequence spirals closer and closer to 0, but never actually hits it. It's very similar to the first accumulation point example. \(0 \not\in Z_n\), but no matter what \(\varepsilon\) we pick around 0, we can always find a point within that \(\varepsilon\). Therefore 0 is an accumulation point, and is actually the only accumulation point of this set.

Example

Lastly, consider the set

\[ Z_n = \left\{(-1)^n(1 + i)\frac{n - 1}{n} : n \in \mathbb N\right\} = \left\{-0,\, \frac{1}{2}(1 + i),\, \frac{-2}{3}(1 + i),\, \frac{3}{4}(1 + i),\, \frac{-4}{5}(1 + i),\, \dots\right\}\]

accumulation point example 4
Two accumulation points

\(1 + i\) and \(-(1 + i)\) are the only accumulation points of \(Z_n\), but are not in \(Z_n\).

Also note that for a little bit of intuition, points accumulate at the accumulation points -- though not necessarily from one direction.