Proof By Induction (simple one for all but me)

  • Thread starter Thread starter GregA
  • Start date Start date
  • Tags Tags
    Induction Proof
Click For Summary
SUMMARY

The discussion focuses on proving by induction that for every positive integer n, the expression 4^n + 5 is divisible by 3. The user attempts to establish a base case for n = 1 and then assumes the expression holds for n = k to prove it for n = k + 1. The user struggles with demonstrating that either (2^{k+1} + 1) or (2^{k+1} - 1) is a multiple of 3, ultimately realizing that a simpler approach exists. The correct induction step simplifies to showing that 4^{k+1} + 5 = 12q - 15 = 3(4q - 5), confirming the divisibility by 3.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with modular arithmetic
  • Basic knowledge of exponents and their properties
  • Ability to manipulate algebraic expressions
NEXT STEPS
  • Study mathematical induction techniques in detail
  • Learn about modular arithmetic and its applications
  • Explore proofs involving divisibility and number theory
  • Practice more induction problems, focusing on simplification strategies
USEFUL FOR

Students learning mathematical proofs, educators teaching proof techniques, and anyone interested in enhancing their problem-solving skills in mathematics.

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 [tex]4^n + 5[/tex]

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 [tex]4^n + 5 = 3p[/tex] for some integer p.
Firstly I show that the expression holds for n = 1
[tex]4^0 +5 = 6 = 3(2)[/tex] This is okay and since n > 0 then p>2
Now to show that if it holds for [tex]4^k + 5[/tex] it holds for [tex]4^{k+1} + 5[/tex]
So let's assume it does hold for [tex]4^k + 5[/tex]..
then [tex]4^k + 5 = 3q[/tex] for some integer q [tex]\Rightarrow 4^k = 3q - 5[/tex]
If it works for k, then it works for k+1 such that [tex]4^{k+1} = 4(3q -5)[/tex]
and as [tex]4^{k+1} > 4^k > 4^0 \Rightarrow q > p > 2[/tex]
[tex]4^{k+1} - 1 = 12q -21 = 3(4q-7)[/tex]
[tex]4^{k+1} -1 = (2^{2(k+1)} - 1 = (2^{k+1} +1)(2^{k+1} - 1)[/tex]
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 [tex](2^{k+1} +1) or (2^{k+1} - 1) = 3p[/tex] for some integer p:

Firstly as [tex]2^x[/tex] 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 [tex]\neq 3q[/tex] 3q = n+1 or n-1
Assume this is false, ie: that if [tex]n \neq 3q[/tex], [tex]3q \neq n+1[/tex] or [tex]3q \neq n-1[/tex] and let n - 1 = m such that:
[tex]3q \neq m[/tex], [tex]3q \neq m+1[/tex] or [tex]3q \neq m+2[/tex] then:
[tex]3q = m+3[/tex] or [tex]m+4[/tex] or [tex]m+5...m+x[/tex] but if 3q = m+3 then 3(r - 1) = m but if (r-1) = q, m [tex]\neq[/tex] 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 [tex]\neq 3q[/tex] 3q = n+1 or n-1

by returning to the first problem I have to prove that
[tex](2^{k+1} +1)(2^{k+1} - 1) = 12q -21 = 3(4q-7)[/tex]
if I let [tex](2^{k+1} +1)(2^{k+1} - 1) = (n+1)(n-1)[/tex] then since one of these is a multiple of three...the expression [tex]4^{k+1} + 5[/tex] is divisible by 3 and is equal to [tex]3(4q-7)[/tex] 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 [itex]4^k +5 = 3q[/itex]

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

qed
 
cheers for the replies folks... I did try and use [tex]4^{k+1} + 5 = 4 * 4^k + 5 = 4*(3q-5) +5 = 12q-15= 3(4q-5)[/tex] 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:

Similar threads

Replies
27
Views
4K
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K