theorem Th72:
  len(p^<%x%>) = len p + 1
 proof
  thus len(p^<%x%>) = len p + len<%x%> by Def3
      .= len p + 1 by Th30;
 end;
