theorem Th52:
  (i1 ';' i2 ';' i3 ';' i4 ';' i5).2 = IncAddr(i3,2)
 proof
  LastLoc(i1 ';' i2 ';' i3 ';' i4) = 4 by Th32;
  hence (i1 ';' i2 ';' i3 ';' i4 ';' i5).2
         = (i1 ';' i2 ';' i3 ';' i4).2 by Th23,Th28
        .= IncAddr(i3,2) by Th51;
 end;
