I recently came across an interesting conjecture that stated that the amount of positive integers $x$ on the interval $[1,n]$ such that $x$ does not have a $2$-middle divisor divided by $n$ approaches $\frac{3}{4}$ as $n$ approaches infinity. First, for clarification, $d|x$ is a $\lambda$-middle divisor if and only if $$\sqrt{\frac{x}{\lambda}} < d \le \sqrt{\lambda x}$$ More information here. The conjecture can be expressed in mathematical notation by first defining a set $A_n$ where $n\in\mathbb{Z^+}$. $$A_n := \left\{x\in\mathbb{Z^+}, x \leq n : (\nexists d|x)\left[\sqrt{\frac{x}{2}} < d \leq \sqrt{2x}\right]\right\}$$ The conjecture may now be stated as $$\lim_{n\to\infty} \frac{|A_n|}{n} = \frac{3}{4}$$ At this, I noticed that the set contains all odd primes up to $n$, so I defined a new set, $$B_n := \{x\in A_n : x \notin \mathbb{P}\}$$ and added its cardinality to the prime counting function $\pi(n)$ minus $1$ for the exclusion of the single even prime. $$\lim_{n\to\infty} \frac{|B_n| + \pi(n) - 1}{n} = \frac{3}{4}$$ I then separated everything except $|B_n|$ from the numerator and attempted to solve it independently. $$\lim_{n\to\infty} \frac{\pi(n) - 1}{n} = \lim_{n\to\infty} \frac{{\rm {li}}(n) - 1 + O\left(ne^{-\sqrt{\ln n}/15}\right)}{n} = \lim_{n\to\infty} \left(\frac{{\rm {li}}(n) - 1}{n} + O\left(e^{-\sqrt{\ln n}/15}\right)\right)$$ Since $e^{-\sqrt{\ln n}/15}$ converges to $0$, we may remove the big O notation portion of the limit. $$\lim_{n\to\infty} \frac{{\rm {li}}(n) - 1}{n} \overset{LH}{=} \lim_{n\to\infty} \frac{1}{\ln(n)} = 0 \implies \lim_{n\to\infty} \frac{|B_n|}{n} = \frac{3}{4}$$ I wasn't expecting this result. If the conjecture is true, then the non-prime elements of $A_n$ are infinite as $n$ approaches infinity. This is where I am not sure how to continue. Is this conjecture true? Is there a way to prove or disprove that the amount of elements in $B_n$ is infinite as $n$ approaches infinity without proving the conjecture?
Edit: I have now found that the product of any two primes $p_1$ and $p_2$ such that $p_2 > 2p_1$ is also in this set. If these two primes do not satisfy the inequality, then the product is guaranteed not to be in the set. This means we can define a new set, $$C_n := \{x \in B_n : (\nexists p_1, p_2 \in \mathbb{P})[x = p_1 p_2]\}$$ This allows us to simplify the limit to $$\lim_{n\to\infty} \left[\frac{|C_n|}{n} - \sum_{p \text{ prime}}^{\sqrt{n/2}} \frac{\pi\left(\frac{n}{p}\right) - \pi\left(2p\right)}{n} \right] = \frac{3}{4}$$ Let $p_k$ represent the $k$-th prime. $$\lim_{n\to\infty} \left[\frac{|C_n|}{n} - \sum_{k=1}^{\pi\left(\sqrt{n/2}\right)} \frac{\pi\left(\frac{n}{p_k}\right) - \pi\left(2p_k\right)}{n} \right] = \frac{3}{4}$$ I am unsure how to simplify this further or if it is of use to do so.
For every $x\in\mathbb{N}$ and every $y\in\{x,x+1,\ldots,2x\}$, draw a directed edge from $x$ to $xy$. Clearly $x$ has edges to $x+1$ distinct numbers, all between $x^2$ and $2x^2$. Having a $2$-middle-divisor is equivalent to having at least one incoming edge. (It's possible for a number to have more than one; for instance, $72$ has edges from $6$ and $8$.) If we restrict attention to numbers $\le n$, then the total in-degree of numbers in this range is equal to the total out-degree. For every $m\le \sqrt{n/2}$ the out-degree is $m+1$, and for $\sqrt{n/2} < m \le \sqrt{n}$, the outdegree is $n/m-m$; the total is $$ \sum_{m=1}^{\sqrt{n/2}}(m+1) + \sum_{m=\sqrt{n/2}}^{\sqrt{n}}(n/m - m) \sim \frac{1}{2}m^2\big\vert_{1}^{\sqrt{n/2}} + n\log m\big\vert_\sqrt{n/2}^{\sqrt{n}}-\frac{1}{2}m^2\big\vert_{\sqrt{n/2}}^{\sqrt{n}}\sim \frac{1}{4}n+n\log\sqrt{2}-\frac{1}{2}n+\frac{1}{4}n=n\log\sqrt{2}\approx 0.3466n. $$ This is also the total in-degree... so we know that the asymptotic fraction of numbers with $2$-middle divisors is at most $\log\sqrt{2}$. To improve this estimate, we need to calculate the asymptotic fraction of numbers with multiple incoming edges.