 reserve n,s for Nat;

theorem Th3:
  n mod 5 = 0 or ... or n mod 5 = 4
  proof
    n mod 5 < 4 + 1 by NAT_D:1; then
    n mod 5 <= 4 by NAT_1:13;
    hence thesis;
  end;
