If the integer n is odd, then ∃k∈Z such that n=2k+1.
The sum of two odd integers we can write as
n1+n2=2k1+1+2k2+1
=2(k1+k2+1),k1,k2∈ZLet m=k1+k2+1,k1,k2∈Z. Then m∈Z.
We see that ∃m∈Z such that n1+n2=2m.
This means that the sum n1+n2 is an even number.
Therefore the sum of two odd integers is even.
Comments