let n be Nat; :: thesis: not (n * n) + n,3 are_congruent_mod 5
assume (n * n) + n,3 are_congruent_mod 5 ; :: thesis: contradiction
then A1: 3,(n * n) + n are_congruent_mod 5 by INT_1:14;
not not n, 0 are_congruent_mod 5 & ... & not n,4 are_congruent_mod 5 by Th5;
per cases then ( n, 0 are_congruent_mod 5 or n,1 are_congruent_mod 5 or n,2 are_congruent_mod 5 or n,3 are_congruent_mod 5 or n,4 are_congruent_mod 5 ) ;
suppose A2: n, 0 are_congruent_mod 5 ; :: thesis: contradiction
end;
suppose A3: n,1 are_congruent_mod 5 ; :: thesis: contradiction
end;
suppose A4: n,2 are_congruent_mod 5 ; :: thesis: contradiction
end;
suppose A5: n,3 are_congruent_mod 5 ; :: thesis: contradiction
end;
suppose A6: n,4 are_congruent_mod 5 ; :: thesis: contradiction
end;
end;