theorem
  ex a st PSym(p,a) = b
proof
  PSym(p,PSym(p,b)) = b by Th29;
  hence thesis;
end;
