reserve n for Element of NAT,
        x for Element of COMPLEX n;
reserve p,q for Point of the_Complex_Space n,
  V for Subset of the_Complex_Space n;

theorem Th4:
  for A being Subset of COMPLEX n st A = V holds A is open iff V is open
     by SEQ_4:131;
