Limits
Let . Assume is function defined on some neighborhood of , except maybe itself.
Here are 3 definitions of a limit.
[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Epsilon Delta”,“label”:“epsilon-delta”,“_index”:0}] Definition 1 (Epsilon Delta). has limit as iff for every , , . We write .
Sometimes a function is defined piecewise on different sides of . Then, there is a left limit and right limit.
[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Left Limit”,“label”:“left-limit”,“_index”:1}] Definition 2 (Left Limit). , .
[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Right Limit”,“label”:“right-limit”,“_index”:2}] Definition 3 (Right Limit). , .
Then,
[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Right and Left Limit”,“label”:“right-and-left-limit”,“_index”:3}] Definition 4 (Right and Left Limit). .
Notice that the following are equivalent:
- For every sequence where , with for and , .
\begin{proof}
: Given , pick such that . Since , we know .
:
We will prove the contrapositive. Pick for the epsilon-delta condition. Then, if we let , but by our assumption that is false. Thus, is false.
\end{proof}
is very powerful because can use sequences to prove properties of limits. For example,
[!math|{“type”:“theorem”,“number”:“auto”,“setAsNoteMathLink”:false,“_index”:4}] Theorem 5. Let and . Then,
is true because we can proven the corresponding statements for sequences. Another example is
Squeeze Principle
[!math|{“type”:“theorem”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Squeeze Principle”,“label”:“squeeze-principle”,“_index”:5}] Theorem 6 (Squeeze Principle). If in some neighborhood of and , then .
Limits at Infinity
[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Limit at Infinity”,“label”:“limit-at-infinity”,“_index”:6}] Definition 7 (Limit at Infinity). for all . is defined similarly.
L’Hopital’s Rule
Used for indeterminate forms.
Continuity
[!math|{“type”:“definition”,“number”:“auto”,“setAsNoteMathLink”:false,“title”:“Continuity”,“label”:“continuity”,“_index”:7}] Definition 8 (Continuity). is continuous at point if is defined at and . is continuous if it is continuous at every point where it is defined.
- jump discontinuity: left and right limits exist but aren’t equal
- removable discontinuity: limit exists but not equal to ; can redefine to remove discontinuity
[!math|{“type”:“proposition”,“number”:“auto”,“setAsNoteMathLink”:false,“_index”:8}] Proposition 9. is continuous at and is continuous at is continuous at .
\begin{proof} Continuity of at implies .
Continuity of at , . Thus, , so is continuous at .
\end{proof}
^f84bec is useful for creating new continuous functions. Another useful proposition is
[!math|{“type”:“proposition”,“number”:“auto”,“setAsNoteMathLink”:false,“_index”:9}] Proposition 10. If is continuous at and with as , then as .
^9f10f9 is useful to prove discontinuity. For example, to show is discontinuous at
\begin{proof} Consider the sequence with . Then as .
\end{proof}