let h be REAL -defined real-valued Function; for Y being set holds
( h | Y is increasing iff for r1, r2 being Real st r1 in Y /\ (dom h) & r2 in Y /\ (dom h) & r1 < r2 holds
h . r1 < h . r2 )
let Y be set ; ( h | Y is increasing iff for r1, r2 being Real st r1 in Y /\ (dom h) & r2 in Y /\ (dom h) & r1 < r2 holds
h . r1 < h . r2 )
thus
( h | Y is increasing implies for r1, r2 being Real st r1 in Y /\ (dom h) & r2 in Y /\ (dom h) & r1 < r2 holds
h . r2 > h . r1 )
( ( for r1, r2 being Real st r1 in Y /\ (dom h) & r2 in Y /\ (dom h) & r1 < r2 holds
h . r1 < h . r2 ) implies h | Y is increasing )
assume A8:
for r1, r2 being Real st r1 in Y /\ (dom h) & r2 in Y /\ (dom h) & r1 < r2 holds
h . r1 < h . r2
; h | Y is increasing
let r1, r2 be ExtReal; VALUED_0:def 13 ( not r1 in dom (h | Y) or not r2 in dom (h | Y) or r2 <= r1 or not (h | Y) . r2 <= (h | Y) . r1 )
assume that
A9:
( r1 in dom (h | Y) & r2 in dom (h | Y) )
and
A10:
r1 < r2
; not (h | Y) . r2 <= (h | Y) . r1
aa:
dom (h | Y) c= REAL
by RELAT_1:def 18;
A11:
( (h | Y) . r1 = h . r1 & (h | Y) . r2 = h . r2 )
by A9, FUNCT_1:47;
( r1 in Y /\ (dom h) & r2 in Y /\ (dom h) )
by A9, RELAT_1:61;
hence
not (h | Y) . r2 <= (h | Y) . r1
by A11, A8, A10, aa, A9; verum