Continuity and Uniform Continuity Quick-Notes (Real Analysis)
In this quick-notes post, we will briefly cover the definitions of continuity and uniform continuity. These concepts are fundamental to Real Analysis and the study of functions. These quick notes are no substitute for reading the text on these topics, nor are they as rigorous as lecture notes. These are a supplement that may be used to refresh proficiency or aid in the completion of problem sets.
Basic Continuity
Continuity at a point
\[\forall x \in I, \exists\delta > 0,\epsilon>0,c \\ |x - c| < \delta \implies |f(x) - f(c)| < \epsilon\]For all delta, and epsilon greater than zero, if the difference between x and c is less than some arbitrarily small delta, then the difference between a function and it’s value at that point will be less than an arbitrarily small epsilon. Intuitively this just means that as x approaches a value c, the value of a function approaches f at c.
Continuity Everywhere
\[\forall x,c \in I, \exists\delta > 0,\epsilon>0, \\ |x - c| < \delta \implies |f(x) - f(c)| < \epsilon\]Example Problem:
In our scratch work, we first determine that by fixing delta at a value less than or equal to 1 (we are allowed to do this since delta can be as small as we like), this implies that x must be less than 2 which in turn shows us that our |x + 3| expression must be less than 5. Notice that we now have an algebraic expression that must be less than 5 times delta. Since we stipulated that delta must be less than or equal to one, we must set delta to the minimum of 1 and epsilon divided by five (when it is less than one). Knowing our restriction on the |x - 1| expression based on our allocation of delta, we now can do a straightforward proof once we factor our function in terms of an expression that is bound to be less than delta.
\[Let \space f: R \rightarrow R \space given \space by \space f(x) = x^{2} + 2x + 1\\ Prove \space the \space function \space is \space continuous \space at \space x=1 \\ Scratch \space Work:\\ |x - 1| \leq \delta \implies |f(x) - f(1)| < \epsilon \\ |f(x) - f(1)| = |x^{2} + 2x - 3| = |x - 1||x+3| \\ let \space \delta < 1, \space then \space |x-1| < 1 \implies -1 < x - 1 < 1 \implies 0 < x < 2\\ \therefore |x + 3| < |2 + 3| = 5 \space and \space |x-1||x+3| < 5|x-1| \\ Formal \space Proof \\ Let \space \delta = \min(1,\frac{\epsilon}{5}) \\ |x - 1| < \delta \implies |f(x) - f(1)| < 5|x-1| < 5\delta = 5(\frac{\epsilon}{5}) = \epsilon\]Uniform Continuity
Uniform continuity stipulates that there must be some functionally consistent relationship between the distance of x from our target value c, and the distance between our function and the function at the value of c. To prove uniform continuity, we must show that our delta depends on some value of epsilon indicated by some expression.
\[Take \space \epsilon > 0, \delta > 0 \\ |x - c| < \delta(\epsilon) \implies |f(x) - f(c) | < \epsilon //\]