let N be non empty with_non-empty_elements set ; for S being non empty stored-program IC-Ins-separated definite halting AMI-Struct of N
for F being NAT -defined the Instructions of b1 -valued total Function
for s being State of S
for k being Element of NAT st F . (IC (Comput (F,s,k))) = halt S holds
Result (F,s) = Comput (F,s,k)
let S be non empty stored-program IC-Ins-separated definite halting AMI-Struct of N; for F being NAT -defined the Instructions of S -valued total Function
for s being State of S
for k being Element of NAT st F . (IC (Comput (F,s,k))) = halt S holds
Result (F,s) = Comput (F,s,k)
let F be NAT -defined the Instructions of S -valued total Function; for s being State of S
for k being Element of NAT st F . (IC (Comput (F,s,k))) = halt S holds
Result (F,s) = Comput (F,s,k)
let s be State of S; for k being Element of NAT st F . (IC (Comput (F,s,k))) = halt S holds
Result (F,s) = Comput (F,s,k)
let k be Element of NAT ; ( F . (IC (Comput (F,s,k))) = halt S implies Result (F,s) = Comput (F,s,k) )
assume Z:
F . (IC (Comput (F,s,k))) = halt S
; Result (F,s) = Comput (F,s,k)
then X:
F halts_on s
by Th31;
dom F = NAT
by PARTFUN1:def 4;
then
IC (Comput (F,s,k)) in dom F
;
then
CurInstr (F,(Comput (F,s,k))) = halt S
by Z, PARTFUN1:def 8;
hence
Result (F,s) = Comput (F,s,k)
by X, Def22; verum