let r, s, t be ExtReal; ( r < s & ( for q being ExtReal st r < q & q < s holds
q <= t ) implies s <= t )
assume that
A1:
r < s
and
A2:
for q being ExtReal st r < q & q < s holds
q <= t
; s <= t
for q being ExtReal st t < q holds
s <= q
proof
let q be
ExtReal;
( t < q implies s <= q )
assume that A3:
t < q
and A4:
q < s
;
contradiction
end;
hence
s <= t
by Th227; verum