Properties of Converging Real Sequences
📂AnalysisProperties of Converging Real Sequences
Theorem 1[^1]
Let {sn}, {tn} be sequences of real (or complex) numbers and assume that n→∞limsn=s, n→∞limtn=t. Then
(a) n→∞lim(sn+tn)=s+t
(b) ∀c∈C,n→∞limcsn=csandn→∞lim(c+sn)=c+s
(c) n→∞limsntn=st
(d) ∀sn=0,s=0,n→∞limsn1=s1
Of course, this can be extended to Rk as well. See Theorem 2 for a deeper look.
Proof
(a)
Given any positive number ε>0, there exist two positive numbers N1, N2 satisfying the following condition.
n≥N1n≥N2⟹∣sn−s∣<2ε⟹∣tn−t∣<2ε
Now let’s assume that N=max(N1,N2). For n≥N,
∣(sn+tn)−(s+t)∣≤∣sn−s∣+∣tn−t∣<ε
Therefore,
n→∞lim(sn+tn)=s+t
■
(b)
This trivially holds due to the validity of (a).
■
(c)
Given any positive number ε>0, there exist two positive numbers N1, N2 that satisfy the following equation.
n≥N1n≥N2⟹∣sn−s∣<ε⟹∣tn−t∣<ε
Now let’s assume that N=max(N1,N2). Therefore,
n≥N⟹∣(sn−s)(tn−t)∣<ε
Hence,
n→∞lim(sn−s)(tn−t)=0
At this moment,
sntn−st=(sn−s)(tn−t)+s(tn−t)+t(sn−s)
Applying (a), (b), and (eq1) to the above equation gives
n→∞lim(sntn−st)=n→∞lim(sn−s)(tn−t)+n→∞lims(tn−t)+n→∞limt(sn−s)=0+0+0=0
Therefore,
n→∞limsntn=st
■
(d)
Given the assumption of n→∞limsn=s, one can choose a positive number m that satisfies the following equation.
∀n≥m,∣sn−s∣<21∣s∣
Since ∣s∣−∣sn∣≤∣sn−s∣, from the above equation, we can derive the following equation.
∀n≥m,∣sn∣>21∣s∣
Now, given any positive number ε>0, there exists a N satisfying the equation below.
n≥N⟹∣sn−s∣<21∣s∣2ε
Therefore, by (eq2) and (eq3), for n≥N,
sn1−s1=snssn−s<∣s∣22∣sn−s∣<ε
thus,
n→∞limsn1=s1
■