reserve x,y,z,w for ExtReal,
  r for Real;

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