theorem Th24:
  inf seq <= sup seq
proof
A1: seq.0 <= sup seq by Th23;
  inf seq <= seq.0 by Th23;
  hence thesis by A1,XXREAL_0:2;
end;
