let Y be non empty TopSpace; :: thesis: ( Y is almost_discrete & Y is T_0 implies Y is discrete )
assume A1: ( Y is almost_discrete & Y is T_0 ) ; :: thesis: Y is discrete
for A being Subset of Y
for x being Point of Y st A = {x} holds
A is closed
proof
let A be Subset of Y; :: thesis: for x being Point of Y st A = {x} holds
A is closed

let x be Point of Y; :: thesis: ( A = {x} implies A is closed )
x in Cl {x} by Lm2;
then A2: {x} c= Cl {x} by ZFMISC_1:31;
A3: now :: thesis: Cl {x} c= {x}end;
assume A = {x} ; :: thesis: A is closed
hence A is closed by A2, A3, XBOOLE_0:def 10; :: thesis: verum
end;
hence Y is discrete by A1, TDLAT_3:26; :: thesis: verum