reserve S for with_non_trivial_Instructions COM-Struct;
reserve i,j,k for No-StopCode Instruction of S,
        I,J,K for MacroInstruction of S;

theorem Th12:
 card(i ';' j) = 3
  proof
   thus card(i ';' j) = card Macro i + card Macro j - 1 by COMPOS_1:20
      .= 2 + card Macro i - 1 by COMPOS_1:56
      .= 2 + 2 - 1 by COMPOS_1:56
      .= 3;
  end;
