let GX be TopSpace; :: thesis: for A, B being Subset of GX st A is_a_component_of GX & B is_a_component_of GX & not A = B holds
A,B are_separated

let A, B be Subset of GX; :: thesis: ( A is_a_component_of GX & B is_a_component_of GX & not A = B implies A,B are_separated )
assume A1: ( A is_a_component_of GX & B is_a_component_of GX ) ; :: thesis: ( A = B or A,B are_separated )
( A <> B implies A,B are_separated )
proof
assume that
A2: A <> B and
A3: not A,B are_separated ; :: thesis: contradiction
( A is connected & B is connected ) by A1, Def5;
then A4: A \/ B is connected by A3, Th18;
( A c= A \/ B & B c= A \/ B ) by XBOOLE_1:7;
then ( A = A \/ B & B = A \/ B ) by A1, A4, Def5;
hence contradiction by A2; :: thesis: verum
end;
hence ( A = B or A,B are_separated ) ; :: thesis: verum