Stephen Tashi said:
I don't see the connection between those equations and the original problem. If those are 6 simultaneous equations then they have no solution.
Sorry, a bit of a formatting issue. I meant to say:
3a+2b+c\equiv1 mod 4
2a+b+5c\equiv1 mod 4
3c-b\equiv1 mod 4
3a+2b+c\equiv3 mod 4
2a+b+5c\equiv3 mod 4
3c-b\equiv3 mod 4
Since every prime is either congruent to 1 mod 4 or 3 mod 4 (except 2). This isn't very useful solving over the reals, but since we know the solutions need to be less than n (say 12), this might help with formulating a general class of solutions.
Stephen Tashi said:
How do you intend to define a "vector subspace of the prime numbers"?
Perhaps it wasn't phrased correctly but I was asking if you could use your technique of setting the RHS equal to zero and solve for solutions of p that are elements in the set of primes. Probably not going to get anywhere with this, unless there is some technique that I cannot think of for solving within a particular set. I would assume the process wouldn't be too different from ascertaining the number of solutions in another set (such as the rationals), but I may be mistaken.
Stephen Tashi said:
Solve for p? In your example, are p1 and p2 are given primes or are they unknowns to be solved for along with a,b,c ?
p_{i} (i abbreviated the subscript for simplification purposes) are unknown primes. However, I am not concerned with the solutions for a,b,c,p_{1},p_{2},p_{3} etc. but rather with the process of using Galois Theory/Number Theory to solve a general system in the form α_{i}x_{i}+β_{i}y_{i}+ζ_{i}z_{i}=p_{i} where, once again, each α,β,ζ are constants, each p is a distinct prime, and x,y,z are all variables?
Stephen Tashi said:
I have no idea what you mean by that.
I meant that each equation could be written as 3 digit primes where a,b,c are variables which could be permuted as digits rather than roots. For example, set λ equal to the coefficient of the variable y (set λ=β_{1}) in the first system. Then the equation
xλ^{2}+yλ+z=p_{1}
Where λ is a constant and x,y,z are variables
Could be written in base g=λ^{2}+1=1+max(α_{1},β_{1},ζ_{1}) as
xyz
With each letter now representing a digit rather than a number.
An example is, say we are trying to solve the equation
4x+2y+z=p_{1}
Then this can be expressed as xyz in base 5 where the digits xyz can be permuted, so long as they form a three digit prime in base 5. The same can work for any base g as long as
λ^{2}=max(α_{1},β_{1},ζ_{1}) implies that λ^{2}=α_{1}, λ=β_{1}, 1=ζ_{1}.
I don't mean to confuse the problem here and I know I am not being consistent with my examples but I am just trying to come up with some ideas that could help find a solution.