theorem Th1:
  for f be sequence of Y
   holds f.(n + m) in {f.k: n <= k}
proof
  n <= n + m by NAT_1:11;
  hence thesis;
end;
