let Y be non empty set ; :: thesis: for a, b being Element of Funcs (Y,BOOLEAN) holds 'not' (a 'imp' b) = a '&' ('not' b)
let a, b be Element of Funcs (Y,BOOLEAN); :: thesis: 'not' (a 'imp' b) = a '&' ('not' b)
thus 'not' (a 'imp' b) = 'not' (('not' a) 'or' b) by BVFUNC_4:8
.= ('not' ('not' a)) '&' ('not' b) by BVFUNC_1:16
.= a '&' ('not' b) ; :: thesis: verum