I just found this kind of “conjecture” recently. Define the set of positive prime numbers $P$. Suppose $$ n \in P, n\geq 3. $$ Define $S := \{1,p_1,\dots,p_{x-1}\}$ that are primes and $1$ which are smaller than $n$. (in which $p_{x-1}$ is the prime directly before n)
- Can you find at most 2 distinct $a, b \in S$ (it's like $n$ can be $c$ + $a$ whereas $a$ = 2 and $b$ could be $0$) that $a + b + c = n$ and $c = p_{x-1}$? Does this apply for all primes?
- Based on my observations, I can generalize the problem into this smaller problem. Let $g$ be the difference between $n$ and $p_{x-1}$, that is $$g := n - p_{x-1}.$$ Note that $g$ is always divisible by two (except the special case $n = 3$). So a smaller question is the following. Define $S_g := \{1,p_1,\dots,p_{y-1}\}$. Find $m, q \in S_g$ such that $m + q = g$ (or whether the number $1$ and every primes smaller than any positive even number $g$ form that positive even number $g$).The special case $g = 2$ has only $m = 2$ and $q = 0$.
- What if $n \in N$? Does this kind of “conjecture” also holds?
- Is there any conjectures or problems or questions or proofs... that has already been asked before and that are similar to mine? (I remember the Goldbach-Euler problem is a little bit similar to this).
Note: Based on computations on Goldbach conjecture, there are several even numbers that cannot be added by primes. Does $g$ ever fall on those counterexamples?
To give you some examples:
3 = 2 + 1
5 = 3 + 2
7 = 5 + 2
11 = 7 + 3 + 1
13 = 11 + 2
17 = 13 + 3 + 1
19 = 17 + 2
23 = 19 + 3 + 1
29 = 23 + 5 + 1
31 = 29 + 2
and so on. I have tested this for all primes up to 2029 by hands and the conjecture still holds.
Please answer this kind of silly question in a carefully way because I don't have much background of math.