Tuesday, March 12, 2019

sequences and series - Use induction to prove $sum_{i=0}^n i^3 = (sum_{i=0}^n i)^2$


Use induction to prove $\displaystyle\sum_{i=0}^n i^3 = \Bigl(\sum_{i=0}^n i\Bigr)^2$




How do I prove this using Induction?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...