thus ( h is non-increasing implies for r1, r2 being Element of REAL st r1 in dom h & r2 in dom h & r1 < r2 holds
h . r1 >= h . r2 ) by VALUED_0:def 16; :: thesis: ( ( for r1, r2 being Element of REAL st r1 in dom h & r2 in dom h & r1 < r2 holds
h . r2 <= h . r1 ) implies h is non-increasing )

assume A5: for r1, r2 being Element of REAL st r1 in dom h & r2 in dom h & r1 < r2 holds
h . r1 >= h . r2 ; :: thesis: h is non-increasing
let e1 be ext-real number ; :: according to VALUED_0:def 16 :: thesis: for b1 being set holds
( not e1 in proj1 h or not b1 in proj1 h or not e1 <= b1 or h . b1 <= h . e1 )

let e2 be ext-real number ; :: thesis: ( not e1 in proj1 h or not e2 in proj1 h or not e1 <= e2 or h . e2 <= h . e1 )
assume A6: ( e1 in dom h & e2 in dom h ) ; :: thesis: ( not e1 <= e2 or h . e2 <= h . e1 )
assume e1 <= e2 ; :: thesis: h . e2 <= h . e1
then ( e1 < e2 or e1 = e2 ) by XXREAL_0:1;
hence h . e2 <= h . e1 by A5, A6; :: thesis: verum