Playdo said:
No because we are just solving the satandard linear diophantine equation in t and n and the parameter s is multiplied by the gcd of the coefficients which in this case is 1.
You were looking for solutions n and t of:
Pt - n = \frac {3-RP}{32}
Then gave a solution in terms of P and R under the condition 32|(3-RP), these were fine. You then claim for any integer s, t+s and n-s will give a solution as well, but if you sub these in, the left hand side is:
P(t+s)-(n-s)=Pt+Ps-n+s=\frac{3-RP}{32}+Ps+s
That's not a solution to the equation you are after (unless s=0 of course).
You'll want to check that theorem on linear diophantine equations again. I think you are after something like:
if gcd(a,b)|c then ax+by=c has infinitely many solutions. fix any specific solution x_0, y_0 say, then all solutions are given by:
x=x_0+\frac{b}{\gcd (a,b)}t,\ y=y_0-\frac{a}{\gcd (a,b)}t
as t ranges over the integers. See the difference?
Playdo said:
Those last two statements were intended to evoke just the response you gave. What sets are they?
What response are you talking about?
Playdo said:
And if for any odd p one and only one of the residues works for a solution how are the residues ordered by consecutive odd p? Are we talking about all possible permutations that must pass or are we talking about one particular ordering of the residues that is repeated over and over for consecutive odd p.
Is this about the original equation or after you introduced the 'r'? I'm guessing you're asking about the necessary r's given p's and of course this is cyclic. r depends only on p mod 32 (remember how I said to find this r). You can work out the order easily enough, by hand or mathematica will do it in a second.
Playdo said:
I have to praise you though on noticing that it suffices to use p odd and not prime. It is an important point that sometimes by restricting or enlarging perspective we find proofs that may not exist on other sets.
save your praise, it's just elementary facts about linear congurences.
Playdo said:
... but I am guessing I am going to end up with a question about the distribution of primes similar to Wilson's Theorem, between p and 2p there is at least one other prime.
That's not Wilson's theorem, it's Bertrand's Postulate.