Wednesday, February 7, 2018

discrete mathematics - Prove fracsqrt22+fracsqrt34+fracsqrt46+cdots+fracsqrtn+12n>fracsqrtn2 by induction



Prove by induction that for all n>0,


22+34+46++n+12n>n2



I have done the basis step, where n=1 and showed that L.H.S is > R.H.S


For inductive step, I assume n=k & L.H.S > R.H.S is true.


However, I am stuck at showing how for k+1, it is also true for L.H.S > R.H.S


Any help will be much appreciated. Thanks!



Answer



(Someone please check for error ... I'm not confident if I got this correct)


Since for the base case n=1: 22>12, you just have to prove that n+12nn2n12 for n>1 since, if a>b then a+c>b+d for cd.


n+12nnn12n+1nnn1n+1nn1nn+1(n+n1)nn2+n+n21n


(note that n2+n>n since n2=n for n1)


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...