Math 412 - Final

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/157

flashcard set

Earn XP

Description and Tags

Cumulative with Chapter 5 material

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

158 Terms

1
New cards

Axiom of Completeness

Every nonempty set of real numbers that is bounded above has a least upper bound.

2
New cards

bounded above/bounded below

A set A ⊆ R is bounded above if there exists a number b ∈ R

such that a ≤ b for all a ∈ A. The number b is called an upper bound for A.

Similarly, the set A is bounded below if there exists a lower bound l ∈ R satisfying l ≤ a for every a ∈ A.

3
New cards

least upper bound (supremum)

A real number s is the least upper bound for a set A ⊆ R if it meets the following two criteria:

(i) s is an upper bound for A;

(ii) if b is any upper bound for A, then s ≤ b.

4
New cards

greatest lower bound (infimum)

A real number l is the greatest lower bound for a set A ⊆ R if

it meets the following two criteria:

(i) l is a lower bound for A;

(ii) if b is any lower bound for A, then b ≤ l.

5
New cards

maximum/minimum

A real number a0 is a maximum of the set A if a0 is an element of A and a0 ≥ a for all a ∈ A. Similarly, a number a1 is a minimum of A if a1 ∈ A and a1 ≤ a for every a ∈ A.

6
New cards

Assume s ∈ R is an upper bound for a set A ⊆ R. Then, s = sup A if and only if…

… for every choice of ε > 0, there exists an element a ∈ A

satisfying s − ε < a.

7
New cards

Nested Interval Property

For each n ∈ N, assume we are given a closed interval In = [an, bn] = {x ∈ R : an ≤ x ≤ bn}. Assume also that each In contains In+1. Then, the resulting nested sequence of closed intervals

I1 ⊇ I2 ⊇ I3 ⊇ I4 ⊇ · · ·

has a nonempty intersection; that is, ∩n=1 In ≠ ∅.

8
New cards

Archimedean Property

(i) Given any number x ∈ R, there exists an n ∈ N satisfying n > x.

(ii) Given any real number y > 0, there exists an n ∈ N satisfying 1/n < y.

9
New cards

Density of Q in R

For every two real numbers a and b with a < b, there exists a rational number r satisfying a < r < b.

10
New cards

Given any two real numbers a < b…

… there exists an irrational number t satisfying a < t < b.

11
New cards

There exists a real number α ∈ R

… satisfying α2 = 2.

12
New cards

sequence

A sequence is a function whose domain is N.

13
New cards

Convergence of a Sequence

A sequence (an) converges to a real number a if, for every positive number ε, there exists an N ∈ N such that whenever n ≥ N it follows that |an − a| < ε.

14
New cards

ε-neighborhood

Given a real number a ∈ R and a positive number ε > 0, the set

V(a) = {x ∈ R : |x − a| < ε}

is called the ε-neighborhood of a.

15
New cards

Convergence of a Sequence: Topological Version

A sequence (an) converges to a if, given any ε-neighborhood Vε(a) of a, there exists a point in the sequence after which all of the terms are in Vε(a). In other words, every ε-neighborhood contains all but a finite number of the terms of (an).

16
New cards

Template for a proof that (xn) → x

- “Let ε > 0 be arbitrary.”

- Demonstrate a choice for N ∈ N. This step usually requires the most

work, almost all of which is done prior to actually writing the formal

proof.

- Now, show that N actually works.

- “Assume n ≥ N.”

- With N well chosen, it should be possible to derive the inequality

|xn − x| < ε.

17
New cards

Uniqueness of Limits

The limit of a sequence, when it exists, must be unique.

18
New cards

divergence

A sequence that does not converge is said to diverge.

19
New cards

bounded

A sequence (xn) is bounded if there exists a number M > 0 such that |xn| ≤ M for all n ∈ N.

20
New cards

Every convergent sequence… (bounds)

… is bounded.

21
New cards

Algebraic Limit Theorem

Let lim an = a, and lim bn = b. Then,

(i) lim(can) = ca, for all c ∈ R;

(ii) lim(an + bn) = a + b;

(iii) lim(anbn) = ab;

(iv) lim(an/bn) = a/b, provided b ≠ 0.

22
New cards

Order Limit Theorem

Assume lim an = a and lim bn = b.

(i) If an ≥ 0 for all n ∈ N, then a ≥ 0.

(ii) If an ≤ bn for all n ∈ N, then a ≤ b.

(iii) If there exists c ∈ R for which c ≤ bn for all n ∈ N, then c ≤ b. Similarly, if an ≤ c for all n ∈ N, then a ≤ c.

23
New cards

monotone

A sequence (an) is increasing if an ≤ an+1 for all n ∈ N and

decreasing if an ≥ an+1 for all n ∈ N. A sequence is monotone if it is either

increasing or decreasing.

24
New cards

Monotone Convergence Theorem

If a sequence is monotone and bounded, then it converges.

25
New cards

Convergence of a Series

Let (bn) be a sequence. An infinite series is a formal expression of the form

Σn =1 bn = b1 + b2 + b3 + b4 + b5 + · · · .

We define the corresponding sequence of partial sums (sm) by

sm = b1 + b2 + b3 + · · · + bm,

and say that the series Σn =1 bn converges to B if the sequence (sm) converges to B. In this case, we write Σn =1 bn = B.

26
New cards

Cauchy Condensation Test

Suppose (bn) is decreasing and satisfies bn ≥ 0 for all n ∈ N. Then, the series Σn =1 bn converges if and only if the series

Σn = 0 2nb2n = b1 + 2b2 + 4b4 + 8b8 + 16b16 + · · ·

converges.

27
New cards

subsequence

Let (an) be a sequence of real numbers, and let n1 < n2 < n3 < n4 < n5 < . . . be an increasing sequence of natural numbers. Then the

sequence

(an1, an2, an3, an4, an5, . . .)

is called a subsequence of (an) and is denoted by (ank), where k ∈ N indexes the subsequence.

28
New cards

Subsequences of a convergent sequence…

… converge to the same limit as the original sequence.

29
New cards

Bolzano–Weierstrass Theorem

Every bounded sequence contains a convergent subsequence.

30
New cards

Cauchy sequence

A sequence (an) is called a Cauchy sequence if, for every ε > 0, there exists an N ∈ N such that whenever m, n ≥ N it follows that |an − am| < ε.

31
New cards

Every convergent sequence… (Cauchy)

… is a Cauchy sequence.

32
New cards

Cauchy sequences are…

… bounded.

33
New cards

Cauchy Criterion

A sequence converges if and only if it is a Cauchy sequence.

34
New cards

Algebraic Limit Theorem for Series

If Σk=1 ak = A and Σk=1 bk = B, then

(i) Σk=1 cak = cA for all c ∈ R and

(ii) Σk=1(ak + bk) = A + B.

35
New cards

Cauchy Criterion for Series

The series Σk=1 ak converges if and only if, given ε > 0, there exists an N ∈ N such that whenever n > m ≥ N it follows that

|am+1 + am+2 + · · · + an| < ε.

36
New cards

If the series Σk=1 ak converges…

… then (ak) → 0.

37
New cards

Comparison Test

Assume (ak) and (bk) are sequences satisfying 0 ≤ ak ≤ bk for all k ∈ N.

(i) If Σk=1 bk converges, then Σk=1 ak converges.

(ii) If Σk=1 ak diverges, then Σk=1 bk diverges.

38
New cards

Absolute Convergence Test

If the series Σn=1 |an| converges, then Σn=1 an converges as well.

39
New cards

Alternating Series Test

Let (an) be a sequence satisfying,

(i) a1 ≥ a2 ≥ a3 ≥ · · · ≥ an ≥ an+1 ≥ · · · and

(ii) (an) → 0.

Then, the alternating series Σn=1 (−1)n+1an converges.

40
New cards

converges absolutely/conditionally

If Σn=1 |an| converges, then we say that the original series Σn=1 an converges absolutely. If, on the other hand, the series Σn=1 an converges but the series of absolute values Σn=1 |an| does not converge, then we say that the original series Σn=1 an converges conditionally.

41
New cards

rearrangement

Let Σk=1 ak be a series. A series Σk=1 bk is called a rearrangement of Σk=1 ak if there exists a one-to-one, onto function f : NN such that bf(k) = ak for all k ∈ N.

42
New cards

If a series converges absolutely…

… then any rearrangement of this series converges to the same limit.

43
New cards

Cantor set

C = [0,1] \ [(1/3,2/3) ∪ (1/9,2/9) ∪ (7/9,8/9) ∪ …]. Cn = ∩n=0 Cn . Note that Cn consists of 2n closed intervals of length 1/3n , while C itself has length 0 and is closed and perfect.

44
New cards

Open set

A set O ⊆ R is open if for all points a ∈ O there exists an ε-neighborhood Vε(a) ⊆ O.

45
New cards

Unions and intersections of open sets

(i) The union of an arbitrary collection of open sets is open.

(ii) The intersection of a finite collection of open sets is open.

46
New cards

Limit point

A point x is a limit point of a set A if every ε-neighborhood Vε(x) of x intersects the set A at some point other than x.

47
New cards

Limit point (sequential def)

A point x is a limit point of a set A if and only if x = liman for some sequence (an) contained in A satisfying an ≠ x for all n ∈ N.

48
New cards

Isolated point

A point a ∈ A is an isolated point of A if it is not a limit point of A.

49
New cards

Closed set

A set F ⊆ R is closed if it contains its limit points.

50
New cards

Closed sets (Cauchy sequence def)

A set F ⊆ R is closed if and only if every Cauchy sequence contained in F has a limit that is also an element of F .

51
New cards

Density of Q in R (sequential def)

For every y ∈ R, there exists a sequence of rational numbers that converges to y.

52
New cards

Closure

Given a set A ⊆ R, let L be the set of all limit points of A. The closure of A is defined to be Ā = A ∪ L.

53
New cards

Properties of the closure

For any A ⊆ R, the closure A is a closed set and is the smallest closed set containing A.

54
New cards

Relationship between open sets and closed sets (complements)

A set O is open if and only if Oc is closed. Likewise, a set F is closed if and only if Fc is open.

55
New cards

Unions and intersections of closed sets

(i) The union of a finite collection of closed sets is closed.

(ii) The intersection of an arbitrary collection of closed sets is closed.

56
New cards

Compact sets

A set K ⊆ R is compact if every sequence in K has a subsequence that converges to a limit that is also in K.

57
New cards

Bounded sets

A set A ⊆ R is bounded if there exists M > 0 such that |a| ≤ M for all a ∈ A.

58
New cards

Heine Borel Theorem

A set K ⊆ R is compact if and only if it is closed and bounded.

59
New cards

Nested Compact Set Property

If

K1 ⊇ K2 ⊇ K3 ⊇ K4 ⊇ · · ·

is a nested sequence of nonempty compact sets, then the intersection ∩n=1 Kn is not empty.

60
New cards

Perfect set

A set P ⊆ R is perfect if it is closed and contains no isolated points.

61
New cards

Are perfect sets countable?

A nonempty perfect set is uncountable.

62
New cards

Connected set

Two nonempty sets A, B ⊆ R are separated if Ā ∩ B and A ∩ B̄ are both empty. A set E ⊆ R is disconnected if it can be written as E = A ∪ B, where A and B are nonempty separated sets.

A set that is not disconnected is called a connected set.

63
New cards

Connected set (sequential def)

A set E ⊆ R is connected if and only if, for all nonempty disjoint sets A and B satisfying E = A ∪ B, there always exists a convergent sequence (xn) → x with (xn) contained in one of A or B, and x an element of the other.

64
New cards

Equivalent notion of connectedness

A set E ⊆ R is connected if and only if whenever a < c < b with a, b ∈ E, it follows that c ∈ E as well.

65
New cards

Functional limit

Let f : AR, and let c be a limit point of the domain A. We say that limx→c f(x) = L provided that, for all ε > 0, there exists a δ > 0 such that whenever 0 < |x − c| < δ (and x ∈ A) it follows that |f(x) − L| < ε.

<p>Let f : <em>A</em> → <strong>R</strong>, and let c be a limit point of the domain <em>A</em>. We say that lim<sub>x→c</sub> f(x) = L provided that, for all ε &gt; 0, there exists a δ &gt; 0 such that whenever 0 &lt; |x − c| &lt; δ (and x ∈ A) it follows that |f(x) − L| &lt; ε.</p>
66
New cards

Functional limit (topological version)

Let c be a limit point of the domain of f : A → R. We say limx→c f(x) = L provided that, for every ε-neighborhood Vε(L) of L, there exists a δ-neighborhood Vδ(c) around c with the property that for all x ∈ Vδ(c) different from c (with x ∈ A) it follows that f(x) ∈ Vε(L).

67
New cards

Sequential criterion for functional limits

Given a function f : AR and a limit point c of A, the following two statements are equivalent:

(i) limx→c f(x) = L.

(ii) For all sequences (xn) ⊆ A satisfying xn ≠ c and (xn) → c, it follows that f(xn) → L.

68
New cards

Algebraic Limit Theorem for functional limits

Let f and g be functions defined on a domain AR, and assume limx→c f(x) = L and limx→c g(x) = M for some limit point c of A. Then,

(i) limx→c kf(x) = kL for all k ∈ R,

(ii) limx→c [f(x) + g(x)] = L + M,

(iii) limx→c [f(x)g(x)] = LM, and

(iv) limx→c f(x)/g(x) = L/M, provided M ≠ 0.

69
New cards

Divergence Criterion for functional limits

Let f be a function defined on A, and let c be a limit point of A. If there exist two sequences (xn) and (yn) in A with xn ≠ c and yn ≠ c and

limxn = limyn = c but limf(xn) ≠ limf(yn),

then we can conclude that the functional limit limx→c f(x) does not exist.

70
New cards

Continuity

A function f : A → R is continuous at a point c ∈ A if, for all ε > 0, there exists a δ > 0 such that whenever |x − c| < δ (and x ∈ A) it follows that |f(x) − f(c)| < ε.

If f is continuous at every point in the domain A, then we say that f is continuous on A.

71
New cards

Characterizations of continuity

Let f : AR, and let c ∈ A. The function f is continuous at c if and only if any one of the following three conditions is met:

(i) For all ε > 0, there exists a δ > 0 such that |x−c| < δ (and x ∈ A) implies |f(x) − f(c)| < ε;

(ii) For all Vε(f(c)), there exists a Vδ(c) with the property that x ∈ Vδ(c) (and x ∈ A) implies f(x) ∈ Vε(f(c));

(iii) For all (xn) → c (with xnA), it follows that f(xn) → f(c).

If c is a limit point of A, then the above conditions are equivalent to

(iv) limx→c f(x) = f(c).

72
New cards

Criterion for discontinuity

Let f : AR, and let c ∈ A be a limit point of A. If there exists a sequence (xn) ⊆ A where (xn) → c but such that f(xn) does not converge to f(c), we may conclude that f is not continuous at c.

73
New cards

Algebraic Continuity Theorem

Assume f : AR and g : AR are continuous at a point c ∈ A. Then,

(i) kf(x) is continuous at c for all k ∈ R;

(ii) f(x) + g(x) is continuous at c;

(iii) f(x)g(x) is continuous at c; and

(iv) f(x)/g(x) is continuous at c, provided the quotient is defined.

74
New cards

Composition of continuous functions

Given f : A→R and g : B → R, assume that the range f(A) = {f(x) : x ∈ A} is contained in the domain B so that the composition g ◦ f(x) = g(f(x)) is defined on A.

If f is continuous at c ∈ A, and if g is continuous at f(c) ∈ B, then g ◦ f is continuous at c.

75
New cards

Preservation of compact sets

Let f : AR be continuous on A. If KA is compact, then f(K) is compact as well.

76
New cards

Extreme Value Theorem

If f : KR is continuous on a compact set K ⊆ R, then f attains a maximum and minimum value. In other words, there exist x0, x1K such that f(x0) ≤ f(x) ≤ f(x1) for all x ∈ K.

77
New cards

Uniform continuity

A function f : AR is uniformly

continuous on A if for every ε > 0 there exists a δ > 0 such that for all x, y ∈ A, |x − y| < δ implies |f(x) − f(y)| < ε.

<p>A function f : <em>A</em> → <strong>R</strong> is uniformly</p><p>continuous on <em>A</em> if for every ε &gt; 0 there exists a δ &gt; 0 such that for all x, y ∈ <em>A</em>, |x − y| &lt; δ implies |f(x) − f(y)| &lt; ε.</p>
78
New cards

Sequential criterion for absence of uniform continuity

A function f : AR fails to be uniformly continuous on A if and only if there exists a particular ε0 > 0 and two sequences (xn) and (yn) in A satisfying

|xn − yn| → 0 but |f(xn) − f(yn)| ≥ 0.

79
New cards

Uniform continuity on compact sets

A function that is continuous on a compact set K is uniformly continuous on K.

80
New cards

Continuous Extension Theorem

(i) If f : A → R is uniformly continuous and (xn) ⊆ A is a Cauchy sequence, then f(xn) is a Cauchy sequence.

(ii) Let g be a continuous function on the open interval (a, b). g is uniformly continuous on (a, b) if and only if it is possible to define values g(a) and g(b) at the endpoints so that the extended function g is continuous on [a, b].

81
New cards

Intermediate Value Theorem

Let f : [a, b] → R be continuous. If L is a real number satisfying f(a) < L < f(b) or f(a) > L > f(b), then there exists a point c ∈ (a, b) where f(c) = L.

<p>Let f : [a, b] → <strong>R</strong> be continuous. If L is a real number satisfying f(a) &lt; L &lt; f(b) or f(a) &gt; L &gt; f(b), then there exists a point c ∈ (a, b) where f(c) = L.</p>
82
New cards

Preservation of connected sets

Let f : GR be continuous. If EG is connected, then f(E) is connected as well.

83
New cards

Intermediate Value Property

A function f has the intermediate value property on an interval [a, b] if for all x < y in [a, b] and all L between f(x) and f(y), it is always possible to find a point c ∈ (x, y) where f(c) = L.

Another way to summarize the Intermediate Value Theorem is to say that every continuous function on [a, b] has the intermediate value property.

84
New cards

Lipschitz functions

A function f : A → R is called Lipschitz if there exists a bound M > 0 such that

|(f(x) − f(y))/(x − y)| ≤ M.

for all x ≠ y ∈ A. Geometrically speaking, a function f is Lipschitz if there is a uniform bound on the magnitude of the slopes of lines drawn through any two points on the graph of f.

If f : A → R is Lipschitz, then it is uniformly continuous on A.

85
New cards

Algebraic Uniform Continuity

Assume that f and g are uniformly continuous functions defined on a common domain A.

Then f(x) + g(x) and f(g(x)) are necessarily uniformly continuous on A as well.

86
New cards

Differentiability

Let g : A → R be a function defined on an interval A. Given c ∈ A, the derivative of g at c is defined by

g′(c) = limx→c g(x) − g(c)/(x − c),

provided this limit exists. In this case we say g is differentiable at c. If g′ exists for all points c ∈ A, we say that g is differentiable on A.

<p>Let g : A → R be a function defined on an interval A. Given c ∈ A, the <em>derivative of g at c</em> is defined by </p><p>g′(c) = lim<sub>x→c </sub>g(x) − g(c)/(x − c),</p><p>provided this limit exists. In this case we say <em>g is differentiable at c</em>. If g′ exists for all points c ∈ A, we say that <em>g is differentiable on A.</em></p>
87
New cards

Differentiability and continuity

If g : A → R is differentiable at a point c ∈ A, then g is

continuous at c as well.

NOTE: The converse is not necessarily true (i.e. continuity does not guarantee differentiability).

88
New cards

Algebraic Differentiability Theorem

Let f and g be functions defined on an interval A, and assume both are differentiable at some point c ∈ A. Then,

(i) (f + g)′(c) = f ′(c) + g′(c),

(ii) (kf)′(c) = kf ′(c), for all k ∈ R,

(iii) (fg)′(c) = f ′(c)g(c) + f(c)g′(c), and

(iv) (f/g)′ (c) = g(c)f ′(c)−f(c)g′(c)/[g(c)]2 , provided that g(c) ∕= 0.

89
New cards

Chain Rule

Let f : A → R and g : B → R satisfy f(A) ⊆ B so that the composition g ◦ f is defined. If f is differentiable at c ∈ A and if g is differentiable at f(c) ∈ B, then g ◦ f is differentiable at c with

(g ◦ f)′(c) = g′(f(c)) · f ′(c).

90
New cards

Interior Extremum Theorem

Let f be differentiable on an open interval (a, b). If f attains a maximum value at some point c ∈ (a, b) (i.e., f(c) ≥ f(x) for all x ∈ (a, b)), then f ′(c) = 0. The same is true if f(c) is a minimum value.

<p>Let f be differentiable on an open interval (a, b). If f attains a maximum value at some point c ∈ (a, b) (i.e., f(c) ≥ f(x) for all x ∈ (a, b)), then f ′(c) = 0. The same is true if f(c) is a minimum value.</p>
91
New cards

Darboux’s Theorem

If f is differentiable on an interval [a, b], and if α satisfies f ′(a) < α < f ′(b) (or f ′(a) > α > f ′(b)), then there exists a point c ∈ (a, b) where f ′(c) = α.

92
New cards

Rolle’s Theorem

Let f : [a, b] → R be continuous on [a, b] and differentiable on (a, b). If f(a) = f(b), then there exists a point c ∈ (a, b) where f ′(c) = 0.

<p>Let f : [a, b] → <strong>R</strong> be continuous on [a, b] and differentiable on (a, b). If f(a) = f(b), then there exists a point c ∈ (a, b) where f ′(c) = 0.</p>
93
New cards

Mean Value Theorem

If f : [a, b] → R is continuous on [a, b] and differentiable on (a, b), then there exists a point c ∈ (a, b) where

f ′(c) = f(b) − f(a)/(b − a).

<p>If f : [a, b] → <strong>R</strong> is continuous on [a, b] and differentiable on (a, b), then there exists a point c ∈ (a, b) where </p><p>f ′(c) = f(b) − f(a)/(b − a).</p>
94
New cards

Differentiability for constant functions

If g : A → R is differentiable on an interval A and satisfies g′(x) = 0 for all x ∈ A, then g(x) = k for some constant k ∈ R.

95
New cards

Functions with the same derivative

If f and g are differentiable functions on an interval A and satisfy

f ′(x) = g′(x) for all x ∈ A, then f(x) = g(x) + k for some constant k ∈ R.

96
New cards

Generalized Mean Value Theorem

If f and g are continuous on the closed interval [a, b] and differentiable on the open interval (a, b), then there exists a point c ∈ (a, b) where

[f(b) − f(a)]g′(c) = [g(b) − g(a)]f ′(c).

If g′ is never zero on (a, b), then the conclusion can be stated as

f ′(c)/g′(c) = (f(b) − f(a))/(g(b) − g(a)).

97
New cards

L’Hospital’s Rule: 0/0 case

Let f and g be continuous on an interval containing a, and assume f and g are differentiable on this interval with the possible exception of the point a. If f(a) = g(a) = 0 and g′(x) ∕= 0 for all x ∕= a, then

lim x→a f ′(x)/g′(x) = L implies lim x→a f(x)/g(x) = L.

98
New cards

Functions with a limit of infinity

Given g : A → R and a limit point c of A, we say that

lim x→c g(x) = ∞ if, for every M > 0, there exists a δ > 0 such that whenever 0 < |x − c| < δ it follows that g(x) ≥ M.

Similar for the −∞ case.

99
New cards

L’Hospital’s Rule: ∞/∞ case

Assume f and g are differentiable on (a, b) and that g′(x) ∕= 0 for all x ∈ (a, b). If lim x→a g(x) = ∞ (or −∞), then lim x→a f ′(x)/g′(x) = L implies lim x→a f(x)/g(x) = L.

100
New cards

Pointwise Convergence

Let (fn) be a sequence of functions defined on a set A ⊆ R. Then, (fn) converges pointwise on A to a limit f defined on A if, for every ε > 0 and x ∈ A, there exists an N ∈ N (perhaps dependent on x) such that |fn(x) − f(x)| < ε whenever n ≥ N.

<p>Let (f<sub>n</sub>) be a sequence of functions defined on a set A ⊆ <strong>R</strong>. Then, (f<sub>n</sub>) converges pointwise on A to a limit f defined on A if, for every ε &gt; 0 and x ∈ A, there exists an N ∈ <strong>N</strong> (perhaps dependent on x) such that |f<sub>n</sub>(x) − f(x)| &lt; ε whenever n ≥ N.</p>