theorem Th50:
  (i1 ';' i2 ';' i3).2 = IncAddr(i3,2)
 proof
   LastLoc(i1 ';' i2) = 2 by Th30;
  hence thesis by Th49;
 end;
