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 & I is_closed_on Initialized s,P & I is_halting_on Initialized s,P holds
IExec ((if<0 (a,I,J)),P,s) = (IExec (I,P,s)) +* (Start-At (((((card I) + (card J)) + (card J)) + 7),SCM+FSA))
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 & I is_closed_on Initialized s,P & I is_halting_on Initialized s,P holds
IExec ((if<0 (a,I,J)),P,s) = (IExec (I,P,s)) +* (Start-At (((((card I) + (card J)) + (card J)) + 7),SCM+FSA))
let I, J be Program of SCM+FSA; for a being read-write Int-Location st s . a < 0 & I is_closed_on Initialized s,P & I is_halting_on Initialized s,P holds
IExec ((if<0 (a,I,J)),P,s) = (IExec (I,P,s)) +* (Start-At (((((card I) + (card J)) + (card J)) + 7),SCM+FSA))
let a be read-write Int-Location ; ( s . a < 0 & I is_closed_on Initialized s,P & I is_halting_on Initialized s,P implies IExec ((if<0 (a,I,J)),P,s) = (IExec (I,P,s)) +* (Start-At (((((card I) + (card J)) + (card J)) + 7),SCM+FSA)) )
assume A1:
s . a < 0
; ( not I is_closed_on Initialized s,P or not I is_halting_on Initialized s,P or IExec ((if<0 (a,I,J)),P,s) = (IExec (I,P,s)) +* (Start-At (((((card I) + (card J)) + (card J)) + 7),SCM+FSA)) )
assume that
A2:
I is_closed_on Initialized s,P
and
A3:
I is_halting_on Initialized s,P
; IExec ((if<0 (a,I,J)),P,s) = (IExec (I,P,s)) +* (Start-At (((((card I) + (card J)) + (card J)) + 7),SCM+FSA))
A4:
(Initialized s) . a <= 0
by A1, SCMFSA6C:3;
then A5:
if>0 (a,J,I) is_halting_on Initialized s,P
by A2, A3, Th24;
if>0 (a,J,I) is_closed_on Initialized s,P
by A2, A3, A4, Th24;
hence IExec ((if<0 (a,I,J)),P,s) =
(IExec ((if>0 (a,J,I)),P,s)) +* (Start-At ((((card (if>0 (a,J,I))) + (card J)) + 3),SCM+FSA))
by A1, A5, Th19
.=
(IExec ((if>0 (a,J,I)),P,s)) +* (Start-At ((((((card I) + (card J)) + 4) + (card J)) + 3),SCM+FSA))
by Th15
.=
((IExec (I,P,s)) +* (Start-At ((((card I) + (card J)) + 3),SCM+FSA))) +* (Start-At ((((((card I) + (card J)) + 4) + (card J)) + 3),SCM+FSA))
by A1, A2, A3, Th25
.=
(IExec (I,P,s)) +* (Start-At (((((card I) + (card J)) + (card J)) + 7),SCM+FSA))
by FUNCT_4:114
;
verum