 reserve n,s for Nat;

theorem Th8:
  n mod 10 = 0 or ... or n mod 10 = 9
  proof
    n mod 10 < 9 + 1 by NAT_D:1; then
    n mod 10 <= 9 by NAT_1:13;
    hence thesis;
  end;
