III - Sequences and limits

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

1/14

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

15 Terms

1
New cards

1.1 Sequence

A sequence of real numbers is a function f : IN → IR

We use the notation an= f(n) for the elements of the sequence and (an) for the whole sequence

(an) = (a1,a2,a3,…,an,…)

2
New cards

1.3 Convergence

A sequence (an) converges to a limit a ∈ IR if

for all ε > 0 there exists N ∈ IN such that if n > N then |an - a| < ε

so as an → a as n →

every convergent sequence is bounded

3
New cards

1.8 Divergence

  • a sequence is divergent if its not convergent

  • a sequence is divergent to if for all M > 0 there exists N ∈ IN such that an > M for all n > N. We write an → ∞ and n → ∞

  • a sequence is divergent to -∞ if for all M > 0 there exists N ∈ IN such that an < -M for all n > N. We write an → -∞ and n → ∞

4
New cards

2.1 Null sequence

(an) is a null sequence iff (|an|) is a null sequence

(convergent to zero but never hit zero e.g. (an) = 1/n)

5
New cards

2.4 The Shift Rule

let M ∈ IN

the sequence (an) is convergent iff the sequence (an+M) is convergent

lim an = lim an+M

6
New cards

2.6 Rules of limits

  • c ∈ IR, if an → a then can → ca

  • if an → a and bn → b then an + bn → a + b

  • if an → a and bn → b then anbn → ab

  • if an → a and bn → b then an/bn → a/b

7
New cards

2.9 The Sandwich Rule

let a ∈ IR and let (an),(bn),(cn) be three sequences with an ≤ bn ≤ cn for all n ∈ IN

if an → a and cn → a then bn → a

8
New cards

3.1 Increasing / decreasing sequences

  • A sequence (an) of real numbers is increasing if an ≤ an+1 for all n

  • A sequence (an) of real numbers is decreasing if an+1 ≤ an for all n

  • A sequence is monotone if it is neither increasing or decreasing

  • if a sequence (an) is increasing and bounded above then it is convergent : lim an = sup an

  • if a sequence (an) is decreasing and bounded below then it is convergent : lim an = inf an

9
New cards

4.1 Subsequence

let nk be a strictly increasing sequence of natural numbers

then ank is called a subsequence of an

lim an = lim ank

every sequence has a monotone subsequence

10
New cards

4.6 Bolzano-Weierstrass theorem

every bounded sequence has a convergent subsequence

11
New cards

4.8 Accumulation point

let (an) be a bounded sequence

we call a point a ∈ IR an accumulation point of the sequence if there exists a subsequence ank that converges to a

the smallest accumulation point is the limit inferior, denoted by lim inf an

the largest accumulation point is the limit superior, denoted by lim sup an

if (an) is a bounded sequence then lim inf an = lim inf ak , k>n and lim sup an = lim sup ak , k>n

12
New cards

4.11 Convergent in terms of lim sup / lim inf

let (an) be a bounded sequence

then (an) is convergent if and only if lim inf an = lim sup an which equals lim an

13
New cards

5.1 Cauchy sequence

A sequence (an) of real numbers is a Cauchy sequence if

for all ε > 0 there exists N ∈ IN such that if n,m > N then |an - am| < ε

every convergent sequence is a Cauchy sequence

every Cauchy sequence is bounded

14
New cards

5.5 Cauchy’s Convergence Criterion

every Cauchy sequence of real numbers is convergent

15
New cards

6.1 Bernoulli’s inequality

for all n ∈ IN0 and for all x > -1, (1 + x)n ≥ 1 + nx