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

theorem Th36:
  p <= r & s <= q implies ].r,s.] c= [.p,q.]
proof
A1: ].r,s.] c= [.r,s.] by Th23;
  assume that
A2: p <= r and
A3: s <= q;
  [.r,s.] c= [.p,q.] by A2,A3,Th34;
  hence thesis by A1;
end;
