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