doc-src/Intro/gate.thy
author wenzelm
Tue, 30 Oct 2001 13:43:26 +0100
changeset 11982 65e2822d83dd
parent 105 216d6ed87399
permissions -rw-r--r--
lemma Least_mono moved from Typedef.thy to Set.thy;

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