Question and Summary
I recently made the following heuristic observations:
Let, $$ xy = p_1^{a_1} p_2^{a_2} \dots p_n^{a_n} $$ where $a_i\geq1$
Conjecture $1$: then there must exist $x-y=p_{n+1}$ where $x$ and $y$ co-prime to each other.
Conjecture $2$: for all solutions of different $(a_1,\dots,a_n)$ of $x-y= p_{n+1}$ then $x+y$ must also be a prime, $x+y = p_k$.
Can anyone provide any counter examples or reference anything relevant?
$1$st Conjecture
Let the product of $x$ and $y$ be:
$$ xy = p_1^{a_1} p_2^{a_2} \dots p_n^{a_n} $$
Where $p_i$ is the $i$'th the prime and $a_i$ is the power of the prime such that $a_i \geq1$. We choose $x$ and $y$ co-prime to each other I conjecture there must exist $x$ and $y$ such that:
$$ x-y = p_{n+1}$$
For example given the first prime is $2$:
Where then we get the next prime: $$ 2^2 - 1 = 3 \implies xy = 2^2$$ For the next prime: $$ 2 . 3 -1 = 5 \implies xy = 2.3$$ OR $$ 3^2 - 2^2 = 5 \implies xy = 3^2 2^2$$ OR $$ 2^5 - 3^3 = 5 \implies xy = 3^3 2^5 $$ And so on ... I believe any prime can be constructed by this.
$2$nd Conjecture
However, I also observed if $x-y=p_{n+1}$ then $x+y= p_k$ usually I would think this to only be true if $p_k < p_{n+1}^2$ but I think this might be true even beyond that (?).
For example:
$$ 2^5 + 3^3 = 59 > 25 $$
Implications
If both conjectures are true one can easily say Goldbach's conjecture and twin prime conjecture must be true!
I strongly suspect that you have tried only very small $n$. The minimal product $xy$ grows very rapidly. For example, for $n=10$ the minimum product $xy$ is $6469693230$, the product of the primes up to $29$. That would mean $x$ and $y$ are about $80434$. The first case where there are no $x,y$ with all exponents $1$ is $n=7$, where we would want $y(y+19)=510510$. It does not have a solution in the integers. There might be a solution with larger exponents, but I am skeptical. I was surprised to find $n=6$ works with $x=182, y=165, xy=30030$
Your second conjecture will be true when the exponents are small enough. You know that $x+y$ has no prime factors $p_{n+1}$ or smaller, so you are guaranteed that it is prime when $x+y \lt p_{n+1}^2$. However, as you get more primes, $x$ and $y$ will increase because their product is at least the primorial. Say we let $n=10$, so the primes are $2,3,5,7,11,13,17,19,23,29$. We have $xy$ is at least $6469693230$, so if we can use all first powers we have $x,y$ are about $80434$ and $x+y$ will be about $160868$, so there are lots of primes that could be factors.
I don't see how these two would solve Goldbach's conjecture or the twin primes problem, but if they would I would be even more surprised if they were true.