let I be Program of SCM+FSA ; :: thesis: for a being Int-Location st a <> intloc 0 holds
not a in dom (Initialized I)

let a be Int-Location ; :: thesis: ( a <> intloc 0 implies not a in dom (Initialized I) )
assume A1: a <> intloc 0 ; :: thesis: not a in dom (Initialized I)
assume a in dom (Initialized I) ; :: thesis: contradiction
then a in ((dom I) \/ {(intloc 0 )}) \/ {(IC SCM+FSA )} by Th43;
then A2: ( a in (dom I) \/ {(intloc 0 )} or a in {(IC SCM+FSA )} ) by XBOOLE_0:def 3;
per cases ( a in dom I or a in {(intloc 0 )} or a in {(IC SCM+FSA )} ) by A2, XBOOLE_0:def 3;
end;