let Y be TopStruct ; :: thesis: for A being Subset of st A is discrete holds
for x being Point of st x in A holds
ex F being Subset of st
( F is closed & A /\ F = {x} )

let A be Subset of ; :: thesis: ( A is discrete implies for x being Point of st x in A holds
ex F being Subset of st
( F is closed & A /\ F = {x} ) )

assume A1: A is discrete ; :: thesis: for x being Point of st x in A holds
ex F being Subset of st
( F is closed & A /\ F = {x} )

let x be Point of ; :: thesis: ( x in A implies ex F being Subset of st
( F is closed & A /\ F = {x} ) )

assume A2: x in A ; :: thesis: ex F being Subset of st
( F is closed & A /\ F = {x} )

then reconsider Y' = Y as non empty TopStruct ;
reconsider B = {x} as Subset of by ZFMISC_1:37;
reconsider A' = A as Subset of ;
{x} c= A' by A2, ZFMISC_1:37;
then consider F being Subset of such that
A3: F is closed and
A4: A' /\ F = B by A1, Def6;
take F ; :: thesis: ( F is closed & A /\ F = {x} )
thus ( F is closed & A /\ F = {x} ) by A3, A4; :: thesis: verum