let I be preProgram of SCM+FSA ; :: thesis: for l being Instruction-Location of SCM+FSA
for a being Int-Location st I does_not_destroy a holds
Directed I,l does_not_destroy a

let l be Instruction-Location of SCM+FSA ; :: thesis: for a being Int-Location st I does_not_destroy a holds
Directed I,l does_not_destroy a

let a be Int-Location ; :: thesis: ( I does_not_destroy a implies Directed I,l does_not_destroy a )
assume A1: I does_not_destroy a ; :: thesis: Directed I,l does_not_destroy a
now end;
hence Directed I,l does_not_destroy a by SCMFSA7B:def 4; :: thesis: verum