7 - Functions Flashcards
Limits of functions, characterisation of limits via sequences. Continuity and differentiability of real and complex functions. Harmonic functions.
Define limits for functions
We say that f(x) converges to b as x approaches x_0 if for every ε > 0 there exists 𝛿 > 0 such that
|f(x) - b| < ε
for all x in the domain with 0 < |x - x_0| < 𝛿. We write
f(x) –> b as x –> x_0 or b = lim(x->x_0) f(x)
Suppose that the domain is not bounded from above. Then b = lim(x->∞) f(x) if for every ε > 0 there exists 𝛿 > 0 such that
|f(x) - b| < ε
for all x in the domain with x > 𝛿
What is continuity?
A function f:D —> {R} is said to be continuous at x_0 in the domain if lim(x->x_0) f(x) = f(x_0). Moreover, f is said to be continuous if it is continuous at every x in the domain.
What does relatively open mean?
A set U is relatively open in D if U = ∅ or for every x in U there exists r > 0 such that B(x,r) \Intersection D is an improper subset of U
What does relatively closed mean?
A set A is relatively closed in D if A^c \Intersection D is relatively open in D
What is the intermediate value theorem?
The intermediate value theorem states that if f f is a continuous function whose domain contains the interval [a, b], then it takes on any given value between f ( a ) f(a) and f ( b ) f(b) at some point within the interval.
This has two important corollaries:
- If a continuous function has values of opposite signs inside an interval, then it has a root in that interval (Bolzano’s theorem).
- The image of a continuous function over an interval is itself an interval.
What is the Bolzano-Weierstrass Theorem?
The theorem states that each infinite bounded sequence in {R}^n has a convergent subsequence. An equivalent formulation is that a subset of {R}^n is sequentially compact if and only if it is closed and bounded. The theorem is sometimes called the sequential compactness theorem.
What is a bounded set?
A set, A, is called bounded if there exists R >= 0 such that |x| <= R for all x in A.
What is a sequentially compact set?
A set S is sequentially compact if every sequence in S has a subsequence that converges to something in S.
What are closed and open sets?
A set is open if every point in is an interior point. A set is closed if it contains all of its boundary points.
What is the continuity of inverse functions?
If f is injective (one-to-one) and continuous on an interval I, then the inverse function f^-1 exists and is continuous on a corresponding interval J (in the image or range of f).
What is an image of a function?
The image of a function is the set of all output values it may produce.
More generally, evaluating a given function f at each element of a given subset A of its domain produces a set, called the “image of A under (or through) f”.
Similarly, the inverse image (or preimage) of a given subset B of the codomain of f, is the set of all elements of the domain that map to the members of B.
What is the extreme value theorem?
The extreme value theorem (Weierstrass) states that if a real-valued function f is continuous on the closed interval [a, b], then f must attain a maximum and a minimum, each at least once. That is, there exist numbers c and d in [a, b] such that:
f(c) ≥ f(x) ≥ f(d), ∀x ∈ [a, b]
What is uniform continuity?
Let D be a non-empty subset of R. A function f: D→R is called uniformly continuous on D if, for any ε > 0, there exists δ > 0 such that if u,v ∈ D and |u−v|< δ, then
|f(u)−f(v)| < ε
How are uniform and ordinary continuity different?
The difference between uniform continuity and (ordinary) continuity is that in uniform continuity there is a globally applicable δ (the size of a function domain interval over which function value differences are less than ϵ) that depends on only ε, while in (ordinary) continuity there is a locally applicable δ that depends on both ε and x.
So uniform continuity is a stronger continuity condition than continuity; a function that is uniformly continuous is continuous but a function that is continuous is not necessarily uniformly continuous.
What is the mean value theorem?
The Mean Value Theorem (or Lagrange theorem) establishes a relationship between the slope of a tangent line to a curve and the secant line through points on a curve at the endpoints of an interval. The theorem is stated as follows.
If a function f(x) is continuous on a closed interval [a,b] and differentiable on an open interval (a,b), then at least one number c ∈ (a,b) exists such that
f’(c) = [ (f(b) - f(a)) / (b - a) ]