let P be Instruction-Sequence of SCM+FSA; :: thesis: for s being State of SCM+FSA
for I being Program of SCM+FSA st I is_closed_on s,P holds
0 in dom I

let s be State of SCM+FSA; :: thesis: for I being Program of SCM+FSA st I is_closed_on s,P holds
0 in dom I

let I be Program of SCM+FSA; :: thesis: ( I is_closed_on s,P implies 0 in dom I )
reconsider n = IC (Comput ((P +* I),(Initialize s),0)) as Element of NAT ;
assume A2: I is_closed_on s,P ; :: thesis: 0 in dom I
then A3: n in dom I by SCMFSA7B:def 6;
per cases ( n = 0 or 0 < n ) ;
end;