theorem Th7:
  for l being FinSeq-Location holds Values l = INT*
proof
  let l be FinSeq-Location;
  l in SCM+FSA-Data*-Loc by Def3;
  hence thesis by SCMFSA_1:11;
end;

reserve la,lb for Nat,
  La for Nat,
  i for Instruction of SCM+FSA,
  I for Instruction of SCM,
  l for Nat,
  LA,LB for Nat,
  dA,dB,dC,dD for Element of SCM+FSA-Data-Loc,
  DA,DB,DC for Element of SCM-Data-Loc,
  fA,fB,fC for Element of SCM+FSA-Data*-Loc,
  f,g for FinSeq-Location,
  A,B for Data-Location,
