thus ( X is T_0 implies for x, y being Point of X st x <> y holds
Cl {x} <> Cl {y} ) :: thesis: ( ( for x, y being Point of X st x <> y holds
Cl {x} <> Cl {y} ) implies X is T_0 )
proof
assume A1: X is T_0 ; :: thesis: for x, y being Point of X st x <> y holds
Cl {x} <> Cl {y}

hereby :: thesis: verum
let x, y be Point of X; :: thesis: ( x <> y implies Cl {x} <> Cl {y} )
assume A2: x <> y ; :: thesis: Cl {x} <> Cl {y}
now :: thesis: not Cl {x} = Cl {y}
per cases ( ex V being Subset of X st
( V is open & x in V & not y in V ) or ex W being Subset of X st
( W is open & not x in W & y in W ) )
by A1, A2;
suppose ex V being Subset of X st
( V is open & x in V & not y in V ) ; :: thesis: not Cl {x} = Cl {y}
end;
suppose ex W being Subset of X st
( W is open & not x in W & y in W ) ; :: thesis: not Cl {x} = Cl {y}
end;
end;
end;
hence Cl {x} <> Cl {y} ; :: thesis: verum
end;
end;
assume A13: for x, y being Point of X st x <> y holds
Cl {x} <> Cl {y} ; :: thesis: X is T_0
now :: thesis: for x, y being Point of X st x <> y & ( for E being Subset of X st E is closed & x in E holds
y in E ) holds
ex F being Subset of X st
( F is closed & not x in F & y in F )
let x, y be Point of X; :: thesis: ( x <> y & ( for E being Subset of X st E is closed & x in E holds
y in E ) implies ex F being Subset of X st
( F is closed & not x in F & y in F ) )

assume A14: x <> y ; :: thesis: ( ( for E being Subset of X st E is closed & x in E holds
y in E ) implies ex F being Subset of X st
( F is closed & not x in F & y in F ) )

assume A15: for E being Subset of X st E is closed & x in E holds
y in E ; :: thesis: ex F being Subset of X st
( F is closed & not x in F & y in F )

thus ex F being Subset of X st
( F is closed & not x in F & y in F ) :: thesis: verum
proof
set F = Cl {y};
take Cl {y} ; :: thesis: ( Cl {y} is closed & not x in Cl {y} & y in Cl {y} )
thus Cl {y} is closed ; :: thesis: ( not x in Cl {y} & y in Cl {y} )
hence not x in Cl {y} ; :: thesis: y in Cl {y}
thus y in Cl {y} by Lm2; :: thesis: verum
end;
end;
hence X is T_0 ; :: thesis: verum