let f be nonnegative Function of [:NAT,NAT:],ExtREAL; :: thesis: for m being Element of NAT holds ProjMap1 ((Partial_Sums_in_cod2 f),m) is non-decreasing
let m be Element of NAT ; :: thesis: ProjMap1 ((Partial_Sums_in_cod2 f),m) is non-decreasing
set PS = ProjMap1 ((Partial_Sums_in_cod2 f),m);
for n, j being Nat st j <= n holds
(ProjMap1 ((Partial_Sums_in_cod2 f),m)) . j <= (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . n
proof
let n, j be Nat; :: thesis: ( j <= n implies (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . j <= (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . n )
defpred S1[ Nat] means (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . j <= (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . $1;
A6: for k being Nat holds (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . k <= (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . (k + 1)
proof
let k be Nat; :: thesis: (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . k <= (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . (k + 1)
reconsider k1 = k as Element of NAT by ORDINAL1:def 12;
(ProjMap1 ((Partial_Sums_in_cod2 f),m)) . (k + 1) = (Partial_Sums_in_cod2 f) . (m,(k + 1)) by MESFUNC9:def 6
.= ((Partial_Sums_in_cod2 f) . (m,k1)) + (f . (m,(k + 1))) by DefCSM
.= ((ProjMap1 ((Partial_Sums_in_cod2 f),m)) . k) + (f . (m,(k + 1))) by MESFUNC9:def 6 ;
hence (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . k <= (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . (k + 1) by SUPINF_2:51, XXREAL_3:39; :: thesis: verum
end;
A8: for k being Nat st k >= j & ( for l being Nat st l >= j & l < k holds
S1[l] ) holds
S1[k]
proof
let k be Nat; :: thesis: ( k >= j & ( for l being Nat st l >= j & l < k holds
S1[l] ) implies S1[k] )

assume that
A9: k >= j and
A10: for l being Nat st l >= j & l < k holds
S1[l] ; :: thesis: S1[k]
now :: thesis: ( k > j implies S1[k] )end;
hence S1[k] by A9, XXREAL_0:1; :: thesis: verum
end;
A15: for k being Nat st k >= j holds
S1[k] from NAT_1:sch 9(A8);
assume j <= n ; :: thesis: (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . j <= (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . n
hence (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . j <= (ProjMap1 ((Partial_Sums_in_cod2 f),m)) . n by A15; :: thesis: verum
end;
hence ProjMap1 ((Partial_Sums_in_cod2 f),m) is non-decreasing by RINFSUP2:7; :: thesis: verum