∀n∈N we define the list number …,xn,xn+1,… then {xn} is a sequence, or (xn); some time we have multiple variable and we may have something like (xa,b)a∈N means this sequence focus on the changing of a
Supreme: we denote supreme as ∀i,L≥ri⟹sup(ri)=L
Infimum: we denote infimum as ∀i,L≤ri⟹inf(ri)=L
Limit of Sequence & Cauchy Sequence
- We say a sequence {an}n=1∞ has a limit L or it's convergent to L if ∀ϵ>0, ∣an−L∣<ϵ. Equivalent, limn→∞an=L
- The limit of a convergent sequence is unique
- If limn→∞an=L, limn→∞bn=M and α∈R then:
- limn→∞an+bn=L+M
- limn→∞αan=αL
- limn→∞anbn=LM
- limn→∞bnan=ML if M=0
- Squeeze Theorem: if three sequence {an},{bn},{cn} satisfy an≤bn≤cn,∀n>1 and limn→∞an=limn→∞cn=L, then limn→∞bn=L
- If a sequence {an}n=1∞ is converging to L, then ∀ϵ>0,∃N∈N,∣am−an∣<ϵ for all m,n≥N
- If a sequence of R satisfied ∀ϵ>0,∃N∈N,∣am−an∣<ϵ for all m,n≥N then it is called Cauchy Sequence.
- Every Cauchy Sequence is bounded (has a supreme and a infimum)
- A sequence converges ⟺ Cauchy Sequence
- A subset S of R is a complete set if every Cauchy Sequence in S converges to a point in S
- ∀y∈R, ∃ a sequence of Q that converges to y
Monotone Sequence
A sequence {an}n≥1, if an≤an+1, then it's increasing. If an≥an+1, then it's decreasing. A sequence either increase or decrease is a monotone sequence.
- A not monotone sequence example {an}n≥1, where an=(−1)nn
Monotone Convergence Theorem:
- A monotone increasing sequence and bounded above converges to its supremum.
- A monotone decreasing sequence and bounded below converges to its infimum.
Subsequence
A subsequence of a sequence {an}n=1∞ is a sequence {ank}n=1∞=an1,an2,an3,… where n1,n2,n3,…
Bolzano-Weierstrass Theorem: Every bounded sequence of real numbers has a convergent subsequence
infinite Series
An infinite series is an infinite sum ∑n=1∞an=a1+a2+a3+…
- Partial sums of a infinite series is a sequence. E.g. Sn=∑j=1naj
- ∑n=1∞an converges ⟺ limn→∞Sn=L
- ∑n=1∞an<∞⟹ ∑n=1∞an converge
- ∑n=1∞an converges ⟺ ∀ϵ>0,∃N∈N,n>m≥N,∣am+1+⋯+an∣<ϵ
- If ∑n=1∞an converges, limn→∞an=0
- ∑n=1∞an absolutely converges ⟺ ∑n=1∞∣an∣ converges
- ∑n=1∞an conditional converges ⟺ ∑n=1∞∣an∣ diverges
Some convergent Test
- P test
- Comparison Test
- Ratio Test
- Root Test
- Cauchy Condensation Test
- Alternating Series Test
- Absolute Convergence Test