theorem Th2:
  Bound_Vars(VERUM(A)) = {}
proof
  Bound_Vars(VERUM(A)) = {}(bound_QC-variables(A)) by Lm1;
  hence Bound_Vars(VERUM(A)) = {};
end;
