theorem Th9:
  lim (NAT --> a) = a
  proof
    thus lim (NAT --> a) = (NAT --> a).0 by NDIFF_1:18
    .= a;
  end;
