let x, y be ExtReal; :: thesis: ( ( for e being Real st 0 < e holds
x < y + e ) implies x <= y )

assume A1: for e being Real st 0 < e holds
x < y + e ; :: thesis: x <= y
per cases ( y = +infty or y = -infty or ( y <> +infty & y <> -infty ) ) ;
end;