theorem Th68:
  not F is_proper_subformula_of x 'in' y
proof
  assume F is_proper_subformula_of x 'in' y;
  then ex G st G is_immediate_constituent_of x 'in' y by Th63;
  hence contradiction by Th51;
end;
