theorem Th32: :: (2.33)
  (a => !b) => (b => !a) = Top L
  proof
    a => !b = b => !a by Th20;
    hence thesis by Th16ter;
  end;
