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