doc-src/Intro/gate.thy
author haftmann
Fri, 20 Feb 2009 14:49:23 +0100
changeset 30011 cc264a9a033d
parent 105 216d6ed87399
permissions -rw-r--r--
consider changes variable names in theorem le_imp_power_dvd

Gate = FOL +
consts  nand,xor :: "[o,o] => o"
rules   nand_def "nand(P,Q) == ~(P & Q)"
        xor_def  "xor(P,Q)  == P & ~Q | ~P & Q"
end