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 Th20:
  for k1,k2,k3,k4 being Instruction of SCM+FSA holds card( k1 ";"
  k2 ";" k3 ";" k4) =8
proof
  let k1,k2,k3,k4 be Instruction of SCM+FSA;
  thus card( k1 ";" k2 ";" k3 ";" k4)
     = card (k1 ";" k2 ";" k3)+ 2 by SCMFSA6A:34
    .= 6 + 2 by SCMBSORT:23
    .= 8;
end;
