theorem Th32:
  a,b // PSym(p,b),PSym(p,a)
proof
  Mid a,p,PSym(p,a) & Mid b,p,PSym(p,b) by Def4;
  hence thesis by Th25;
end;
