let T be TopSpace; :: thesis: for A being Subset of T holds
( A is condensed iff ex B being Subset of T st
( B is regular_closed & Int B c= A & A c= B ) )

let A be Subset of T; :: thesis: ( A is condensed iff ex B being Subset of T st
( B is regular_closed & Int B c= A & A c= B ) )

thus ( A is condensed implies ex B being Subset of T st
( B is regular_closed & Int B c= A & A c= B ) ) :: thesis: ( ex B being Subset of T st
( B is regular_closed & Int B c= A & A c= B ) implies A is condensed )
proof
assume A1: A is condensed ; :: thesis: ex B being Subset of T st
( B is regular_closed & Int B c= A & A c= B )

then A2: Cl (Int A) = Cl A by Def3;
take U = Cl (Int A); :: thesis: ( U is regular_closed & Int U c= A & A c= U )
Int (Cl A) = Int A by A1, Def3;
hence ( U is regular_closed & Int U c= A & A c= U ) by A2, PRE_TOPC:48, TOPS_1:44; :: thesis: verum
end;
given B being Subset of T such that A3: B is regular_closed and
A4: Int B c= A and
A5: A c= B ; :: thesis: A is condensed
A6: Cl (Int B) = B by A3, TOPS_1:def 7;
Cl A c= Cl B by A5, PRE_TOPC:49;
then Int (Cl A) c= Int (Cl B) by TOPS_1:48;
then A7: Int (Cl A) c= Int B by A3, Def1;
Cl (Int B) c= Cl A by A4, PRE_TOPC:49;
then Int B c= Int (Cl A) by A6, TOPS_1:48;
then A8: Int B = Int (Cl A) by A7, XBOOLE_0:def 10;
Int A c= Int B by A5, TOPS_1:48;
then A9: Cl (Int A) c= Cl (Int B) by PRE_TOPC:49;
Int (Int B) c= Int A by A4, TOPS_1:48;
then Cl (Int (Int B)) c= Cl (Int A) by PRE_TOPC:49;
then Cl (Int A) = B by A6, A9, XBOOLE_0:def 10;
hence A is condensed by A4, A5, A8, Th10; :: thesis: verum