ConceptComplete

Limits and Continuity - Key Properties

Continuity is one of the most fundamental concepts in analysis, formalizing the intuitive idea that a function has no breaks, jumps, or holes in its graph. This concept is central to understanding the behavior of functions and enables powerful theorems about their properties.

DefinitionContinuity at a Point

A function ff is continuous at a point aa if the following three conditions hold:

  1. f(a)f(a) is defined
  2. limxaf(x)\lim_{x \to a} f(x) exists
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)

If any of these conditions fails, we say ff is discontinuous at aa.

The definition encapsulates the idea that we can evaluate the limit by simply substituting: the limiting behavior matches the actual value. This seemingly simple requirement has profound consequences throughout mathematics.

DefinitionTypes of Discontinuities

If ff is discontinuous at aa, we classify the discontinuity as:

  • Removable discontinuity: limxaf(x)\lim_{x \to a} f(x) exists but either f(a)f(a) is undefined or limxaf(x)f(a)\lim_{x \to a} f(x) \neq f(a)
  • Jump discontinuity: Both one-sided limits exist but limxaf(x)limxa+f(x)\lim_{x \to a^-} f(x) \neq \lim_{x \to a^+} f(x)
  • Infinite discontinuity: At least one one-sided limit is infinite
  • Essential discontinuity: The limit does not exist in any sense (neither finite nor infinite)
ExampleAnalyzing Discontinuities

Consider the function f(x)={x24x2x23x=2f(x) = \begin{cases} \frac{x^2 - 4}{x - 2} & x \neq 2 \\ 3 & x = 2 \end{cases}

For x2x \neq 2, we can simplify: f(x)=(x2)(x+2)x2=x+2f(x) = \frac{(x-2)(x+2)}{x-2} = x + 2. Thus, limx2f(x)=limx2(x+2)=4\lim_{x \to 2} f(x) = \lim_{x \to 2} (x + 2) = 4

Since f(2)=34f(2) = 3 \neq 4, the function has a removable discontinuity at x=2x = 2. We could "remove" it by redefining f(2)=4f(2) = 4.

DefinitionContinuity on an Interval

A function ff is continuous on an open interval (a,b)(a, b) if it is continuous at every point in the interval.

For a closed interval [a,b][a, b], we say ff is continuous on [a,b][a, b] if:

  • ff is continuous on (a,b)(a, b)
  • limxa+f(x)=f(a)\lim_{x \to a^+} f(x) = f(a) (right-continuous at aa)
  • limxbf(x)=f(b)\lim_{x \to b^-} f(x) = f(b) (left-continuous at bb)
Remark

Elementary functions (polynomials, rational functions, trigonometric functions, exponential and logarithmic functions) are continuous wherever they are defined. Compositions and arithmetic combinations of continuous functions are also continuous, which allows us to establish continuity for complex expressions without returning to the epsilon-delta definition each time.

The concept of continuity bridges local properties (behavior at a point) with global properties (behavior on intervals), enabling theorems like the Intermediate Value Theorem and Extreme Value Theorem.