reserve x for set,
  p,q,r,s,t,u for ExtReal,
  g for Real,
  a for Element of ExtREAL;

theorem
  s <= q implies [.r,s.[ c= [.-infty,q.]
proof
  -infty <= r by XXREAL_0:5;
  hence thesis by Th35;
end;
