reserve J,J1,K for Element of Segm 13,
  b,b1,b2,c,c1,c2 for Element of SCM+FSA-Data-Loc,
  f,f1,f2 for Element of SCM+FSA-Data*-Loc;
reserve k for Nat,
  J,K,L for Element of Segm 13,
  O,P,R for Element of Segm 9;
reserve da for Int-Location,
  fa for FinSeq-Location,
  x,y for set;

theorem Th6:
  for l being Int-Location holds Values l = INT
proof
  let l be Int-Location;
  l in SCM-Data-Loc by AMI_2:def 16;
  hence thesis by SCMFSA_1:10;
end;
