set Y = { x where x is Element of X : a <= x } ;
A1: now :: thesis: for y being object st y in { x where x is Element of X : a <= x } holds
y in the carrier of X
let y be object ; :: thesis: ( y in { x where x is Element of X : a <= x } implies y in the carrier of X )
assume y in { x where x is Element of X : a <= x } ; :: thesis: y in the carrier of X
then ex x being Element of X st
( y = x & a <= x ) ;
hence y in the carrier of X ; :: thesis: verum
end;
a \ a = 0. X by Def5;
then a <= a ;
then a in { x where x is Element of X : a <= x } ;
hence { x where x is Element of X : a <= x } is non empty Subset of X by A1, TARSKI:def 3; :: thesis: verum