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

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