Proof By Induction (simple one for all but me)

  • Thread starter Thread starter GregA
  • Start date Start date
  • Tags Tags
    Induction Proof
AI Thread Summary
The discussion revolves around proving by induction that for every positive integer n, 3 divides 4^n + 5. The initial attempt correctly shows the base case for n=1 and sets up the induction step, but the author struggles with the induction hypothesis and the subsequent proof. They realize that a simpler approach exists by directly substituting the induction hypothesis into the expression for n=k+1, leading to a clearer demonstration of divisibility. Ultimately, the author acknowledges their confusion but also discovers that the induction method does indeed work, highlighting the learning process involved in mastering mathematical proofs.
GregA
Messages
210
Reaction score
0
I am trying to get myself better at writing proofs and for one of the easier (I assume) exercises that contain no back of the book solutions I'm asked to prove by induction on n that:
For every positive integer n, 3 divides 4^n + 5

Before I show my attempt I want to say that my reason for posting is because I seem to have walked a thousand miles just to cross the road with this one, and my way just looks ugly. (Not even sure if I've actually used induction) If anyone could give me a few pointers so that I can reach something far simpler I'd be very grateful.

My attempt:
Let 4^n + 5 = 3p for some integer p.
Firstly I show that the expression holds for n = 1
4^0 +5 = 6 = 3(2) This is okay and since n > 0 then p>2
Now to show that if it holds for 4^k + 5 it holds for 4^{k+1} + 5
So let's assume it does hold for 4^k + 5..
then 4^k + 5 = 3q for some integer q \Rightarrow 4^k = 3q - 5
If it works for k, then it works for k+1 such that 4^{k+1} = 4(3q -5)
and as 4^{k+1} > 4^k > 4^0 \Rightarrow q > p > 2
4^{k+1} - 1 = 12q -21 = 3(4q-7)
4^{k+1} -1 = (2^{2(k+1)} - 1 = (2^{k+1} +1)(2^{k+1} - 1)
I now have to show that if either of those two brackets contains a number that is a multiple of 3 then both sides are divisible by 3...and I think this also has to be proven :frown:

My attempt at proving that either (2^{k+1} +1) or (2^{k+1} - 1) = 3p for some integer p:

Firstly as 2^x does not contain 3 as a factor then it is not a multiple of 3 (<---My attempt at proving that is a bit rubbish :frown:) and so assuming this for now I'll make the statement:
For any integer n \neq 3q 3q = n+1 or n-1
Assume this is false, ie: that if n \neq 3q, 3q \neq n+1 or 3q \neq n-1 and let n - 1 = m such that:
3q \neq m, 3q \neq m+1 or 3q \neq m+2 then:
3q = m+3 or m+4 or m+5...m+x but if 3q = m+3 then 3(r - 1) = m but if (r-1) = q, m \neq 3q! and if 3q = m+4 then 3(s + 1) = m and so on...it follows that no integer can ever be a multiple of 3...Therefore the original assumption was false and that :
For any integer n \neq 3q 3q = n+1 or n-1

by returning to the first problem I have to prove that
(2^{k+1} +1)(2^{k+1} - 1) = 12q -21 = 3(4q-7)
if I let (2^{k+1} +1)(2^{k+1} - 1) = (n+1)(n-1) then since one of these is a multiple of three...the expression 4^{k+1} + 5 is divisible by 3 and is equal to 3(4q-7) and since q>2 we have a positive integer...which is about as far as I can take this...

What hole exist in the above and am I right in thinking that there was a much easier way of reaching a solution?
 
Last edited:
Physics news on Phys.org
You know by your induction step that 4^k +5 = 3q

4^{k+1} + 5 = 4 * 4^k + 5 = 4*(3q-5) +5 = 12q-15= 3(4q-5)

qed
 
cheers for the replies folks... I did try and use 4^{k+1} + 5 = 4 * 4^k + 5 = 4*(3q-5) +5 = 12q-15= 3(4q-5) first but decided that if the assumption that it works for k = 3q is false (ie q *isn't an integer for certain values of k) then it would also be false for k+1 and so I somehow have to show that (4q-5) is an integer for all q :redface: ...I am still learning the ropes!

*edit* meh! :-p whilst trying to find out why I'm talking BS I figured out that if we say that k = 0 then...it does work for k+1!... and then for k+2...! :redface:...Why do I have problems trusting this method :confused:
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top