let Y be non empty set ; :: thesis: for a, b, c being Element of Funcs (Y,BOOLEAN) holds a 'nor' (b '&' c) = ('not' (a 'or' b)) 'or' ('not' (a 'or' c))
let a, b, c be Element of Funcs (Y,BOOLEAN); :: thesis: a 'nor' (b '&' c) = ('not' (a 'or' b)) 'or' ('not' (a 'or' c))
a 'nor' (b '&' c) = 'not' (a 'or' (b '&' c)) by Th2
.= 'not' ((a 'or' b) '&' (a 'or' c)) by BVFUNC_1:14 ;
hence a 'nor' (b '&' c) = ('not' (a 'or' b)) 'or' ('not' (a 'or' c)) by BVFUNC_1:17; :: thesis: verum