theorem
  UsedILoc (I ";" j) = (UsedILoc I) \/ UsedIntLoc j
proof
  thus UsedILoc (I ";" j) = (UsedILoc I) \/ UsedILoc Macro j by Th27
    .= (UsedILoc I) \/ UsedIntLoc j by Th28;
end;
