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