Gerald B. Folland - Advanced Calculus Seçilmiş Teorem Ve Tanımlar (Bölüm 1-3)
Gerald B. Folland - Advanced Calculus Seçilmiş Teorem Ve Tanımlar (Bölüm 1-3)
Contents
1 Chapter 1: Setting the Stage 2
1
1 Chapter 1: Setting the Stage
Proposition 1.1 (Cauchy’s Inequality). For any a, b ∈ Rn ,
|a · b| ≤ |a||b|.
|a + b| ≤ |a| + |b|.
• The complement of S is the set of all points in Rn that are not in S; we denote
it by Rn \ S or by S c :
S c = Rn \ S = {x ∈ Rn : x ∈
/ S}.
• The closure of S is the union of S and all its boundary points. It is denoted by S̄:
S̄ = S ∪ ∂S.
2
Definition 1.6 (Limit of a function). We say that
lim f (x) = L,
x→a
and call L the limit of f (x) as x approaches a, if f (x) becomes as close as we wish to
L provided x is sufficiently close to, but not equal to, a. More formally, the statement
limx→a f (x) = L means that for any positive number ϵ there is a positive number δ so
that
|f (x) − L| < ϵ whenever 0 < |x − a| < δ. (1.1)
Definition 1.7 (Continuity at a point and on a set). If limx→a f (x) and f (a) both exist
and are equal, that is, if
lim f (x) = f (a),
x→a
3
Definition 1.18 (Bounded and Monotone Sequence). A sequence {xk } is called bounded
if all the numbers xn are contained in some bounded interval. A sequence {xn } is called
increasing if xn ≤ xm whenever n ≤ m, and decreasing if xn ≥ xm whenever n ≤ m.
A sequence that is either increasing or decreasing is called monotone (or monotonic).
Theorem 1.19 (The Monotone Sequence Theorem). Every bounded monotone sequence
in R is convergent. More precisely, the limit of an increasing (resp. decreasing) sequence
is the supremum (resp. infimum) of its set of values.
Theorem 1.20 (The Nested Interval Theorem). Let I1 = [a1 , b1 ], I2 = [a2 , b2 ], . . . be a
sequence of closed, bounded intervals in R. Suppose that (a) I1 ⊃ I2 ⊃ I3 ⊃ . . . , and (b)
the length bk − ak of Ik tends to 0 as k → ∞. Then there is exactly one point contained
in all of the intervals Ik .
Definition 1.21 (Subsequence). A subsequence of {xk } is a sequence {xkj }∞ j=1 specified
by a one-to-one, increasing map j → kj from the set of positive integers into itself.
Theorem 1.22. Every bounded sequence in R has a convergent subsequence.
Theorem 1.23. Every bounded sequence in Rn has a convergent subsequence.
Definition 1.24 (Cauchy Sequence). A sequence {xk } in Rn is called a Cauchy se-
quence if xk − xj → 0 as k, j → ∞, that is, if for every ϵ > 0 there exists an integer K
such that |xk − xj | < ϵ whenever k > K and j > K.
Theorem 1.25. A sequence {xk } in Rn is convergent if and only if it is Cauchy.
Definition 1.26 (Compact Set). A subset of Rn is called compact if it is both closed
and bounded.
Theorem 1.27 (The Bolzano-Weierstrass Theorem). If S is a subset of Rn , the following
are equivalent:
(a) S is compact.
(b) Every sequence of points in S has a convergent subsequence whose limit lies in S.
Theorem 1.28. Continuous functions map compact sets to compact sets.
Corollary 1.29 (The Extreme Value Theorem). Suppose S ⊂ Rn is compact and f :
S → R is continuous. Then f has an absolute minimum value and an absolute maximum
value on S; that is, there exist points a, b ∈ S such that f (a) ≤ f (x) ≤ f (b) for all
x ∈ S.
Theorem 1.30 (The Heine-Borel Theorem). If S is a subset of Rn , the following are
equivalent:
(a) S is compact.
(b) If U is any covering of S by open sets, there is a finite subcollection of U that still
forms a covering of S. (In brief: Every open covering of S has a finite subcovering.)
Definition 1.31 (Connected/Disconnected Set). A set S ⊂ Rn is disconnected if it is
the union of two nonempty subsets S1 and S2 , neither of which intersects the closure of
the other one; in this case we shall call the pair (S1 , S2 ) a disconnection of S. The set
S is connected if it is not disconnected.
4
Theorem 1.32. The connected subsets of R are precisely the intervals (open, half-open,
or closed; bounded or unbounded).
5
2 Chapter 2: Differential Calculus
Definition 2.1 (Differentiability in One Variable). Suppose f is a real-valued function
defined on some open interval in R containing the point a. We say that f is differen-
tiable at a if there is a number m such that
E(h)
f (a + h) = f (a) + mh + E(h), where lim = 0. (2.1)
h→0 h
The number m is uniquely determined, and it is the derivative of f at a, denoted by
f ′ (a).
Theorem 2.4 (Mean Value Theorem I). Suppose f is continuous on [a, b] and differen-
tiable on (a, b). There is at least one point c ∈ (a, b) such that
f (b) − f (a)
f ′ (c) = .
b−a
Theorem 2.5. Suppose f is differentiable on the open interval I.
(a) If |f ′ (x)| ≤ C for all x ∈ I, then |f (b) − f (a)| ≤ C|b − a| for all a, b ∈ I.
(c) If f ′ (x) ≥ 0 (resp. f ′ (x) > 0, f ′ (x) ≤ 0, or f ′ (x) < 0) for all x ∈ I, then f is
increasing (resp. strictly increasing, decreasing, or strictly decreasing) on I.
Theorem 2.6 (Mean Value Theorem II). Suppose that f and g are continuous on [a, b]
and differentiable on (a, b), and g ′ (x) ̸= 0 for all x ∈ (a, b). Then there exists c ∈ (a, b)
such that
f ′ (c) f (b) − f (a)
′
= .
g (c) g(b) − g(a)
Theorem 2.7 (L’Hopital’s Rule I). Suppose f and g are differentiable functions on (a, b)
and
lim+ f (x) = lim+ g(x) = 0.
x→a x→a
′
If g never vanishes on (a, b) and the limit
f ′ (x)
lim+ =L
x→a g ′ (x)
f (x)
lim+ = L.
x→a g(x)
6
Theorem 2.8 (L’Hopital’s Rule II). Theorem 2.7 remains valid when the hypothesis that
lim f (x) = lim g(x) = 0 is replaced by the hypothesis that lim |f (x)| = lim |g(x)| = ∞.
Corollary 2.9. For any a > 0 we have
xa log x log x
lim x
= lim a
= lim+ −a = 0.
x→+∞ e x→+∞ x x→0 x
Definition 2.10 (Differentiability in Several Variables). A function f defined on an open
set S ⊂ Rn is called differentiable at a point a ∈ S if there is a vector c ∈ Rn such that
f (a + h) − f (a) − c · h
lim = 0. (2.2)
h→0 |h|
Theorem 2.18 (Chain Rule II). Suppose that g1 , . . . , gn are functions of t = (t1 , . . . , tm )
and f is a function of x = (x1 , . . . , xn ). Let b = g(a) and ϕ = f ◦ g. If g1 , . . . , gn are
differentiable at a (resp. of class C1 near a) and f is differentiable at b (resp. of class C1
near b), then ϕ is differentiable at a (resp. of class C1 near a), and its partial derivatives
are given by
∂ϕ ∂f ∂x1 ∂f ∂xn
= + ··· + . (2.4)
∂tk ∂x1 ∂tk ∂xn ∂tk
7
Definition 2.19 (Homogeneous Function). A function f on Rn is called (positively)
homogeneous of degree a (a ∈ R) if f (tx) = ta f (x) for all t > 0 and x ̸= 0.
Corollary 2.22. Under the conditions of the theorem, the equation of the tangent plane
to S at a is ∇F (a) · (x − a) = 0.
Theorem 2.23 (Mean Value Theorem III). Let S be a region in Rn that contains the
points a and b as well as the line segment L that joins them. Suppose that f is a function
defined on S that is continuous at each point of L and differentiable at each point of L
except perhaps the endpoints a and b. Then there is a point c on L such that
Corollary 2.25. Suppose that f is differentiable on an open convex set S and |∇f (x)| ≤
M for every x ∈ S. Then |f (b) − f (a)| ≤ M |b − a| for all a, b ∈ S.
Corollary 2.26. Suppose f is differentiable on an open convex set S and ∇f (x) = 0 for
all x ∈ S. Then f is constant on S.
Theorem 2.27. Suppose that f is differentiable on an open connected set S and ∇f (x) =
0 for all x ∈ S. Then f is constant on S.
8
Theorem 2.32 (The Multinomial Theorem). For any x = (x1 , x2 , . . . xn ) ∈ Rn and any
positive integer k,
X k!
(x1 + x2 + · · · + xn )k = xα .
α!
|α|=k
(j)
Definition 2.33 (Taylor Polynomial and Remainder). The polynomial Pa,k (h) = kj=0 f j!(a) hj
P
is called the kth-order Taylor polynomial for f based at a. The difference Ra,k (h) =
f (a + h) − Pa,k (h) is called the kth-order Taylor remainder.
Theorem 2.34 (Taylor’s Theorem with Integral Remainder, I). Suppose that f is of
class Ck+1 (k ≥ 0) on an interval I ⊂ R, and a ∈ I. Then the remainder Ra,k defined by
(2.53)–(2.54) is given by
hk+1 1
Z
Ra,k (h) = (1 − t)k f (k+1) (a + th)dt. (2.5)
k! 0
Theorem 2.35 (Taylor’s Theorem with Integral Remainder, II). Suppose that f is of
class Ck (k ≥ 1) on an interval I ⊂ R, and a ∈ I. Then the remainder Ra,k defined by
(2.53)–(2.54) is given by
Z 1
hk
Ra,k (h) = (1 − t)k−1 [f (k) (a + th) − f (k) (a)]dt. (2.6)
(k − 1)! 0
Lemma 2.38. Suppose g is k + 1 times differentiable on [a, b]. If g(a) = g(b) and
g (j) (a) = 0 for 1 ≤ j ≤ k, then there is a point c ∈ (a, b) such that g (k+1) (c) = 0.
hk+1
Ra,k (h) = f (k+1) (a + c) . (2.7)
(k + 1)!
Proposition 2.40. The Taylor polynomials of degree k about a = 0 of the functions
ex , cos x, sin x, (1 − x)−1 are, respectively,
X xj X (−1)j x2j X (−1)j x2j+1 X
, , , xj .
0≤j≤k
j! (2j)! (2j + 1)! 0≤j≤k
0≤j≤k/2 0≤j≤(k−1)/2
9
where
X hα Z 1
Ra,k (h) = k (1 − t)k−1 [∂ α f (a + th) − ∂ α f (a)]dt. (2.9)
α! 0
|α|=k
and
X hα
Ra,k (h) = ∂ α f (a + ch) for some c ∈ (0, 1). (2.11)
α!
|α|=k+1
10
(a) If αγ − β 2 < 0, f has a saddle point at a.
(b) If f (x) → 0 as |x| → ∞ (x ∈ S) and there is a point x0 ∈ S where f (x0 ) > 0 (resp.
f (x0 ) < 0), then f has an absolute maximum (resp. minimum) on S.
|f (a + h) − f (a) − Lh|
lim = 0. (2.12)
h→0 |h|
11
3 Chapter 3: The Implicit Function Theorem and Its
Applications
Theorem 3.1 (The Implicit Function Theorem for a Single Equation). Let F (x, y) be
a function of class C1 on some neighborhood of a point (a, b) ∈ Rn+1 . Suppose that
F (a, b) = 0 and ∂y F (a, b) ̸= 0. Then there exist positive numbers r0 , r1 such that the
following conclusions are valid.
(a) For each x in the ball |x − a| < r0 there is a unique y such that |y − b| < r1 and
F (x, y) = 0. We denote this y by f (x); in particular, f (a) = b.
(b) The function f thus defined for |x−a| < r0 is of class C1 , and its partial derivatives
are given by
∂j F (x, f (x))
∂j f (x) = − . (3.1)
∂y F (x, f (x))
Corollary 3.2. Let F be a function of class C1 on Rn , and let S = {x : F (x) = 0}. For
every a ∈ S such that ∇F (a) ̸= 0 there is a neighborhood N of a such that S ∩ N is the
graph of a C1 function.
Theorem 3.3 (The Implicit Function Theorem for a System of Equations). Let F(x, y)
be an Rk -valued function of class C1 on some neighborhood of a point (a, b) ∈ Rn+k and
let Bij = (∂Fi /∂yj )(a, b). Suppose that F(a, b) = 0 and det B ̸= 0. Then there exist
positive numbers r0 , r1 such that the following conclusions are valid.
(a) For each x in the ball |x − a| < r0 there is a unique y such that |y − b| < r1 and
F(x, y) = 0. We denote this y by f (x); in particular, f (a) = b.
(b) The function f thus defined for |x − a| < r0 is of class C1 , and its partial derivatives
∂xj f can be computed by differentiating the equations F(x, f (x)) = 0 with respect to
xj and solving the resulting linear system of equations for ∂xj f1 , . . . , ∂xj fk .
Theorem 3.4. (a) Let F be a real-valued function of class C1 on an open set in R2 ,
and let S = {(x, y) : F (x, y) = 0}. If a ∈ S and ∇F (a) ̸= 0, there is a neighborhood
N of a in R2 such that S ∩ N is the graph of a C1 function f (either y = f (x) or
x = f (y)).
(b) Let f : (a, b) → R2 be a function of class C1 . If f ′ (t0 ) ̸= 0, there is an open interval
I containing t0 such that the set {f (t) : t ∈ I} is the graph of a C1 function f
(either y = f (x) or x = f (y)).
Definition 3.5 (Smooth Curve). A set S ⊂ R2 is a smooth curve if (a) S is connected,
and (b) every a ∈ S has a neighborhood N such that S ∩ N is the graph of a C1 function
f (either y = f (x) or x = f (y)).
Theorem 3.6. (a) Let F be a real-valued function of class C1 on an open set in R3 ,
and let S = {(x, y, z) : F (x, y, z) = 0}. If a ∈ S and ∇F (a) ̸= 0, there is a
neighborhood N of a in R3 such that S ∩ N is the graph of a C1 function f (either
z = f (x, y), y = f (x, z), or x = f (y, z)).
(b) Let f be a C1 mapping from an open set in R2 into R3 . If [∂u f × ∂v f ](u0 , v0 ) ̸= 0,
there is a neighborhood N of (u0 , v0 ) in R2 such that the set {f (u, v) : (u, v) ∈ N }
is the graph of a C1 function.
12
Definition 3.7 (Nonparametric Form of a k-manifold). A k-dimensional manifold S
in Rn can be described as the set of simultaneous solutions of n − k equations, S =
{x : F(x) = 0}, where F = (F1 , . . . , Fn−k ) is a C1 mapping from U ⊂ Rn into Rn−k .
The regularity condition is that the matrix DF(x) has rank n − k at every x ∈ S (or
equivalently, ∇F1 (x), . . . , ∇Fn−k (x) are linearly independent at each x ∈ S).
Definition 3.8 (Parametric Form of a k-manifold). Given a C1 map f from some open set
V ⊂ Rk into Rn , S = {f (u) : u ∈ V }. The regularity condition is that the matrix Df (u)
has rank k at each u ∈ V (or equivalently, ∂u1 f (u), . . . , ∂uk f (u) are linearly independent
at each u ∈ V ).
Theorem 3.9 (The Inverse Mapping Theorem). Let U and V be open sets in Rn , a ∈ U ,
and b = f (a). Suppose that f : U → V is a mapping of class C1 and the Fréchet
derivative Df (a) is invertible (that is, the Jacobian det Df (a) is nonzero). Then there
exist neighborhoods M ⊂ U and N ⊂ V of a and b, respectively, so that f is a one-to-
one map from M onto N , and the inverse map f −1 from N to M is also of class C1 .
Moreover, if y = f (x) ∈ N , D(f −1 )(y) = [Df (x)]−1 .
13