#Proof by Induction
53 messages · Page 1 of 1 (latest)
- Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close - Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules. If there is a conflict amongst multiple helpers feel free to ping “Helper Mod”
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
hello, I think that you should avoid at all cost to expand the binomials as a sum
the easiest way, in my opinion, would be to rather compute the quotient (2n+2 n+1) / (-1/2 n+1), expand using the formula for binomial coefficients involving factorials to make appear the factor (2n n) / (-1/2 n) (equal to 1 by induction hypothesis), and then to just show that the remaining factor is equal to one
another way would be to compute separately (2n+2 n+1) / (2n n) = un (a fraction of n), and (-1/2 n+1) / (-1/2 n) = un
this way, as they are the same at n=0, you can conclude with an easy induction
Sorry. Might be a language problem because im not used to speak about maths in english but can you try to explain it again pls @wide ether 😓
But thank you that you showed me a mistake in the beginning of my induction
@craggy chasm has given 1 rep to @wide ether
(so my notation is (n k) for nCk, I find it more readable)
ok, what is (2n+2 n+1) / (2n n) ?
Something like this
write it without factorials
(you can simplify your expression further)
for instance, you can rewrite (2n+2)! as (2n+2) (2n+1) (2n)!
2 * (2n+1) / (n+2)
wait, be careful, it is (2n+2 n**+1**) and not (2n+2 n+2)
oh oops
2 * (2n+1)/(n+1)
yes
now, do the same thing with (-4)^(n+1) (-1/2 (n+1)) / ( (-4)^n (-1/2 n))
you should obtain the same fraction in the end
Okay let me calculate rq
Ok i suck at calculating it @wide ether
How do i use the binomial coefficient properly with negative x
so, the definition of (x k) for any x and positive integer k is x(x-1)…(x-k+1) / k!
thus you have that (x (k+1)) = (x-k) / (k+1) × (x k)
so exactly this again
yes
I think that it should not be too hard to perform the induction after seeing this
Actually i don't understand what information i got out of this
you have that the sequences (2n n) and (-4)^n (-1/2 n) both satisfy the recurrence relation u(n+1) = 2 (2n+1)/(n+1) u(n) with u(0) = 1
so they must be equal
because the solution to such a recurrence relation is unique
you can prove it by induction
So you wanted me to bring the problem down to a simpler induction problem?
yes
but it also helps in your original setting
if you assume that (2n n) = (-4)^n (-1/2 n), then by your result you have that
(2n+2 n+1) = 2 (2n+1)/(n+1) (2n n)
= 2 (2n+1)/(n+1) (-4)^n (-1/2 n) by induction hypothesis
= (-4)^(n+1) (-1/2 (n+1))
and here goes your induction step
it is still interesting to know this pattern : two sequences which satisfy the same induction scheme and initial conditions must be equal
Okay i will think about what you said. Is it okay if i text later again?
yes, in this channel
Okay I think that I understood your method. Without you i wouldn't have solved this problem so thanks a lot!
@craggy chasm has given 1 rep to @wide ether
Last question: I could have solved this problem without induction right?