set f = Weber_implication ;
a0: for x1, x2, y being Element of [.0,1.] st x1 <= x2 holds
Weber_implication . (x1,y) >= Weber_implication . (x2,y)
proof
let x1, x2, y be Element of [.0,1.]; :: thesis: ( x1 <= x2 implies Weber_implication . (x1,y) >= Weber_implication . (x2,y) )
assume Z0: x1 <= x2 ; :: thesis: Weber_implication . (x1,y) >= Weber_implication . (x2,y)
per cases ( x2 < 1 or x2 >= 1 ) ;
end;
end;
b0: for x, y1, y2 being Element of [.0,1.] st y1 <= y2 holds
Weber_implication . (x,y1) <= Weber_implication . (x,y2)
proof end;
( 0 in [.0,1.] & 1 in [.0,1.] ) by XXREAL_1:1;
hence ( Weber_implication is decreasing_on_1st & Weber_implication is increasing_on_2nd & Weber_implication is 00-dominant & Weber_implication is 11-dominant & Weber_implication is 10-weak ) by a0, b0, Weber; :: thesis: verum