Let's look some definitions before we start.
Let $n \in \mathbb{Z}^+$ and $G_n := \{\text{primes } p : p \nmid n \, \wedge \, p<n\}$. Let $U(n)$ be group of units of the cyclic group $\mathbb{Z}/n\mathbb{Z}$ where $(n) := \{nm : m \in \mathbb{Z}\}$. More specifically, $U(n) := \{m \in \mathbb{Z}^+ : 1 \leq m \leq n \, \wedge \, \gcd(m,n) = 1\}$ and the binary opertion is multiplication modulo $n$.
I noticed that $U(n)$ contains some nice properties. Notice that if $m \in U(n)$ (hence, $\gcd(m,n)=1$ and $1 \leq m \leq n$), then $\gcd(m,n-m) = 1$. This property is true because one can use the Extended Euclidean Algorithm. This implies, that one can always find a pair of numbers $(p,q) \in U(n) \times U(n)$ such that $p+q = n$. In particular, $|U(n)|$ is always even for all $n \geq 3$. This is not a surprise since by definition the Euler's totient function $\varphi(n) = |U(n)|$, for which it has a lot of properties found here.
I was wondering that if $G_{2n}$ is nonempty for all $n \geq 2$, then Goldbach's Conjecture is true? In particular, $|G_{2n}| \geq 2$. I was thinking about this because for all positive integers $n$, we have $G_{n} \subsetneq U(n)$.
To prove that $G_n \subsetneq U(n)$, we notice that if $n = 1$ or $2$, $G_n = \varnothing \subsetneq U(n)$ since there no primes that are less than $n$. All is left to show is that $$\forall n \forall p \,\, (n \geq 3 \,\, \& \,\, p\in G_n \Longrightarrow \gcd(n,p) = 1 \,\, \& \,\, 1\leq p \leq n)$$ By definition of $G_n$, if $p \in G_n$, then $p$ is prime. Hence, $1< 2 \leq p < n$. So, $1\leq p \leq n$. Also, since $p$ is prime and $p \in G_n$, we have the $$p \nmid n \iff \gcd(p,n) =1$$
Summary: I was wondering that if $|G_{2n}| \geq 2$ for all $n \geq 4$, then Goldbach's Conjecture is true just by using the fact that $G_n \subsetneq U(n)$ by searching primes $(p,q) \in G_{2n} \times G_{2n}$ such that $p+q = 2n$?
Edit: My hypothesis is that my conjecture is nothing compared to the actual Goldbach's Conjecure. That is, we need more than just verifying if one set is a subset of another set.