theorem Th1:
  x in i implies x is Element of NAT
proof
  i c= NAT;
  hence thesis;
end;
