Asymptotics #
We show that E
and wₗᵢ
, the solution to the original biased bisect problem,
are asymptotically equivalent to Eℝ
and wℝ
, the solution to the continuous biased bisect problem.
Main statements #
E_Asymptotic
states the asymptotic behavior ofE
.w_Asymtotic
states the asymptotic behavior ofwₗᵢ
.
We start with a few lemma concerning the asymptotic behavior of δₖ
and φ
.
Although intuitively obvious, we need to show that δₖ
grows unbounded.
We also show that δₖ
grows sub-exponentially w.r.t k
.
With all lemmas above, we show dE
grows like log
.
Restating dE_Asymptotic
in terms of asymptotic equivalence.
Integrating boths sides of dE_Asymptotic
, we show E
is equivalent to Eℝ
.
To study the asymptotic behavior of w
, we extend the result w_Asymtotic_int
to real $s$ and $t$.
As the starter, g
agrees with ξ₀
, allowing us to translate the coefficient
from the integer case to the real case.
A corollary of w_Asymtotic_int
: the limit holds for rational $s / t$.
To generalize the limit to all real s and t, we will utilize the following facts:
g
is antitone and continuous.w
is monotone w.r.t $s$ and $t$.
To help with the proof, we define the inverse function of g
w.r.t $t$, fixing $s = 1$.
ginv
is antitone.
We generalize w
's asymtotic behavior to all positive $s$ and $t$
Lastly, we restate w_Asymtotic
in terms of asymptotic equivalence.