Thread Closed

Proof by Induction

 
Share Thread Thread Tools
Feb15-06, 04:03 PM   #1
 

Proof by Induction


Show that 5^n is divisible by 4 (ie. prove [itex]5^n = 4x[/itex])

The case for n = 1 works

For n = k + 1

[tex]5^{k+1} - 1 = 4x[/tex]
[tex]5^k \cdot 5 - 1 = 4x[/tex]

Then I can only see doing:
[tex]5(5^k - 1 + 1) - 1 = 4x[/tex]
and substituting in the case for n = k
[tex]5(4x + 1) - 1 = 4x[/tex]

But it doesn't work out...
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Feb15-06, 04:13 PM   #2
 
Of course it doesn't work out, you've used x to mean two different things.

Assume that there exists an x such that 5^k - 1 = 4x.

You then wish to FIND an y such that 5^(k + 1) - 1 = 4y (or at least prove that such a y exists).

It's not necessarily the case that x = y.
 
Feb15-06, 04:14 PM   #3
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by cscott
[tex]5^{k+1} - 1 = 4x[/tex]
....
and substituting in the case for n = k
[tex]5(4x + 1) - 1 = 4x[/tex]
On one hand you're saying [tex]5^{k+1}-1=4x[/tex], then you're substituting [tex]5^{k}-1=4x[/tex]? Both these statements are true for any natural number k, but for different values of [tex]x[/tex] in each.

Suggestion-don't start with what you're trying to prove, just begin with [tex]5^{k+1}-1[/tex] and manipulate it until you get something divisible by 4.
 
Feb15-06, 04:31 PM   #4
 

Proof by Induction


I can only manipulate it so far... if I eventually substitute the 4x in I will end up with 20x + 4 (LHS) which is divisible by 4. Is this correct?

If the RHS was 4y instead I'd end up with 5x + 1 = y

If I'm wrong, how do I get past [itex]5^k \cdot 5 - 1[/itex]
 
Feb15-06, 04:35 PM   #5
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by cscott
I can only manipulate it so far... if I eventually substitute the 4x in I will end up with 20x + 4 (LHS) which is divisible by 4. Is this correct?
Exactly, that's all there is to it.
 
Feb15-06, 04:39 PM   #6
 
Thanks a lot!
 
Thread Closed
Thread Tools


Similar Threads for: Proof by Induction
Thread Forum Replies
proof by induction: help General Math 4
Induction Proof Set Theory, Logic, Probability, Statistics 3
Proof by induction Calculus & Beyond Homework 4
another induction proof Precalculus Mathematics Homework 5
Proof by induction General Math 6