 reserve n,s for Nat;

theorem Th9:
  n, 0 are_congruent_mod 10 or ... or n, 9 are_congruent_mod 10
  proof
    n mod 10 = 0 or ... or n mod 10 = 9 by Th8;
    hence thesis by Th4;
  end;
