After simplifying an equation I got this: $$ n*(\frac{y}{x})^{n-1}<1+\frac{y}{x}+(\frac{y}{x})^{2}+...+(\frac{y}{x})^{n-1}<n $$ While $$ n\geq2 $$ $$ x>y\geq0 $$ While n in N and x,y in Q.
It seems obvious that the right side is bigger than the middle, but how do I write a proof for that? Which method do I use both for proving the left inequation and the right one?
Since $x>y$, we know that $\frac{x}y < 1$ (divide both sides by $y$). After multiplying with $\left(\frac{x}y\right)^{n-1}$, it then becomes obvious that $\left(\frac{x}y\right)^n < \left(\frac{x}y\right)^{n-1}$ for an arbitrary natural $n$. An inductive argument using the previous results will even yield $\left(\frac{x}y\right)^n < 1$ (for all $n > 0$).
We can use this to prove the right inequality in your question: $$1 + \left(\frac{x}y\right) + \left(\frac{x}y\right)^2 + \dots + \left(\frac{x}y\right)^{n-1} < 1+1+\dots+1 = n.$$ A similar argument will prove the left inequality.
I don't see a nice way to prove both inequalities at once. I think you're better off proving them seperately.