reserve m for Nat;
reserve P,PP,P1,P2 for Instruction-Sequence of SCM+FSA;
reserve aa,bb for Int-Location;

theorem
  for a being Int-Location,I being MacroInstruction of SCM+FSA holds
  card Times(a,I) = card I + 7
proof
  let a be Int-Location,I be MacroInstruction of SCM+FSA;
   card(I ";" SubFrom(a, intloc 0)) = card I + 2 by SCMFSA6A:34;
  hence card Times(a,I)= card I + 2 + 5 by SCMFSA_X:4
    .= card I + 7;
end;
