Friday, January 15, 2016

discrete mathematics - Sum of cubes proof

Prove that for any natural number n the following equality holds:



(1+2++n)2=13+23++n3




I think it has something to do with induction?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...