:: deftheorem Def7 defines Computation TURING_1:def 7 :
for T being TuringStr
for s being All-State of T
for b3 being sequence of [: the FStates of T,INT,(Funcs (INT, the Symbols of T)):] holds
( b3 = Computation s iff ( b3 . 0 = s & ( for i being Nat holds b3 . (i + 1) = Following (b3 . i) ) ) );