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[itex]\equiv[/itex]1 mod 4
2a+b+5c[itex]\equiv[/itex]1 mod 4
3c-b[itex]\equiv[/itex]1 mod 4
3a+2b+c[itex]\equiv[/itex]3 mod 4
2a+b+5c[itex]\equiv[/itex]3 mod 4
3c-b[itex]\equiv[/itex]3 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[itex]_{i}[/itex] (i abbreviated the subscript for simplification purposes) are unknown primes. However, I am not concerned with the solutions for a,b,c,p[itex]_{1}[/itex],p[itex]_{2}[/itex],p[itex]_{3}[/itex] etc. but rather with the process of using Galois Theory/Number Theory to solve a general system in the form α[itex]_{i}[/itex]x[itex]_{i}[/itex]+β[itex]_{i}[/itex]y[itex]_{i}[/itex]+ζ[itex]_{i}[/itex]z[itex]_{i}[/itex]=p[itex]_{i}[/itex] 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 λ=β[itex]_{1}[/itex]) in the first system. Then the equation
xλ[itex]^{2}[/itex]+yλ+z=p[itex]_{1}[/itex]
Where λ is a constant and x,y,z are variables
Could be written in base g=λ[itex]^{2}[/itex]+1=1+max(α[itex]_{1}[/itex],β[itex]_{1}[/itex],ζ[itex]_{1}[/itex]) 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[itex]_{1}[/itex]
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
λ[itex]^{2}[/itex]=max(α[itex]_{1}[/itex],β[itex]_{1}[/itex],ζ[itex]_{1}[/itex]) implies that λ[itex]^{2}[/itex]=α[itex]_{1}[/itex], λ=β[itex]_{1}[/itex], 1=ζ[itex]_{1}[/itex].
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.