theorem Th25:
  Q is open implies for P being Subset of A st P=Q holds P is open
proof
  assume
A1: Q is open;
  let P be Subset of A;
  assume P=Q;
  then Q /\ [#] A = P by XBOOLE_1:28;
  hence thesis by A1,Th24;
end;
