let f, g be ext-real-valued FinSequence; ( f ^ g is increasing implies ( f is increasing & g is increasing ) )
assume A1:
f ^ g is increasing
; ( f is increasing & g is increasing )
A2:
dom f c= dom (f ^ g)
by FINSEQ_1:26;
thus
f is increasing
g is increasing
thus
g is increasing
verumproof
let e1,
e2 be
ExtReal;
VALUED_0:def 13 ( not e1 in proj1 g or not e2 in proj1 g or e2 <= e1 or not g . e2 <= g . e1 )
assume A4:
e1 in dom g
;
( not e2 in proj1 g or e2 <= e1 or not g . e2 <= g . e1 )
then consider k1 being
Nat such that A5:
e1 = k1
and A6:
(len f) + k1 in dom (f ^ g)
by FINSEQ_1:27;
A7:
g . e1 = (f ^ g) . ((len f) + k1)
by A4, A5, FINSEQ_1:def 7;
assume A8:
e2 in dom g
;
( e2 <= e1 or not g . e2 <= g . e1 )
then consider k2 being
Nat such that A9:
e2 = k2
and A10:
(len f) + k2 in dom (f ^ g)
by FINSEQ_1:27;
A11:
g . e2 = (f ^ g) . ((len f) + k2)
by A8, A9, FINSEQ_1:def 7;
assume
e1 < e2
;
not g . e2 <= g . e1
then
(len f) + k1 < (len f) + k2
by A5, A9, XREAL_1:8;
hence
not
g . e2 <= g . e1
by A1, A6, A7, A10, A11, VALUED_0:def 13;
verum
end;