theorem Th15:
  Py(a,k) = Py(a,n) implies k = n
proof
  assume Py(a,k) = Py(a,n);
  then k >= n >= k by Th14;
  hence thesis by XXREAL_0:1;
end;
