Suppose i need to prove that $\frac{1}{2^2}+\frac{1}{3^2}...+\frac{1}{n^2}<1-\frac{1}{n}$
So in the step of $n+1$, the right side becomes $<1-\frac{1}{n+1}$ or is it: $<1-\frac{1}{n}-\frac{1}{n+1}$? i guess it's the first one but why? i mean in the left side it's in addition to the first term $(\frac{1}{n^2})$ which is $\frac{1}{(n+1)^2}$.
*This question is mostly because i saw answers for this where they add $\frac{1}{(k+1)^2}$ to both sides, which is complex than just to write : $1-\frac{1}{n}=\frac{n-1}{n}$ and in the step of $n+1$ it just becomes: $\frac{n}{n+1}$ from there it's simple so i didn't understand why to add that term unless i'm missing something...
Thank you!
Thanks you.
For the induction step, you assume the following: $$\frac{1}{2^2}+\frac{1}{3^2}+...+\frac{1}{n^2} < 1-\frac 1 n$$ and we want to prove the following: $$\frac{1}{2^2}+\frac{1}{3^2}+...+\frac{1}{n^2}+\frac{1}{(n+1)^2} < 1-\frac 1 {n+1}$$ Notice how we simply substituted $n+1$ into the original expression. We didn't do anything else; simply substituted.
Now, what the people in the answer did is that they started with the first expression and then added both sides by $\frac{1}{(n+1)^2}$ in order to get closer to the second inequality by changing the left-hand side. They started with the first inequality and transformed it into the second in order to prove the second inequality.
Remember, to prove something, we being with our assumptions and then use logical and mathematical manipulations to get a statement equivalent to our conclusion. By adding $\frac{1}{(n+1)^2}$ to both sides of the assumption inequality, they got an inequality that looked more like the conclusion and thus got closer to proving it. They then used simplifications and Transitive Property of Inequality to transform the right side into what they needed, but their first step was to transform the left side of the assumption inequality into the left side of the conclusion inequality.