let Y be non empty set ; :: thesis: for a, b, c being Function of Y,BOOLEAN holds a 'eqv' (b 'nand' c) = (a '&' ('not' (b '&' c))) 'or' ((('not' a) '&' b) '&' c)
let a, b, c be Function of Y,BOOLEAN; :: thesis: a 'eqv' (b 'nand' c) = (a '&' ('not' (b '&' c))) 'or' ((('not' a) '&' b) '&' c)
thus a 'eqv' (b 'nand' c) = a 'eqv' ('not' (b '&' c)) by th1
.= (a '&' ('not' (b '&' c))) 'or' (('not' a) '&' ('not' ('not' (b '&' c)))) by BVFUNC_6:92
.= (a '&' ('not' (b '&' c))) 'or' ((('not' a) '&' b) '&' c) by BVFUNC_1:4 ; :: thesis: verum