reserve s for State of SCM+FSA,
  I for MacroInstruction of SCM+FSA,
  a for read-write Int-Location;
reserve i,j,k,n for Nat;
reserve P,P1,P2,Q for Instruction-Sequence of SCM+FSA;

theorem Th21:
  for k1,k2,k3,k4,k5 being Instruction of SCM+FSA holds card( k1
  ";" k2 ";" k3 ";" k4 ";"k5) =10
proof
  let k1,k2,k3,k4,k5 be Instruction of SCM+FSA;
  thus card( k1 ";" k2 ";" k3 ";" k4 ";"k5)
     = card (k1 ";" k2 ";" k3 ";" k4)+ 2 by SCMFSA6A:34
    .= 8+ 2 by Th20
    .= 10;
end;
