Can the Sequence \( a_n \) Satisfy the Inequality \( a_n \leq 20n \)?

Click For Summary

Homework Help Overview

The problem involves a recursive sequence defined by \( a_0 = 0 \) and for \( n > 0 \), \( a_n = a_{\lfloor \frac{n}{5} \rfloor} + a_{\lfloor \frac{3n}{5} \rfloor} + n \). The goal is to prove that \( a_n \leq 20n \). The discussion centers around the nature of the proof, particularly the use of strong induction versus regular induction.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the choice between strong induction and regular induction, with some leaning towards strong induction due to the multiple conditions in the recursive definition. There is also a focus on establishing base cases and formulating the inductive hypothesis. Questions arise regarding the validity of the inequality and the implications of the floor function in the recursive terms.

Discussion Status

Some participants have provided guidance on how to approach the proof, suggesting ways to handle the floor function and emphasizing the importance of the inductive hypothesis. Multiple interpretations of the problem are being explored, particularly regarding the necessity of the factor of 20 in the inequality.

Contextual Notes

Participants note potential confusion regarding the floor function and its impact on the recursive terms. There is also mention of the specific values for which the floor function changes, which may influence the proof strategy.

t.kirschner99
Messages
18
Reaction score
0

Homework Statement


a0 = 0, and for n > 0, $$a_n = a_{\frac {n} {5}} + a_{\frac {3n} {5}} + n $$

For the above equation, besides an, the subscripts are floored

Prove that an ≤ 20n

Homework Equations



See above.

The Attempt at a Solution



I know how to do the question, my problem is starting it. It's strong induction vs. induction. I am leaning towards strong induction due to the first equation having multiple conditions. I would assume that my base case then would be n=0 and n=1
 
Physics news on Phys.org
Cannot edit my solution attempt, ignore what I put there.

The Attempt at a Solution



Questioning myself on strong induction, but I committed to it.

Base case of 0 and 1 are good.

Inductive Hypothesis: $$ a_k \leq 20k $$

Proof:

Want to prove $$a_{k+1} \leq 20(k+1) $$

$$a_{k+1} = a_{\frac {k+1} {5}} + a_{\frac {3k+3} {5}}+ k + 1 $$

I am getting stuck at this point, don't really know where to go from here. The floors of the subscripts are what is confusing me
 
Last edited:
t.kirschner99 said:

Homework Statement


a0 = 0, and for n > 0, $$a_n = a_{\frac {n} {5}} + a_{\frac {3n} {5}} + n $$

For the above equation, besides an, the subscripts are floored

Prove that an ≤ 20n
Are you sure that this is true?
 
I recommend you look at it this way:
##a_k = a_{\left\lfloor \frac{k}{5} \right\rfloor} +a_{\left\lfloor \frac{3k}{5} \right\rfloor} + k##
assume
##a_k \leq 20k ##
Then show that
##a_{k+1} \leq a_k + 20 \leq 20(k+1).##
 
t.kirschner99 said:

Homework Statement


a0 = 0, and for n > 0, $$a_n = a_{\frac {n} {5}} + a_{\frac {3n} {5}} + n $$

For the above equation, besides an, the subscripts are floored

Prove that an ≤ 20n

Homework Equations



See above.

The Attempt at a Solution



I know how to do the question, my problem is starting it. It's strong induction vs. induction. I am leaning towards strong induction due to the first equation having multiple conditions. I would assume that my base case then would be n=0 and n=1

Hint: besides the suggestion in #4, you should remember that ##\lfloor x/5 \rfloor## increases by 1 when ##x## passes through integers of the form ## 5n## and ##\lfloor 3x/5 \rfloor## increses by 1 when ##x## passes through integers of the form ##5n/3##.
 
RUber said:
assume
##a_k \leq 20k ##
you mean, assume an≤20n ∀ n≤k, right?
(Seems to me the factor 20 specified is unnecessarily large. It could have been set at 5.)
 
haruspex said:
you mean, assume an≤20n ∀ n≤k, right?
That's exactly what I meant. It has to be true for all the terms up to and including the current one, then you can inductively prove it for the next one ##a_{k+1}##.

If the floor function is confusing, sometimes you can just get rid of it.
Remember that the floor function is always less than what is applied to.
##\lfloor 12/5 \rfloor \leq 12/5 ##
So if ## a_n \leq 20n \forall n\leq k ##, then you can say that ## a_{k/5} \leq 20(k/5) ## dropping the floor part out.

In doing this, although not the most refined technique, you can eliminate what was confusing you. Then you have an algebraic proof. You will end up needing to satisfy some condition for a minimum number that k has to be greater than. Smaller terms you can demonstrate explicitly.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K