consider r being real number such that
A1: for y being set st y in dom f holds
r < f . y by SEQ_2:def 2;
f | X is bounded_below
proof
take r ; :: according to SEQ_2:def 2 :: thesis: for b1 being set holds
( not b1 in proj1 (f | X) or not K250((f | X),b1) <= r )

let y be set ; :: thesis: ( not y in proj1 (f | X) or not K250((f | X),y) <= r )
assume A2: y in dom (f | X) ; :: thesis: not K250((f | X),y) <= r
then y in dom f by RELAT_1:57;
then r < f . y by A1;
hence not K250((f | X),y) <= r by A2, FUNCT_1:47; :: thesis: verum
end;
hence for b1 being real-valued Function st b1 = f | X holds
b1 is bounded_below ; :: thesis: verum