theorem Th24:
  not x in still_not-bound_in p implies p => All(x,p) is valid
proof
A1: p => p is valid;
  assume not x in still_not-bound_in p;
  hence thesis by A1,CQC_THE1:67;
end;
