let Y be non empty set ; :: thesis: for a, b being Function of Y,BOOLEAN holds 'not' (a '&' b) = ('not' a) 'or' ('not' b)
let a, b be Function of Y,BOOLEAN; :: thesis: 'not' (a '&' b) = ('not' a) 'or' ('not' b)
let x be Element of Y; :: according to FUNCT_2:def 8 :: thesis: ('not' (a '&' b)) . x = (('not' a) 'or' ('not' b)) . x
thus ('not' (a '&' b)) . x = 'not' ((a '&' b) . x) by MARGREL1:def 19
.= ('not' (a . x)) 'or' ('not' (b . x)) by MARGREL1:def 20
.= ('not' (a . x)) 'or' (('not' b) . x) by MARGREL1:def 19
.= (('not' a) . x) 'or' (('not' b) . x) by MARGREL1:def 19
.= (('not' a) 'or' ('not' b)) . x by Def4 ; :: thesis: verum