Can somebody please tell me what is wrong with the following "proof" of the strong Goldbach Conjecture?
For every even number $n$, there are $\frac{n}{4}$ pairs of odd numbers $[a, b]$ such that $a+b=n$ and $a\le b$. If either $a$ or $b$ is not prime, it must be divisible by some prime $p\le\sqrt{n}$. Since either $a$ or $b$ can be divisible by $p$, each prime $p$ can eliminate a fraction of $\frac{p-2}{p}$ pairs. Finally, $[1, n-1]$ is not a prime pair. We can construct a sieve such that the number $k$ of prime pairs $[a, b]$ is
$$k = \frac{n}{4} \cdot \frac{3-2}{3} \cdot \frac{5-2}{5} \cdot \frac{7-2}{7} \cdot \frac{11-2}{11} \dotsm \frac{p_{max}-2}{p_{max}} - 1$$
Since $p_{max}\le\sqrt{n}$
$$k \ge \left \lfloor{\frac{n}{4} \cdot \frac{1}{\sqrt{n}} - 1}\right \rfloor $$
($\left\lfloor{\cdot}\right\rfloor$ is the floor function)
In fact, this sieve eliminates too many pairs $[a, b]$, which doesn't matter here.
For all even $n\ge64$, we get $k\ge1$, so there always is at least one pair of primes $[a, b]$. For $n\ge4$ and $n<64$, such pairs are known already, so for all even $n\ge4$ there are primes $[a, b]$ such that $n=a+b$.
Again, what's wrong with this? Thanks.