let T be non empty TopSpace; :: thesis: for A being Subset of T
for p being set holds
( p in A \ (Der A) iff p is_isolated_in A )

let A be Subset of T; :: thesis: for p being set holds
( p in A \ (Der A) iff p is_isolated_in A )

let p be set ; :: thesis: ( p in A \ (Der A) iff p is_isolated_in A )
hereby :: thesis: ( p is_isolated_in A implies p in A \ (Der A) ) end;
assume p is_isolated_in A ; :: thesis: p in A \ (Der A)
then A2: ( p in A & not p is_an_accumulation_point_of A ) by Def4;
then not p in Der A by Th18;
hence p in A \ (Der A) by A2, XBOOLE_0:def 5; :: thesis: verum