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

theorem Th9:
  (Computation s).1 = Following s
proof
  (Computation s).(0+1) = Following (Computation s).0 by Def7
    .=Following s by Def7;
  hence thesis;
end;
