View Full Version : proof for k natural numbers
saadsarfraz
Jan19-09, 10:10 PM
Hi, how would you show that 4^(k)+4 * 9^(k) \equiv 0 (mod 5)
Note that 9 is congruent to 4 mod 5.
robert Ihnot
Jan20-09, 01:23 AM
Checking a few small values of k shows it is not always true.
Checking a few small values of k shows it is not always true.
I'm pretty sure that it is, in fact, always true.
NoMoreExams
Jan20-09, 07:47 AM
I'm pretty sure that it is, in fact, always true.
It is? If we have
4^{k+4} \cdot 9^{k}
Then letting k = 0 we get
4^{0+4} \cdot 9^{0} = 256
That is certainly not 0 mod 5. Next letting k = 1 we get
4^{1+4} \cdot 9^{1} = 9216
Also not 0 mod 5?
Actually, what he meant was 4^k + 4*9^k \equiv 0 \text{mod} 5.
Hint. Try induction over k. You may rephrase it to: for every k \in N, there's an n \in N such that 4^k + 4*9^k = 5n.
saadsarfraz
Jan20-09, 05:23 PM
sorry for the typo i corrected it. so if i use induction than its easy for the base case K=0 which gives me 5 congruent 0 mod 5 which is true. Now, wsalem wrote that expression using the relationship a=mn+b with b=0. Now how am I supposed to use induction for k in this case when there is also n present.
saadsarfraz
Jan20-09, 06:14 PM
would really appreciate if someone could help me on this.
Define P(k) as the statement: 4^k + 4*9^k = 5n for some n \in N
For the inductive step.
Suppose P(k) hold, i.e there is an n \in N such that : 4^k + 4*9^k = 5n.
Then you need to show that P(k+1) also holds, i.e there is an m \in N such that 4^{k+1} + 4*9^{k+1} = 5m.
saadsarfraz
Jan20-09, 07:54 PM
i know how induction works but i cant figure out what specific 4^k expression do i have to add/multiply to
4^{k+1} + 4*9^{k+1} = 5m
make it work for m+1.
No, you are missing the point of induction here! It is k we want to run induction over, not m, so it is pointless to say "m+1". The existence of a such m is merely for the statement P(k) to hold at a particular case.
Inductive step:
Suppose P(k) holds, then 4^k = 5n - 4*9^k
Now 4^{k+1} + 4*9^{k+1} = ....
now, for P(k+1) to hold, you must show that 4^{k+1} + 4*9^{k+1} = 5*m for some integer m.
saadsarfraz
Jan20-09, 08:24 PM
sorry i didnt mean m+1. What i'm saying is that there is some expression involving k which must be multiplied on either side of the equation. I don't know what that expression is.
I gave it to you in the earlier reply. Think harder, it should be quite obvious by now!
NoMoreExams
Jan20-09, 08:29 PM
You know that
4^k + 4 \cdot 9^k = 5m, k,m \in \mathbb{Z}
Now we want to show that
4^{l+1} + 4 \cdot 9^{l+1} = 5n, l, n \in \mathbb{Z}
So let's work with our expression
4^{l+1} + 4 \cdot 9^{l+1} = 4 \cdot 4^l + 4 \cdot 9 \cdot 9^l = 4 \cdot 4^l + 4 \cdot (4+5) \cdot 9^l = 4 \cdot 4^l + 4^{2} \cdot 9^l + 4 \cdot 5 \cdot 9^l = 4 \left(4^l + 4 \cdot 9^l) + 5 \cdot 4 \cdot 9^l
The first part you know is divisible by 5 from the hypothesis, the 2nd part has a factor of 5 so obviously it is too.
I think holding the final answer to enable saadsarfraz to reach it would have been much better!
NoMoreExams,
You know that
4^k + 4 \cdot 9^k = 5k, k \in \mathbb{Z}
This is incorrect, it is 4^k + 4 \cdot 9^k = 5m where k,m \in \mathbb{Z}
NoMoreExams
Jan20-09, 08:41 PM
Yes sorry I'll fix it
saadsarfraz
Jan20-09, 08:50 PM
ohhh, so this completes the proof. thank you so much.
saadsarfraz
Jan20-09, 08:55 PM
at wsalem. dude thanks soo much for the help but im doing this for the first time, i dont think i could have done it on my own.
No problem. But now that you have seen it done. I think you'd be better off rewriting the whole proof!
Here's another quite similar problem, for practice sake
Prove that
5^{2n} \equiv 1\mod 8
It should be routine by now!
Mentallic
Jan20-09, 11:58 PM
Sorry for going off topic, but may I ask what mod stands for and how it works?
Mentallic, you are on topic.
a \equiv b \mod m is read "a is congruent to b modulo m". Mathematically, it means a - b = mk (or a = mk +b) for a fixed m \in \mathbf{N} and some k \in \mathbf{N}. In other words, a-b is divisible by m.
Mentallic
Jan21-09, 02:14 AM
Mentallic, you are on topic.
a \equiv b \mod m is read "a is congruent to b modulo m". Mathematically, it means a - b = mk (or a = mk +b) for a fixed m \in \mathbf{N} and some k \in \mathbf{N}. In other words, a-b is divisible by m.
Thank you wsalem :smile:
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.