convergence

introduction

%%visits: 3 # intuition D’Alembert’s Criterion := $\lim_{n \to \infty} |\frac{a_{n+1}}{a_n} |$ is less than 1 if nan is convergent and is greater than 1 if nan is divergent. It is inconclusive otherwise.

Convergence, every number in the sequence, eventually will stay within any given error window of the number they should become. # rigour A sequence ann = 1 converges to a limit a ∈ ℝ, if ϵ > 0∃N ∈ ℕ : ∀n ≥ N : |an − a| < ϵ monotone := non-increasing (all later terms are lower than or equal) or non-decreasing (all later terms are greater than or equal) Cauchy_convergence

Bolzano-Weierstrass theorem := Every bounded sequence has a convergent subsequence := Let xnn = 1 ⊂ [a, b]; then xnn = 1 has a limit point in [a, b] # examples tags :math:sequences_and_series:real_analysis:

backlinks