Analysis I (Chapters 1-3) Flashcards
ch1: sequences ch2: series ch3: functions of a real variable
State the Archimedean property.
let x∈ℝ. Then there exsists n∈ℕ such that n>x.
What properties does a non-decreasing sequence have?
∀n∈ℕ: a(n)≤a(n+1)
What properties does a non-increasing sequence have?
∀n∈ℕ: a(n)≥a(n+1)
define a convergent sequence
a sequence a(n) converges to l as n→∞if
∀ε>0 ∃N∈ℕ s.t. ∀n∈ℕ(≥N): | a(n)-l |
TRUE OR FALSE:
A sequence converges if and only if it is Cauchy
TRUE
Define a bounded sequence
a(n) is bounded if ∃a,b∈ℝ, ∀n∈ℕ: a≤a(n)≤b
TRUE OR FALSE:
All bounded sequences are convergent
FALSE
all convergent sequences are bounded
what is the monotone convergence theorem?
Let a(n) be bounded from above and non-decreasing, and b(n) bounded from below and non-increasing. Then a(n)→sup(a(n)) and b(n)→inf(b(n)).
what is the comparison theorem?
Let a(n) and b(n) be sequences satisfying b(n)→0 and ∀n∈ℕ: |a(n)|≤b(n) then a(n)→0
what is the sandwich theorem?
Let a(n), b(n) be sequences such that a(n)→x, b(n)→x (where x∈ℝ) then ∀n∈ℕ: a(n)≤c(n)≤b(n). Then c(n)→x.
define a limit point/accumulation point
let a(n) be a sequence and c∈ℝ. Then c is an accumulation point iff there exists a subsequence a(nk) of a(n) such that a(nk)→c.
What is the Bolano-Weierstrass theorem?
Let a(n) be a bounded sequence and a,b∈ℝ such that ∀n∈ℕ: a(n)∈[a,b]. Then a(n) contains a convergent subsequence. In particular, a(n) has an accumulation point in [a,b].
TRUE OR FALSE:
Every unbounded sequence must contain a subsequence that converges to ∞ or -∞
TRUE
Let ∑a(n) be convergent. Then what can be said about a(n)?
a(n)→0
What does it mean to say a series is absolutely convergent?
A series ∑a(n) is absolutely convergent iff the series ∑|a(n)| converges.