theorem Th45:
  dom Macro i = {0,1}
proof
  for x be object holds x in dom (Macro i) iff x= 0 or x= 1 by Th44;
  hence thesis by TARSKI:def 2;
end;
