theorem Th20:
  Px(a,k) = Px(a,n) implies k = n
proof
  k < n or n <k or k=n by XXREAL_0:1;
  hence thesis by Th19;
end;
