doc-src/Intro/gate.thy
author blanchet
Wed, 18 Apr 2012 22:40:25 +0200
changeset 47560 e30323bfc93c
parent 105 216d6ed87399
permissions -rw-r--r--
added SZS status wrappers in TPTP mode

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