let X be non empty TopSpace; :: thesis: for A1, A2 being Subset of X
for X0 being non empty SubSpace of X
for B1, B2 being Subset of X0 st B1 = A1 & B2 = A2 holds
( A1,A2 are_separated iff B1,B2 are_separated )

let A1, A2 be Subset of X; :: thesis: for X0 being non empty SubSpace of X
for B1, B2 being Subset of X0 st B1 = A1 & B2 = A2 holds
( A1,A2 are_separated iff B1,B2 are_separated )

let X0 be non empty SubSpace of X; :: thesis: for B1, B2 being Subset of X0 st B1 = A1 & B2 = A2 holds
( A1,A2 are_separated iff B1,B2 are_separated )

let B1, B2 be Subset of X0; :: thesis: ( B1 = A1 & B2 = A2 implies ( A1,A2 are_separated iff B1,B2 are_separated ) )
assume that
A1: B1 = A1 and
A2: B2 = A2 ; :: thesis: ( A1,A2 are_separated iff B1,B2 are_separated )
A3: Cl B2 = (Cl A2) /\ ([#] X0) by A2, PRE_TOPC:17;
A4: Cl B1 = (Cl A1) /\ ([#] X0) by A1, PRE_TOPC:17;
thus ( A1,A2 are_separated implies B1,B2 are_separated ) :: thesis: ( B1,B2 are_separated implies A1,A2 are_separated )
proof end;
thus ( B1,B2 are_separated implies A1,A2 are_separated ) :: thesis: verum
proof end;