reserve Y for non empty set;
reserve B for Subset of Y;
reserve x,y,z for boolean object;

theorem
  x 'nand' 'not' x = TRUE & 'not' (x 'nand' 'not' x) = FALSE
  by XBOOLEAN:135,138;
