The question is quite famous and is generally included under the topic of induction, but I didn't actually catch how to do it. And it goes as follows:
Two sequences and are defined as and . Show that .
Thank you to everyone who shall participate in the discussion and help me. Please explain how to do it, as well.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
First, you should prove that an>bn−1 using induction. For the base case, let n=2, and it is obvious that an=a2=3a1=33=27 is greater than bn−1=b1=4.
Now we must show that an+1>bn if we assume that an>bn−1. an+1=3an and \(b_n=4^{b_{n-1}}.
\(3^{a_n}>4^{b_{n-1}}\)
log43an>bn−1
an⋅log43>bn−1
log43>anbn−1
This is the best I could do. I'm not sure how to proceed from here.
Log in to reply
I had proceeded in a similar manner, but to no avail. Maybe we need to prove it for certain powers or pattern and complete the proof by reverse induction, because I am sure that reverse induction works. But a reference point is what is required to be found.
That's is a good start. However, as you realized, you needed to use a statement that is stronger than the induction hypothesis that you currently have. That factor of log43 seems to mess things up.
This suggests that you should make your induction hypothesis stronger, which was what Sebastian was doing.
For example, if the induction hypothesis was that an+1>2bn, then you can see that the previous statement we wanted is true. However, of course, this strengthen the inequality that we get in the induction step, and hence may longer be true. Thus part of this problem is to find the stronger induction statement to prove.
I call this method of induction proof "stronger induction" (this terminology is not standard), because you have to guess at a stronger statement to show than the obvious guess. I am planning a series of posts on induction, and hope to cover this at some point in the future.
Log in to reply
Well so the "stronger induction" here refers to the "stronger inequality" which is being used to prove the statement true.
Log in to reply
Another example of a question approached by "stronger induction" is as follows:
For this example, the induction hypothesis of
is not sufficient enough for us to work on the induction step.