let N be non empty with_non-empty_elements set ; for S being non empty stored-program halting IC-Ins-separated definite AMI-Struct of N
for p being NAT -defined the Instructions of b1 -valued finite Function
for s being State of S
for k being Nat st p halts_on s holds
( Result p,s = Comput p,s,k iff p halts_at IC (Comput p,s,k) )
let S be non empty stored-program halting IC-Ins-separated definite AMI-Struct of N; for p being NAT -defined the Instructions of S -valued finite Function
for s being State of S
for k being Nat st p halts_on s holds
( Result p,s = Comput p,s,k iff p halts_at IC (Comput p,s,k) )
let p be NAT -defined the Instructions of S -valued finite Function; for s being State of S
for k being Nat st p halts_on s holds
( Result p,s = Comput p,s,k iff p halts_at IC (Comput p,s,k) )
let s be State of S; for k being Nat st p halts_on s holds
( Result p,s = Comput p,s,k iff p halts_at IC (Comput p,s,k) )
let k be Nat; ( p halts_on s implies ( Result p,s = Comput p,s,k iff p halts_at IC (Comput p,s,k) ) )
assume Z0:
p halts_on s
; ( Result p,s = Comput p,s,k iff p halts_at IC (Comput p,s,k) )
then consider n being Nat such that
G1:
IC (Comput p,s,n) in dom p
and
G2:
CurInstr p,(Comput p,s,n) = halt S
by Def8;
hereby ( p halts_at IC (Comput p,s,k) implies Result p,s = Comput p,s,k )
assume Z:
Result p,
s = Comput p,
s,
k
;
p halts_at IC (Comput p,s,k)consider i being
Nat such that W1:
Result p,
s = Comput p,
s,
i
and W2:
CurInstr p,
(Result p,s) = halt S
by Z0, Def10;
p . (IC (Comput p,s,k)) = halt S
by Y, W2, Z, G1, W1, PARTFUN1:def 8;
hence
p halts_at IC (Comput p,s,k)
by Def15, Y, G1, W1, Z;
verum
end;
assume that
Z1:
IC (Comput p,s,k) in dom p
and
Z2:
p . (IC (Comput p,s,k)) = halt S
; SCMNORM:def 15 Result p,s = Comput p,s,k
X:
CurInstr p,(Comput p,s,k) = halt S
by Z1, Z2, PARTFUN1:def 8;
hence
Result p,s = Comput p,s,k
by G2, Def10, Z0; verum