How can I prove by induction that for all n in the set of positive natural numbers and $n>34$, there exists a k and s in the set of all positive natural numbers, such that $n=5k+9s$. Please forgive me for the notation if it is wrong.
This is my proof attempt:
Base case;$ n =35$ $A(n) = 5k + 9s$ $A(35) = 5(7) + 9(0) = 35$
Assume $A(n)$ where $n$ belongs to the set of all positive natural numbers and $n>34$
Now for $A(n+1) = 5k+9s = 5(0) + 9(4) = 36$, so there exists a $k,s$ belonging to set of all possible natural numbers for which $A(n+1)$ holds.
Thus $A(n)$ implies $A(n+1)$, and for all n belonging to the set of all positive natural numbers and $n>34$ it holds there exists a $k$ and $s$ in the set of all positive natural numbers, such that $n=5k+9s$.
I know this is not accurate, but after consulting my provided reading material, it still remained unclear. Could you tell me whats wrong with my proof and how to fix it.
Also if could point me towards an intuitive explanation of induction I would greatly appreciate it.
Thanks!
Base case: $n =35 A(n) = 5k + 9s A(35) = 5(7) + 9(0) = 35$
so far so good:
Assume $A(n)$ where $n$ belongs to the set of all positive natural numbers and $n>34$
Okay, I think I would be explicit and write out the proposition, rather and saying $A(n)$.
But, it falls apart after that.
We need to show that if $n = 5p+9q$ then $n+1 = 5r+9s$ (with $r$ and $s$ as positive integers.
Notice that:
$-5(7) + 9(4) = 1\\ 5(2) - (9) = 1$
In order for our proposition to be true we need either $q\ge1$ or $p\ge7$
We could try to make a clever argument to show why this is true, but I think it is easier to expand the base case.
$36 = 9\cdot 4, 37 = 9\cdot 3 + 2\cdot 5, 38 = 9\cdot 2 + 4\cdot 5, 39 = 9\cdot 1 + 6\cdot 5.$
Assume:
$n = 5p+9q\\ n+5 = 5(p+1) + 9q$