theorem Th51:
  for S, m, n holds S^^(m+n) is (S^^m)-headed
proof
  let S, m, n;
  S^^(m+n)=(S^^m)^(S^^n) by Th10;
  hence thesis;
end;
