$$K=\frac{B}{A-B} $$ $$A>B>0$$
Is it possible to prove mathematically that as I increase A and B (by different numbers), while keeping A>B, K will also increase? My thought is as we increase both A and B, A-B will get closer to 0, which will increase K.
$K$ needs not increase because you can take $A = 2B \implies K = \dfrac{1}{2}$ a constant. And to see $K$ could even be decreasing, you can take $A = B^2\implies K = \dfrac{B}{B^2-B} = \dfrac{1}{B-1}, B > 1$ clearly decreases as $B$ increases. And to show the possibility for $K$ to increase, simply take $A = B+1\implies K = B$ will increase with $B$.