let P be Instruction-Sequence of SCM+FSA; for s being State of SCM+FSA
for I, J being Program of SCM+FSA
for a being read-write Int-Location st s . a > 0 & J is_closed_on s,P & J is_halting_on s,P holds
( if<0 (a,I,J) is_closed_on s,P & if<0 (a,I,J) is_halting_on s,P )
let s be State of SCM+FSA; for I, J being Program of SCM+FSA
for a being read-write Int-Location st s . a > 0 & J is_closed_on s,P & J is_halting_on s,P holds
( if<0 (a,I,J) is_closed_on s,P & if<0 (a,I,J) is_halting_on s,P )
let I, J be Program of SCM+FSA; for a being read-write Int-Location st s . a > 0 & J is_closed_on s,P & J is_halting_on s,P holds
( if<0 (a,I,J) is_closed_on s,P & if<0 (a,I,J) is_halting_on s,P )
let a be read-write Int-Location ; ( s . a > 0 & J is_closed_on s,P & J is_halting_on s,P implies ( if<0 (a,I,J) is_closed_on s,P & if<0 (a,I,J) is_halting_on s,P ) )
assume A1:
s . a > 0
; ( not J is_closed_on s,P or not J is_halting_on s,P or ( if<0 (a,I,J) is_closed_on s,P & if<0 (a,I,J) is_halting_on s,P ) )
assume that
A2:
J is_closed_on s,P
and
A3:
J is_halting_on s,P
; ( if<0 (a,I,J) is_closed_on s,P & if<0 (a,I,J) is_halting_on s,P )
A4:
if>0 (a,J,I) is_halting_on s,P
by A1, A2, A3, Th22;
if>0 (a,J,I) is_closed_on s,P
by A1, A2, A3, Th22;
hence
( if<0 (a,I,J) is_closed_on s,P & if<0 (a,I,J) is_halting_on s,P )
by A1, A4, Th18; verum