theorem Th20:
  not x in still_not-bound_in p implies Ex(x,p) => p is valid
proof
A1: p => p is valid;
  assume not x in still_not-bound_in p;
  hence thesis by A1,Th19;
end;
