I am trying to prove this inequality for real $a$ and $b$ with $0\lt a \lt b \lt 1$ and integer $n \ge 0$:
$$(2n-1)a+b \lt n^2ab+1$$
I tried using induction but that approach failed. Also I tried making the smaller side greater and proving this and making the bigger side smaller and prove that, but neither of them worked. Any ideas?
we have $$(2n-1)a+b<n^2ab+1$$ with $$0<a<b<1$$ this is equivalent to $$0<n^2ab-(2n-1)a+1-b$$ and this is equivalent to $$0<n^2-\frac{2n-1}{b}+\frac{1-b}{ab}$$ and this is equivalent to $$0<n^2-\frac{2n}{b}+\frac{1}{b^2}+\frac{1}{b}+\frac{1-b}{ab}-\frac{1}{b^2}$$ further $$0<(n-\frac{1}{b})^2+\frac{(1-b)(b-a)}{ab^2}$$ which is obviously true.