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

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