Topic 4 - Sequences Flashcards

1
Q

Define: Sequence

A

A function from the natural numbers to the real numbers (IN to IR).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define: Convergence

A

A real sequence (a_n) that tends to a real number as n tends to infinity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define: Limit

A

L is the limit of a real sequence (a_n) if:

∀ϵ > 0, ∃N ∈ IN s.t. ∀n ≥ N, |(a_n) - L| < ϵ.

We say (a_n) → L as n→∞, or lim_{n→∞} (a_n) = L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

T/F: There are cases where a real sequence has more than one limit.

A

False. This is false according to the “uniqueness of limits” theorem, which can be proved by contradiction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Definition: Bounded Sequence

A

A sequence (a_n) is bounded if the set of all its members is bounded.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

T/F: If a sequence converges to a limit, then the sequence is bounded.

A

True. This can be proved by using the definition of limits (see section 4.1 for full proof).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Definition: Divergence

A

(a_n) diverges to ∞ if:

∀M ∈ R, ∃N ∈ IN s.t. ∀n ≥ N, (a_n) > M.

We say (a_n) → ∞ as n→∞, or lim{n→∞}(a_n) = ∞.

Similarly, (a_n) diverges to -∞ if ∀m ∈ R, ∃N ∈ IN s.t. ∀n ≥ N, (a_n) < m.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define: Monotone

A

A real sequence (a_n) is monotone if it is:

  • increasing: (a_n) ≤ (a_{n+1}),
  • strictly increasing: (a_n) < (a_{n+1}),
  • decreasing: (a_n) ≥ (a_{n+1}),
  • strictly decreasing: (a_n) > (a_{n+1}),

for all n ∈ IN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

T/F: EVERY real sequence which is monotone and bounded converges.

A

True. This can be proved using the completeness axiom, Archimedean Postulate, and definition of limits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define: Subsequence

A

Given a real sequence (a_n) and a strictly increasing sequence of natural numbers (n_k), then (a_{n_k}) is a subsequence of (a_n).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

T/F: If a subsequence converges to L, then the sequence converges to L.

A

False. Take cos(nπ/2) as an example. The subsequence of even numbers converges to 0, but the sequence doesn’t converge as it’s periodic.

The reverse implication of this statement is true however (see section 4.4).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

State: Bolzano-Weirstrass Theorem

A

Every bounded real sequence has a convergent subsequence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Definition: Cauchy Sequence

A

(a_n) is a cauchy sequence if

∀ϵ > 0, ∃N ∈ IN s.t. ∀m,n ≥ N,|a_m−a_n|< ϵ

(The difference between 2 terms of the sequence is smaller than any nonzero, positive number.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

T/F: A sequence is cauchy, if and only if the sequence is convergent.

A

True. Both implications can be proved using the triangle inequality (see section 4.5)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define limsup (a_n)

A

limsup {n→∞} (a_n) = lim{k→∞} (sup{n≥k} (a_n))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define liminf (a_n)

A

liminf {n→∞} (a_n) = lim{k→∞} (inf{n≥k} (a_n))

17
Q

Equivalent Formulation

A

If two subsequences of a real sequence (a_n) converge to different limits, then (a_n) is not convergent.

lim (a_{n_k}) =/= lim (a_{n_k’})
k→∞ k’→∞