theorem
  UsedI*Loc (I ";" j) = (UsedI*Loc I) \/ UsedInt*Loc j
proof
  thus UsedI*Loc (I ";" j) = (UsedI*Loc I) \/ UsedI*Loc Macro j by Th43
    .= (UsedI*Loc I) \/ UsedInt*Loc j by Th44;
end;
