theorem
  P.(A \/ B) <= P.A + P.B
proof
  0 <= P.(A /\ B) & P.(A \/ B) = P.A + P.B - P.(A /\ B) by Def8,Th38;
  hence thesis by XREAL_1:43;
end;
