theorem
  [.r,+infty.] \ [.p,+infty.[ = [.r,p.[ \/ {+infty}
proof
A1: r <= +infty by XXREAL_0:3;
  p <= +infty by XXREAL_0:3;
  hence thesis by A1,Th320;
end;
