theorem Th36: :: (2.37)
  ((-!a) => a) "/\" (a => (-!a)) = Top L
  proof
A1: -!a < a by Def12;
    a < -!a by Def11;
    hence thesis by A1;
  end;
