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;
