What is the definition of convergence?
∀ε > 0 ∃N∈N(aturals) s.t. ∀n ∈N(aturals), n >= N ⇒ |xn −x| <= ε.
When does (xn)n tend to infinity?
∀K∈R(eals) ∃N ∈N(aturals) s.t. ∀n ∈N, n >= N ⇒ xn >= K.
When does (xn)n tend to minus infinity?
∀K∈R(eals) ∃N ∈N(aturals) s.t. ∀n ∈N, n >= N ⇒ xn <= K.
How do you lay out convergence questions?
Let ε > 0. Choose N …
Then for n >= N:
|xn - x| = …
What type of sequences are bounded?
Convergent sequences
What is the Monotone Convergence Theorem?
if a monotone sequence is convergent then it is bounded and vice versa
What is the Bolzano-Weierstrass Theorem?
every bounded sequence xn has a subsequence that converges to x