theorem
  for x being Real holds x in ].-infty,u.[ iff x < u
proof
  let x be Real;
  x in REAL by XREAL_0:def 1;
  then -infty < x by XXREAL_0:12;
  hence thesis by Th4;
end;
