theorem Th64:
  not F is_proper_subformula_of VERUM(A)
proof
  assume not thesis;
  then consider G such that
A1: G is_immediate_constituent_of VERUM(A) by Th55;
  thus thesis by A1,Th41;
end;
