let Y be non empty set ; :: thesis: for a, b, c being Function of Y,BOOLEAN holds a 'imp' b '<' (a '&' c) 'imp' b
let a, b, c be Function of Y,BOOLEAN; :: thesis: a 'imp' b '<' (a '&' c) 'imp' b
let z be Element of Y; :: according to BVFUNC_1:def 12 :: thesis: ( not (a 'imp' b) . z = TRUE or ((a '&' c) 'imp' b) . z = TRUE )
A1: (a 'imp' b) . z = (('not' a) 'or' b) . z by BVFUNC_4:8
.= (('not' a) . z) 'or' (b . z) by BVFUNC_1:def 4 ;
assume A2: (a 'imp' b) . z = TRUE ; :: thesis: ((a '&' c) 'imp' b) . z = TRUE
now :: thesis: not ((a '&' c) 'imp' b) . z <> TRUE
assume ((a '&' c) 'imp' b) . z <> TRUE ; :: thesis: contradiction
then ((a '&' c) 'imp' b) . z = FALSE by XBOOLEAN:def 3;
then (('not' (a '&' c)) 'or' b) . z = FALSE by BVFUNC_4:8;
then (('not' (a '&' c)) . z) 'or' (b . z) = FALSE by BVFUNC_1:def 4;
then ((('not' a) 'or' ('not' c)) . z) 'or' (b . z) = FALSE by BVFUNC_1:14;
then ((('not' c) . z) 'or' (('not' a) . z)) 'or' (b . z) = FALSE by BVFUNC_1:def 4;
then (('not' c) . z) 'or' ((('not' a) . z) 'or' (b . z)) = FALSE ;
hence contradiction by A2, A1; :: thesis: verum
end;
hence ((a '&' c) 'imp' b) . z = TRUE ; :: thesis: verum