reserve n,i,j,k for Nat;
reserve T for TuringStr,
  s for All-State of T;

theorem
  (Computation s).(k+1) = Following (Computation s).k by Def7;
