let T be non empty TopSpace; :: thesis: for A, B being Subset of T st A,B are_separated holds
Fr (A \/ B) = (Fr A) \/ (Fr B)

let A, B be Subset of T; :: thesis: ( A,B are_separated implies Fr (A \/ B) = (Fr A) \/ (Fr B) )
A1: ( (Fr A) \/ (Fr B) = ((Fr (A \/ B)) \/ (Fr (A /\ B))) \/ ((Fr A) /\ (Fr B)) & Fr ({} T) = {} ) by TOPS_1:36;
assume A2: A,B are_separated ; :: thesis: Fr (A \/ B) = (Fr A) \/ (Fr B)
then A3: A misses Cl B by CONNSP_1:def 1;
A misses B by A2, CONNSP_1:1;
then A4: A /\ B = {} ;
A5: Cl A misses B by A2, CONNSP_1:def 1;
A6: (Fr A) \/ (Fr B) c= Fr (A \/ B)
proof
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in (Fr A) \/ (Fr B) or x in Fr (A \/ B) )
assume A7: x in (Fr A) \/ (Fr B) ; :: thesis: x in Fr (A \/ B)
per cases ( x in Fr (A \/ B) or x in (Fr A) /\ (Fr B) ) by A4, A1, A7, XBOOLE_0:def 3;
end;
end;
Fr (A \/ B) c= (Fr A) \/ (Fr B) by TOPS_1:33;
hence Fr (A \/ B) = (Fr A) \/ (Fr B) by A6; :: thesis: verum