Prove $\frac{2k+2}{2k+3}>\frac{2k}{2k+1}, k\in\mathbb N$
The book I am using asserts a non-trivial way of proving this inequality, but I cannot see why this cannot be proven by rearranging the statement equally as rigorously.
Let $$\frac{2k+2}{2k+3}=\frac{2k}{2k+1}, k\in\mathbb N$$ $$(2k+2)(2k+1)=2k(2k+3)$$ $$2k^2+3k+1=2k^2+3k$$ $$1=0$$ Contradiction, therefore no solution to where the two sides are equal
Let k=1 $$\frac{2+2}{2+3}= 0.8$$ $$\frac{2}{3}=0.66666$$ Since there are no points of intersection, and for k=1 LHS>RHS, and both sides are continuous on k>0, inequality must hold.
The other commentors are basically arguing that you can't use continuity when your domain of definition is discrete.
– user113102 Mar 09 '20 at 20:40