theorem Th53:
  H is_immediate_constituent_of F implies H is_proper_subformula_of F
proof
  assume
A1: H is_immediate_constituent_of F;
  hence H is_subformula_of F by Th52;
  assume H = F;
  then len @H = len @F;
  hence contradiction by A1,Th51;
end;
