The simplified definition of a limit states that f(x) approaches L as x approaches a. But what exactly does approach mean? How close does x get to a?

Definition

Limit ^definition

Let and let be a real function . Let be a limit point of . Then we say that converges to , or equivalently:

Iff:

  • It’s a bit hard to grasp initially, but the key point is the second bound, . Since is an absolute value, the only time it is equal to zero is when . Therefore, for this inequality to hold, (which is what is defined casually anyway).

    • This helps avoiding cases where there is discontinuity at the limit point itself,
    • And also it means we do not need to define
  • When we get ‘closed enough’ to (a distance of ), then the function value should be ‘close enough’ to the limit (a tolerance of )

  • In formal proof writing, it helps to not take the left inequality .

Examples

Prove: For the function

Let . We need to show that:

We can use polynomial long division to get:

Since we use the assumption that , we know .

Let . Then, the greatest value that satisfies the first inequality is , meaning we have an upper bound of:

To ensure this is always less than , we can just take:

To show that , we just take .

Our actual proof is:

Let , and take . If then we have:

Hence proven.