let Y be non empty set ; :: thesis: for a, b, c being Function of Y,BOOLEAN holds (a 'imp' c) '&' (b 'imp' c) '<' (a 'or' b) 'imp' c
let a, b, c be Function of Y,BOOLEAN; :: thesis: (a 'imp' c) '&' (b 'imp' c) '<' (a 'or' b) 'imp' c
((a 'imp' c) '&' (b 'imp' c)) 'imp' ((a 'or' b) 'imp' c) = I_el Y by Th9;
hence (a 'imp' c) '&' (b 'imp' c) '<' (a 'or' b) 'imp' c by BVFUNC_1:16; :: thesis: verum