1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No study sessions yet.
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,…)
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
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 → ∞
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)
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
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
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
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
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
4.6 Bolzano-Weierstrass theorem
every bounded sequence has a convergent subsequence
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
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
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
5.5 Cauchy’s Convergence Criterion
every Cauchy sequence of real numbers is convergent
6.1 Bernoulli’s inequality
for all n ∈ IN0 and for all x > -1, (1 + x)n ≥ 1 + nx