theorem Th2:
  for x being non real negative ExtReal holds x = -infty
proof
  let x be non real negative ExtReal;
  not x in REAL;
  hence thesis by XXREAL_0:14;
end;
