let s be State of SCM+FSA ; :: thesis: for I being Program of SCM+FSA st s . (intloc 0 ) = 1 & IC s = 0 holds
s +* I = s +* (Initialized I)

let I be Program of SCM+FSA ; :: thesis: ( s . (intloc 0 ) = 1 & IC s = 0 implies s +* I = s +* (Initialized I) )
assume that
A1: s . (intloc 0 ) = 1 and
A2: IC s = 0 ; :: thesis: s +* I = s +* (Initialized I)
A3: IC SCM+FSA in dom s by COMPOS_1:9;
thus s +* (Initialized I) = s +* (I +* (Start-At 0 ,SCM+FSA )) by A1, SCMFSA8C:18
.= (s +* I) +* (Start-At 0 ,SCM+FSA ) by FUNCT_4:15
.= (s +* ((IC SCM+FSA ) .--> 0 )) +* I by SCMFSA6B:14
.= s +* I by A2, A3, FUNCT_7:111 ; :: thesis: verum