Loading [MathJax]/jax/output/HTML-CSS/jax.js
Now you are in the subtree of Test Flight Problem Set project. 

Problem #4

Question: prove that every odd natural number is of one of the forms 4n+1 or 4n+3, where n is an integer.


Claim: every odd natural number is of one of the forms 4n+1 or 4n+3, where n is an integer.
Proof: by the General Division Theorem, all integer numbers can be presented as bn+r, where b0 and 0r<|b|. Let's take b=4, then 0r<4 and we will get that all integer numbers can be in one of those forms:
4n+0
4n+1
4n+2
4n+3
By the definition of odd number, we can conclude that all odd integers can be in one of the forms:
4n+1
4n+3
And because this works for odd integers, it works for odd natural numbers as well, as natural numbers is the subset of integers, so every odd natural number is of one of the forms 4n+1 or 4n+3, where n is an integer.