let T be non empty TopPoset; :: thesis: ( T is lower implies T is T_0 )
assume A1: T is lower ; :: thesis: T is T_0
now :: thesis: ( not T is empty implies for x, y being Point of T holds
( not x <> y or ex V being Subset of T st
( V is open & x in V & not y in V ) or ex V being Subset of T st
( V is open & not x in V & y in V ) ) )
assume not T is empty ; :: thesis: for x, y being Point of T holds
( not x <> y or ex V being Subset of T st
( b5 is open & V in b5 & not b4 in b5 ) or ex V being Subset of T st
( b5 is open & not V in b5 & b4 in b5 ) )

let x, y be Point of T; :: thesis: ( not x <> y or ex V being Subset of T st
( b3 is open & V in b3 & not b2 in b3 ) or ex V being Subset of T st
( b3 is open & not V in b3 & b2 in b3 ) )

assume A2: x <> y ; :: thesis: ( ex V being Subset of T st
( b3 is open & V in b3 & not b2 in b3 ) or ex V being Subset of T st
( b3 is open & not V in b3 & b2 in b3 ) )

reconsider a = x, b = y as Element of T ;
set Vy = (uparrow a) ` ;
set Vx = (uparrow b) ` ;
a <= a ;
then A3: not x in (uparrow a) ` by YELLOW_9:1;
b <= b ;
then A4: not y in (uparrow b) ` by YELLOW_9:1;
A5: (uparrow b) ` is open by A1, Th4;
A6: (uparrow a) ` is open by A1, Th4;
per cases ( not b <= a or not a <= b ) by A2, YELLOW_0:def 3;
suppose not b <= a ; :: thesis: ( ex V being Subset of T st
( b3 is open & V in b3 & not b2 in b3 ) or ex V being Subset of T st
( b3 is open & not V in b3 & b2 in b3 ) )

then a in (uparrow b) ` by YELLOW_9:1;
hence ( ex V being Subset of T st
( V is open & x in V & not y in V ) or ex V being Subset of T st
( V is open & not x in V & y in V ) ) by A5, A4; :: thesis: verum
end;
suppose not a <= b ; :: thesis: ( ex V being Subset of T st
( b3 is open & V in b3 & not b2 in b3 ) or ex V being Subset of T st
( b3 is open & not V in b3 & b2 in b3 ) )

then b in (uparrow a) ` by YELLOW_9:1;
hence ( ex V being Subset of T st
( V is open & x in V & not y in V ) or ex V being Subset of T st
( V is open & not x in V & y in V ) ) by A6, A3; :: thesis: verum
end;
end;
end;
hence T is T_0 by TSP_1:def 3; :: thesis: verum