Analysis II // Flashcards
Triangle inequality
|a+b| ≤ |a| + |b|
|a-b| ≥ ||a| - |b||
Continuity - ε-δ
A function f: E → ℝ is continuous at c ∈ E if for any ε > 0 there exists a δ > 0 such that if x ∈ E and |x - c| < δ, then |f(x) - f(c)| < ε
δ-neighbourhood of c in E
x ∈ E with |x - c| < δ, i.e. E ∩ (c - δ, c + δ)
Sequential continuity
A function f: E → ℝ is sequentially continuous at c ∈ E if whenever (x_n) ∈ E and x_n → c as n → ∞, then f(x_n) → f(c) as n → ∞
Interval
A non-empty subset I of ℝ is an interval if whenever x,y ∈ I and x < y then [x,y] ∈ I
Open subset
A subset of A of ℝ is open if for every x ∈ A there exists ε > 0 such that (x - ε, x + ε) ⊂ A
Closed
A subset A of ℝ is closed if ℝ \ A is open
Injective
f(x) = f(y) ⇒ x = y
Surjective
For every a ∈ B there exists x ∈ A such that f(x) = a
Increasing
Let E ⊂ ℝ. A function f: E → ℝ is said to be increasing on E if x ≥ y ⇒ f(x) ≥ f(y)
Strictly increasing
Let E ⊂ ℝ. A function f: E → ℝ is said to be strictly increasing on E if x > y ⇒ f(x) > f(y)
Decreasing
Let E ⊂ ℝ. A function f: E → ℝ is said to be decreasing on E if x ≥ y ⇒ f(x) ≤ f(y)
Strictly decreasing
Let E ⊂ ℝ. A function f: E → ℝ is said to be strictly decreasing on E if x > y ⇒ f(x) < f(y)
Continuous limit
If f: (a,b) \ {c} → ℝ then we say that f(x) tends to α as x tends to c, if for every ε > 0 there exists a δ > 0 such that x ∈ (a,b) with 0 < |x-c| < δ ⇒ |f(x) - α| < ε
One-sided limit from the left
If f: (a,b) \ {c} → ℝ then we say that f(x) tends to α as x tends to c from below, if for every ε > 0 there exists a δ > 0 such that |f(x) - α| < ε for all x with c - δ < x < c
One-sided limit from the right
If f: (a,b) \ {c} → ℝ then we say that f(x) tends to α as x tends to c from above, if for every ε > 0 there exists a δ > 0 such that |f(x) - α| < ε for all x with c < x < c + δ
Limit as x → ∞
f(x) → α as x → ∞ if for every ε > 0 there exists an R such that |f(x) - α| < ε for all x > R
Limit to ∞
f(x) → ∞ as x → c if for every R there exists a δ > 0 such that f(x) > R for all x with 0 < |x - c| < δ
Differentiable
f: (a,b) → ℝ is differentiable at x₀ ∈ (a,b) if the limit
lim(x → x₀) (f(x) - f(x₀))/(x - x₀)
exists and is finite, denoted f’(x₀)
Continuously differentiable (C^1 on I)
f is continuously differentiable on an interval I if f is differentiable on I and f’ is continuous on I