let x be Real; ( ( for e being Real st 0 < e holds
x <= e ) implies x <= 0 )
assume A1:
for e being Real st 0 < e holds
x <= e
; x <= 0
assume A2:
not x <= 0
; contradiction
then
x <= x / 2
by A1;
then
x - (x / 2) <= (x / 2) - (x / 2)
by XREAL_1:9;
hence
contradiction
by A2; verum