1 - Limits and Continuity of Functions Flashcards
Define punctured neighbourhood
D is a punctured neighbourhood of c ∈ R if
there exists δ > 0 such that (c − δ, c) ∪ (c, c + δ) ⊂ D.
ε-δ definition of a limit
Let f:D→R, c ∈ R, and D be a punctured neighbourhood of c. Then
[lim{x→c} f(x)] = L if for any ε > 0 there exists δ > 0 such that ∀x ∈ D, 0 < |x − c| < δ ⇒ |f(x) − L| < ε
Define Inertia
Let f:D→R, D ⊂ R, and c, L, M ∈ R. Suppose D contains a punctured neighbourhood of c and that [lim{x→c}f(x)] =
L > M.
Then there exists δ > 0 such that ∀x ∈ D, 0 < |x − c| < δ ⇒ f(x) > M.
Sequential characterisation of the limit
Let f : D → R, c, L ∈ R, and D be a punctured neighbourhood of c. Then
[lim{x→c}f(x)] = L is equivalent to:
For any sequence (x_n) ⊆ D \ {c} such that [lim{n→∞} x_n] = c, [lim{n→∞} f(x_n)] = L
Define one-sided limit from the right (x→c+)
If there exists δ_0 > 0 such that (c, c + δ_0) ⊂ D, then for any ε > 0, there exists δ > 0 such that ∀x ∈ D, 0 < x−c < δ ⇒ |f(x) − L| < ε.
Define one-sided limit from the left (x→c-)
If there exists δ_0 > 0 such that (c − δ_0, c) ⊂ D, then for any ε > 0, there exists δ > 0 such that ∀x ∈ D, −δ < x−c < 0 ⇒ |f(x) − L| < ε
Define what it means for f:D→R to be continuous at c ∈ D.
For any ε > 0 there exists δ > 0 such that ∀x ∈ D, |x−c| < δ ⇒ |f(x) − f(c)| < ε.
Define what it means for f:D→R to be continuous on D.
f is continuous at each point in D, i.e, for any ε > 0 there exists δ > 0 such that ∀x,y ∈ D, |x−y| < δ ⇒ |f(x) − f(y)| < ε.
Sequential characterisation of continuity
Let f: D→R, c ∈ R, and D ⊂ R. Then f is continuous at c if and only if for all sequences (x_n) ⊆ D \ {c} such that [lim{n→∞} x_n] = c, then [lim{n→∞} f(x_n)] = f(c)
Define the composition of functions f◦g.
If g: D→R and f: E→R are such that g(x) ∈ E for all x ∈ D, then, f◦g : D→R is defined by
(f◦g)(x) = f(g(x)), ∀x ∈ D
What are the conditions for the composition of functions f◦g to be continuous at c?
- g: D→R and f: E→R are such that g(x) ∈ E for all x ∈ D. 2. For c ∈ D, g is continuous at c and f is continuous at g(c).
Intermediate Value Theorem
Let:
1. a, b ∈ R satisfy a < b,
2. f: [a, b]→R be continuous on [a, b]
3. f(a) < f(b).
Then, for all y ∈ (f(a), f(b)) there exists c ∈ (a, b) such that f(c) = y.
What does it mean for a function f: D→R to be bounded above?
There exists an M ∈ R such that f(x) ≤ M, ∀x ∈ D.
What does it mean for a function f: D→R to be bounded below?
There exists an m ∈ R such that f(x) ≥ m, ∀x ∈ D.
What does it mean for a function f: D→R to be bounded?
There is an M > 0 such that
|f(x)| ≤ M, ∀x ∈ D
Weierstrass Extremal Value Theorem
Let f: [a, b]→R be continuous on [a, b]. Then f is bounded and attains its supremum and infimum.
i.e, there exists p, q ∈ [a, b] such that:
sup f [a,b] = f(p), and
inf f [a,b] = f(q)
Define inverse of a function f^{-1}.
Let f: I→J be a bijection. Then f^{−1}: J → I is defined as
f^{−1}(y) = x where y ∈ J and
x ∈ I is the unique element in I such that f(x) = y.