theorem
  NOT NOT NOT O = NOT O
  proof
    thus NOT NOT NOT O = id(X\dom NOT NOT O) by Th37
    .= id(X\dom O) by Th38 .= NOT O by Th37;
end;
