We are given a ratio:
$$\frac{g(x)}{f(x)}$$
where:
$$g(x) \in \mathbb{R}^{+}$$ $$f(x) \in \mathbb{N}\: \cap f(x)\ge 2$$
So $g(x)$ returns values in $[0,+\infty]$ while $f(x)$ returns values in $\{2,3,4,\ldots\}$.
I am looking for a confirmation about a very simple question: if I maximize $\dfrac{g(x)}{f(x)}$, do I also maximize $\dfrac{g(x)}{f(x)-1}$ in this very particular case?
Of course you do not.
An example is $g(x) = x^2 - 100x + 10000$, and $f(x) = \text{max} \{ \lceil \sqrt{x} \rceil, 2 \}. $ [Sorry for not finding a nice example]
In one case you have minimum is somewhere around 76-77, in the other one 79-80. You can play with it here.
EDIT: I see you wanted to maximize, I did minimize. But the reason why it doesn't hold is the same.