let f be Function of [:NAT,NAT:],ExtREAL; for g being ext-real-valued Function
for n being Nat st ( for k being Nat holds (Partial_Sums_in_cod1 f) . (n,k) = g . k ) holds
( ( for k being Nat holds (Partial_Sums f) . (n,k) = (Partial_Sums g) . k ) & (lim_in_cod2 (Partial_Sums f)) . n = Sum g )
let g be ext-real-valued Function; for n being Nat st ( for k being Nat holds (Partial_Sums_in_cod1 f) . (n,k) = g . k ) holds
( ( for k being Nat holds (Partial_Sums f) . (n,k) = (Partial_Sums g) . k ) & (lim_in_cod2 (Partial_Sums f)) . n = Sum g )
let n be Nat; ( ( for k being Nat holds (Partial_Sums_in_cod1 f) . (n,k) = g . k ) implies ( ( for k being Nat holds (Partial_Sums f) . (n,k) = (Partial_Sums g) . k ) & (lim_in_cod2 (Partial_Sums f)) . n = Sum g ) )
assume A1:
for k being Nat holds (Partial_Sums_in_cod1 f) . (n,k) = g . k
; ( ( for k being Nat holds (Partial_Sums f) . (n,k) = (Partial_Sums g) . k ) & (lim_in_cod2 (Partial_Sums f)) . n = Sum g )
reconsider n1 = n as Element of NAT by ORDINAL1:def 12;
then
ProjMap1 ((Partial_Sums f),n1) = Partial_Sums g
by FUNCT_2:def 8;
then
(lim_in_cod2 (Partial_Sums f)) . n1 = lim (Partial_Sums g)
by D1DEF6;
hence
( ( for k being Nat holds (Partial_Sums f) . (n,k) = (Partial_Sums g) . k ) & (lim_in_cod2 (Partial_Sums f)) . n = Sum g )
by A4, MESFUNC9:def 3; verum