reserve l, m, n for Nat,
  i,j,k for Instruction of SCM+FSA,
  I,J,K for Program of SCM+FSA;
reserve a,b for Int-Location,
  f for FinSeq-Location,
  s,s1,s2 for State of SCM+FSA;

theorem
 card(I ";" j) = card I + 2
 proof
  thus card(I ";" j) = card Macro j + card I by Th11
     .= card I + 2 by COMPOS_1:56;
 end;
