theorem Th29:
  PSym(p,PSym(p,a)) = a
proof
  Mid a,p,PSym(p,a) by Def4;
  then Mid PSym(p,a),p,a by Th16;
  hence thesis by Def4;
end;
