theorem Th42:
  (Macro i).0 = i
proof
  set I=Load i;
   0 in dom I by Th37;
  hence (Macro i). 0 =I.0 by AFINSQ_1:def 3
    .=i;
end;
