I was inspired by this post on Knuth’s approach to using
-notation to simplify limits. It turns out that independently, I explored a similar variant in this writeup. For a first post in this blog, perhaps it is wise to revisit this notion, but now cleaning it up using
-notation.
We will first define
to have what we conventionally mean by a function with limit
as
.
Definition 1. Let
be a real-valued function defined on the interval
for some
. We write
to mean:
For any
, there exists
such that
implies
.
Intuitively, this definition means that for any output error threshold
, there exists an input error threshold
such that inputs
(i.e.
) yield outputs
(i.e.
).
Indeed, conventionally this is equivalent to the notation
. Furthermore, we will denote
to mean
and

Using standard
–
arguments, we can prove the following limit laws:
Theorem 1. The following properties hold: for any real
,

Proof. Fix
and
and
. Then, for any
, there exists
such that
implies
.
For the first result, the triangle inequality yields

so that setting
yields
.
For the second result, set
if
. Otherwise,

so that setting
yields
.
For the third result,

so that setting
and
yields
.
With a little bit more flexibility, we can also prove an analogous result for division, but more on that later. Many elementary limit-based results can be derived similarly, such as the squeeze theorem.
Theorem 2 (Squeeze Theorem). Let
be real-valued functions defined on
for some
such that
. If
, then
.
Proof Sketch. Perform epsilontics to derive

for suitably chosen
. Setting
yields the desired result.
The power of analysing
functions arises in defining and proving the more general limits used in practice.
Definition 2. Let
be a real-valued function defined on the interval
for some
. We write
to mean
.
We write
to mean that there exists
such that for any
for some
,
.
Theorem 3.
.
Proof. Let
for some
. Fix
. It suffices to show that
. To that end, consider the bound

We take advantage of
in two ways. For any
,
, there exists
such that

For
, we have the bound
implying, if
, that

Therefore, defining
, the complete bound is given by

To complete the proof, we then simply choose
and
. Thus,
, as required.
The limit laws for such functions then generalise rather naturally. We illustrate using the multiplicativity of taking limits.
Theorem 4. Let
be real-valued functions defined on the interval
for some
. Suppose
and
. Then
.
Proof. Write
and
. Then

Therefore,
.
We can even generalise to limits at any real
.
Definition 3. Let
be a real number and
be a real-valued function defined on
for some
. We write
to mean
. Equivalently,
.
One can check that this does indeed satisfy the usual
–
definition for limits. We can therefore define (local) continuity and differentiability. For our next post, we will use the local definition of differentiability to compute the derivative of
.
—Joel Kindiak, 18 Oct 24, 0745H