theorem Th15:
  PP_or(PP_or(p,q),PP_or(p,r)) = PP_or(PP_or(p,q),r)
  proof
    PP_or(p,PP_or(p,q)) = PP_or(PP_or(p,p),q) by Th14;
    hence thesis by Th14;
  end;
