theorem
  for T,V,Q holds V c= Q
proof
  let T,V,Q;
  set A = Polish-arity V;
  V = Polish-expression-set(T,A);
  hence thesis by POLNOT_1:37;
end;
