let a be Point of (TOP-REAL 2); :: thesis: proj1 .: (east_halfline a) is bounded_below
take a `1 ; :: according to SEQ_4:def 2 :: thesis: for b1 being set holds
( not b1 in proj1 .: (east_halfline a) or a `1 <= b1 )

let r be real number ; :: thesis: ( not r in proj1 .: (east_halfline a) or a `1 <= r )
assume r in proj1 .: (east_halfline a) ; :: thesis: a `1 <= r
then consider x being set such that
A1: x in the carrier of (TOP-REAL 2) and
A2: x in east_halfline a and
A3: r = proj1 . x by FUNCT_2:115;
reconsider x = x as Point of (TOP-REAL 2) by A1;
r = x `1 by A3, PSCOMP_1:def 28;
hence a `1 <= r by A2, TOPREAL1:def 13; :: thesis: verum