reconsider R = (Result f,h) | (dom p) as FinPartState of by AMI_1:62;
take
R
; for p' being State of st p c= p' holds
R = (Result f,p') | (dom p)
let p' be State of ; ( p c= p' implies R = (Result f,p') | (dom p) )
assume A3:
p c= p'
; R = (Result f,p') | (dom p)
f halts_on h
by A1, A2, Def9;
then consider k1 being Nat such that
A4:
Result f,h = Comput f,h,k1
and
A5:
CurInstr f,(Result f,h) = halt S
by Def10;
f halts_on p'
by A1, A3, Def9;
then consider k2 being Nat such that
A6:
Result f,p' = Comput f,p',k2
and
A7:
CurInstr f,(Result f,p') = halt S
by Def10;
hence
R = (Result f,p') | (dom p)
; verum