LM111:
for r being Element of REAL holds
( [:NAT,NAT:] --> r is P-convergent & [:NAT,NAT:] --> r is convergent_in_cod1 & [:NAT,NAT:] --> r is convergent_in_cod2 )
LM112:
for Rseq being Function of [:NAT,NAT:],REAL st Rseq is non-decreasing & Rseq is bounded_above holds
( Rseq is P-convergent & Rseq is convergent_in_cod1 & Rseq is convergent_in_cod2 )
LM113:
for Rseq being Function of [:NAT,NAT:],REAL st Rseq is non-increasing & Rseq is bounded_below holds
( Rseq is P-convergent & Rseq is convergent_in_cod1 & Rseq is convergent_in_cod2 )
lmADD:
for Rseq1, Rseq2 being Function of [:NAT,NAT:],REAL holds
( dom (Rseq1 + Rseq2) = [:NAT,NAT:] & dom (Rseq1 - Rseq2) = [:NAT,NAT:] & ( for n, m being Nat holds (Rseq1 + Rseq2) . (n,m) = (Rseq1 . (n,m)) + (Rseq2 . (n,m)) ) & ( for n, m being Nat holds (Rseq1 - Rseq2) . (n,m) = (Rseq1 . (n,m)) - (Rseq2 . (n,m)) ) )
lm55a:
for Rseq being Function of [:NAT,NAT:],REAL
for a being Real st ( for n, m being Nat holds Rseq . (n,m) = a ) holds
( Rseq is P-convergent & P-lim Rseq = a )
lem01:
for seq being V113() sequence of NAT
for n being Nat holds n <= seq . n
LM114:
for Rseq being Function of [:NAT,NAT:],REAL
for Rseq1 being subsequence of Rseq st Rseq is P-convergent holds
( Rseq1 is P-convergent & P-lim Rseq1 = P-lim Rseq )
th63d:
for Rseq being Function of [:NAT,NAT:],REAL st Rseq is convergent_in_cod1 holds
for Rseq1 being subsequence of Rseq holds Rseq1 is convergent_in_cod1
th63c:
for Rseq being Function of [:NAT,NAT:],REAL st Rseq is convergent_in_cod2 holds
for Rseq1 being subsequence of Rseq holds Rseq1 is convergent_in_cod2