let Y be non empty set ; :: thesis: for a, b being Element of Funcs (Y,BOOLEAN) holds 'not' (a 'nand' b) = a '&' b
let a, b be Element of Funcs (Y,BOOLEAN); :: thesis: 'not' (a 'nand' b) = a '&' b
'not' (a 'nand' b) = 'not' ('not' (a '&' b)) by Th1;
hence 'not' (a 'nand' b) = a '&' b ; :: thesis: verum