let f be nonnegative Function of [:NAT,NAT:],ExtREAL; for m being Element of NAT holds ProjMap1 ((Partial_Sums_in_cod2 f),m) is non-decreasing
let m be Element of NAT ; 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;
( 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;
(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;
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;
( 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]
;
S1[k]
now ( k > j implies S1[k] )end;
hence
S1[
k]
by A9, XXREAL_0:1;
verum
end;
A15:
for
k being
Nat st
k >= j holds
S1[
k]
from NAT_1:sch 9(A8);
assume
j <= n
;
(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;
verum
end;
hence
ProjMap1 ((Partial_Sums_in_cod2 f),m) is non-decreasing
by RINFSUP2:7; verum