theorem
  (i1 ';' i2 ';' i3 ';' i4 ';' i5 ';' i6).5 = IncAddr(i6,5)
 proof
   LastLoc(i1 ';' i2 ';' i3 ';' i4 ';' i5) = 5 by Th33;
  hence thesis by Th49;
 end;
