reserve T for TopSpace;
reserve T for non empty TopSpace;
reserve F for Subset-Family of T;

theorem Th33:
  Int Cl Int F = {A where A is Subset of T : ex B being Subset of
  T st A = Int Cl Int B & B in F}
proof
  set P = {A where A is Subset of T : ex B being Subset of T st A = Int Cl Int
  B & B in F};
  now
    let C be object;
    assume C in P;
    then
    ex A being Subset of T st C = A & ex B being Subset of T st A = Int Cl
    Int B & B in F;
    hence C in bool the carrier of T;
  end;
  then reconsider P as Subset-Family of T by TARSKI:def 3;
  reconsider P as Subset-Family of T;
  for X being object holds X in Int Cl Int F iff X in P
  proof
    let X be object;
A1: now
      assume
A2:   X in P;
      then reconsider C = X as Subset of T;
      ex D being Subset of T st D = C & ex B being Subset of T st D = Int
      Cl Int B & B in F by A2;
      then consider B being Subset of T such that
A3:   C = Int Cl Int B and
A4:   B in F;
      Int B in Int F by A4,Def1;
      then Cl Int B in Cl Int F by PCOMPS_1:def 2;
      hence X in Int Cl Int F by A3,Def1;
    end;
    now
      assume
A5:   X in Int Cl Int F;
      then reconsider C = X as Subset of T;
      consider B being Subset of T such that
A6:   C = Int B and
A7:   B in Cl Int F by A5,Def1;
      consider D being Subset of T such that
A8:   B = Cl D and
A9:   D in Int F by A7,PCOMPS_1:def 2;
      ex E being Subset of T st D = Int E & E in F by A9,Def1;
      hence X in P by A6,A8;
    end;
    hence thesis by A1;
  end;
  hence thesis by TARSKI:2;
end;
