theorem Th1:
  (x,y) to_power 0 = x
proof
  ex f st (x,y) to_power 0 = f.0 & f.0 = x & for j st j < 0 holds f.(j + 1
  ) = f.j \ y by Def1;
  hence thesis;
end;
