let s be State of SCM+FSA; for I being Program of SCM+FSA
for a being Int-Location
for l being Element of NAT holds (s +* (Start-At (l,SCM+FSA))) . a = s . a
let I be Program of SCM+FSA; for a being Int-Location
for l being Element of NAT holds (s +* (Start-At (l,SCM+FSA))) . a = s . a
let a be Int-Location ; for l being Element of NAT holds (s +* (Start-At (l,SCM+FSA))) . a = s . a
let l be Element of NAT ; (s +* (Start-At (l,SCM+FSA))) . a = s . a
Start-At (l,SCM+FSA) c= I +* (Start-At (l,SCM+FSA))
by FUNCT_4:26;
then A:
dom (Start-At (l,SCM+FSA)) c= dom (I +* (Start-At (l,SCM+FSA)))
by RELAT_1:25;
not a in dom (Start-At (l,SCM+FSA))
by A, SCMFSA6B:12;
hence
(s +* (Start-At (l,SCM+FSA))) . a = s . a
by FUNCT_4:12; verum