Okay, here is an example of what I was trying to generalize in my proof.
Let’s say N=37
3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73
becomes
x, 5, 7, x, 11, 13, x, 17, 19, x, 23, 25, x, 29, 31, x, 35, 37, x, 41, 43, x, 47, 49, x, 53, 55, x, 59, 61, x, 65, 67, x, 71, 73
when we remove multiples of 3, and
x, y, 7, x, y, 13, x, y, 19, x, y, 25, x, y, 31, x, y, 37, x, y, 43, x, y, 49, x, y, 55, x, y, 61, x, y, 67, x, y, 73
when we remove pairings with x that sum to 74 (2*37).
Then 1/3 of the numbers remain. 1/3 is the minimum that can remain.
Do the same with multiples of 5.
3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73
becomes (I’ll use ‘a’ and ‘b’ in place of x and y)
3, a, 7, b, 11, 13, a, 17, b, 21, 23, a, 27, b, 31, 33, a, 37, b, 41, 43, a, 47, b, 51, 53, a, 57, b, 61, 63, a, 67, b, 71, 73
Then 3/5 of the numbers remain. 3/5 is the minimum that can remain.
Do the same with multiples of 7.
3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73
becomes (I’ll use ‘c’ and ‘d’ in place of x and y)
3, 5, c, 9, d, 13, 15, 17, 19, c, 23, d, 27, 29, 31, 33, c, 37, d, 41, 43, 45, 47, c, 51, d, 55, 57, 59, 61, c, 65, d, 69, 71, 73
Then 5/7 of the numbers remain. 5/7 is the minimum that can remain
Put them all together…
x, ay, c, bx, dy, 13, ax, y, b, cx, y, ad, x, by, 31, x, acy, 37, bdx, y, 43, ax, y, bc, x, dy, a, x, by, 61, cx, ay, d, bx, y, 73
Then at least 1/3*3/5*5/7 = 1/7 of the numbers will remain.
18 possible pairs. 1/7*18 >1. There is at least one prime pairing that sums to 74.
In fact, there are three… 13+61, 31+43, 37+37
This is a specific example illustrating the general proof that I have shown on facebook.
Can you show me a counter-example demonstrating how this fails?