theorem Th34:
  for P, A, Q st Q is A-closed holds Polish-atoms(P, A) c= Q
proof
  let P, A, Q;
  assume A0: Q is A-closed;
  let a;
  assume A1: a in Polish-atoms(P, A);
  then reconsider a as FinSequence;
  dom A = P by FUNCT_2:def 1;
  then A3: a in dom A & A.a = 0 by A1, Def7;
  {} in Q^^0 by Th4;
  then a^{} in Q by A0, A3;
  hence thesis by FINSEQ_1:34;
end;
