 reserve n,s for Nat;

theorem Th5:
  n, 0 are_congruent_mod 5 or ... or n, 4 are_congruent_mod 5
  proof
    n mod 5 = 0 or ... or n mod 5 = 4 by Th3;
    hence thesis by Th4;
  end;
