let Y be non empty set ; :: thesis: for a, b, c, d being Function of Y,BOOLEAN st a '<' b & c '<' d holds
a '&' c '<' b '&' d

let a, b, c, d be Function of Y,BOOLEAN; :: thesis: ( a '<' b & c '<' d implies a '&' c '<' b '&' d )
assume ( a '<' b & c '<' d ) ; :: thesis: a '&' c '<' b '&' d
then ( a 'imp' b = I_el Y & c 'imp' d = I_el Y ) by BVFUNC_1:16;
then (a '&' c) 'imp' (b '&' d) = I_el Y by tt;
hence a '&' c '<' b '&' d by BVFUNC_1:16; :: thesis: verum