In the context of a paper I study, I want to prove an inequality. Consider $K,N$ positive integers and $a,b$ positive real numbers basically with $a=0.275$ and $b=1.1$. I try to prove the following
\begin{equation} -\frac{(\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor)^2}{1-\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor/N}\frac{b\cdot\mathrm{max}\{1,N/K\}}{N}\geq-\mathrm{min}\{N,K\}\frac{ba^2}{1-a\cdot\mathrm{min}\{1,K/N\}} \end{equation}
Equivalently we have that \begin{eqnarray} -\frac{(\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor)^2}{1-\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor/N}b\cdot\mathrm{max}\{1/N,1/K\}&\geq&-\mathrm{min}\{N,K\}\frac{ba^2}{1-a\cdot\mathrm{min}\{1,K/N\}}\\ -\frac{(\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor)^2}{1-\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor/N}b\cdot\mathrm{min}\{N,K\}&\geq&-\mathrm{min}\{N,K\}\frac{ba^2}{1-a\cdot\mathrm{min}\{1,K/N\}}\\ \Leftrightarrow\frac{(\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor)^2}{1-\lfloor a\cdot\mathrm{min}\{N,K\}}/N&\leq&\frac{a^2}{1-a\cdot\mathrm{min}\{1,K/N\}} \end{eqnarray}
by exploiting \begin{equation} \lfloor x\rfloor\geq x-1 \end{equation}
I am trying to compare the denominators so by the above identity \begin{eqnarray} \lfloor a\cdot\mathrm{min}\{N,K\}\rfloor/N&\geq&a\cdot\mathrm{min}\{N,K\}/N-1/N\\ \Leftrightarrow-\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor/N&\leq&-a\cdot\mathrm{min}\{N,K\}/N+1/N\\ \Leftrightarrow1-\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor/N&\leq&1-a\cdot\mathrm{min}\{N,K\}/N+1/N\\ \Leftrightarrow1-\lfloor a\cdot\mathrm{min}\{N,K\}\rfloor/N&\leq&1-a\cdot\mathrm{min}\{1,K/N\}+1/N \end{eqnarray} but I cannot reach a conclusive result here. Also I am not sure about the second step of the previous series of inequalities.