What is the mysterious identity that holds for primes and certain composites?

  • Context: Graduate 
  • Thread starter Thread starter ramsey2879
  • Start date Start date
  • Tags Tags
    Primes Property
Click For Summary

Discussion Overview

The discussion centers on a mathematical identity involving prime numbers and certain composite numbers, particularly focusing on their behavior under modulo 8 conditions. Participants explore the implications of specific formulas and identities related to these numbers, examining both theoretical and computational aspects.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant proposes a formula involving prime numbers P mod 8, suggesting specific identities for cases where P is congruent to 1 or 7, and 3 or 5.
  • Another participant questions whether the right-hand side of the first identity simplifies to (P+1)/2, noting an asymmetry in the second identity.
  • Discussion includes a factorization of a polynomial related to modular arithmetic, with some participants expressing uncertainty about its applicability to the proposed identities.
  • Concerns are raised about a potential missing factor of 2 in the identities, particularly after simplification, leading to further exploration of the implications.
  • One participant shares findings on the behavior of a recursive sequence mod p, noting dependencies on the value of p mod 8 and presenting data on specific primes.
  • A later reply introduces an additional identity that appears to hold for all primes and certain composites, suggesting a broader applicability of the discussed concepts.

Areas of Agreement / Disagreement

Participants express differing views on the validity of the proposed identities, with some agreeing on the existence of errors while others remain uncertain about the implications of their findings. The discussion does not reach a consensus on the correctness of the formulas or the nature of the identities.

Contextual Notes

Participants highlight limitations in their reasoning, including potential errors in algebraic manipulation and the need for further verification of the identities across different cases. The discussion reflects ongoing exploration rather than definitive conclusions.

ramsey2879
Messages
841
Reaction score
3
I would like to show that if a prime number P mod 8 is a) 1 or 7 or b) 3 or 5 then

a) [tex]\frac{(P+1)}{2}(1-sqrt{2})(3+sqrt{8})^\frac{P-1}{2}+ \frac{(P+1)}{2}(1+sqrt{2})(3-sqrt{8})^\frac{P-1}{2} = (\frac{P-3}{2} + 2)[/tex] mod P

b) [tex]\frac{(P+1)}{2}(1-sqrt{2})(3+sqrt{8})^\frac{P-1}{2}+ \frac{(P+1)}{2}(1+sqrt{2})(3-sqrt{8})^\frac{P-1}{2} = (\frac{P-3}{2} - 2)[/tex] mod P

Any suggestions
 
Last edited:
Physics news on Phys.org
in (a), doesn't the RHS reduce to (P+1)/2, allowing that to be canceled as a factor throughout?
This doesn't apply to (b), so there's a curious asymmetry.
 
[itex]a^{p-1} - 1 \equiv0 mod(p)[/itex] the factorization is: [itex](a^{\stackrel{p-1}{2}} - 1)(a^{\stackrel{p-1}{2}} + 1)[/itex]
 
haruspex said:
in (a), doesn't the RHS reduce to (P+1)/2, allowing that to be canceled as a factor throughout?
This doesn't apply to (b), so there's a curious asymmetry.
That is correct. The formula on the left hand side is the direct formula for S_((P-1)/2) where S_(0) = (P+1)/2; S_(1) = - S_(0) and S_(n) = 6S_(n-1) - S_(n-2). In a) the factor (P+1)/2 does cancel out but I left it into show the relationship to b). There is a curious asymmetry for most all recursive series of the form S_n = 6S_(n-1) - S_(n-2) mod P depending upon whether P is a prime of the form 8n +/- 1 or 8n +/-3, but I agree that the one here is quite curious.
 
Last edited:
coolul007 said:
[itex]a^{p-1} - 1 \equiv0 mod(p)[/itex] the factorization is: [itex](a^{\stackrel{p-1}{2}} - 1)(a^{\stackrel{p-1}{2}} + 1)[/itex]
Although that is true for integer a, I don't see that it applies to (3 +/- sqrt8)^(P-1)/2
 
Isn't there a factor of 2 missing somewhere in (a)? After cancelling the (P+1)/2, the LHS always produces an even number. But it does appear to be always 2 when P congruent to 1 or 7 (8).
 
ramsey2879 said:
I would like to show that if a prime number P mod 8 is a) 1 or 7 or b) 3 or 5 then

a) [tex]\frac{(P+1)}{2}(1-sqrt{2})(3+sqrt{8})^\frac{P-1}{2}+ \frac{(P+1)}{2}(1+sqrt{2})(3-sqrt{8})^\frac{P-1}{2} = (\frac{P-3}{2} + 2)[/tex] mod P

b) [tex]\frac{(P+1)}{2}(1-sqrt{2})(3+sqrt{8})^\frac{P-1}{2}+ \frac{(P+1)}{2}(1+sqrt{2})(3-sqrt{8})^\frac{P-1}{2} = (\frac{P-3}{2} - 2)[/tex] mod P

Any suggestions



What you have in (a), after a little algebra, is
$$\frac{p+1}{2}\left(1-\sqrt 2\right)\left(3+\sqrt 8\right)^{(p-1)/2}+\frac{p+1}{2}\left(1+\sqrt 2\right)\left(3-\sqrt 8\right)^{(p-1)/2}=\frac{p+1}{2}\Longleftrightarrow (1-\sqrt 2 )(3+2\sqrt 2)^{(p-1)/2}+(1+\sqrt 2)(3-2\sqrt 2)^{(p-1)/2}=1$$

But, for example for [itex]\,p=7\,[/itex] , we get:
$$(3\pm2\sqrt 2)^3=27\pm 54\sqrt 2+72\pm 16\sqrt 2\Longrightarrow \begin{align*} (1-\sqrt 2)(3+2\sqrt 2)^3=&-41-29\sqrt 2\\(1+\sqrt 2)(3-2\sqrt 2)^3=&-41+29\sqrt 2\end{align*}$$

If we add the above we get [itex]\,-82\neq 1\,[/itex] , so either I'm making a mistake, or I didn't understand correctly...or the formula's wrong.

DonAntonio
 
DonAntonio said:
If we add the above we get [itex]\,-82\neq 1\,[/itex] , so either I'm making a mistake, or I didn't understand correctly...or the formula's wrong.
DonAntonio
As I pointed out in post #6, there seems to be a factor of 2 error.
If you halve the LHS you get -41, which is 1 mod 7 as required.
 
haruspex said:
As I pointed out in post #6, there seems to be a factor of 2 error.
If you halve the LHS you get -41, which is 1 mod 7 as required.

Your right. There is a factor of 2 error in both a) and b). As I said in a later post. This is a direct formula for S_(n) where S_(0) = (P+1)/2 and S_(1) = - S_(0). I am sorry for the error. If you substitute (P+1)/4 for (P+1)/2 you get correct results for S_(0), S_(1) and
S_(3).

Thankyou haruspex and DonAntonio for pointing out my error so it could be corrected.
 
  • #10
Fwiw, I investigated the behaviour of sk+1 = 2 sk + sk-1 mod p, s0=s1=1, looking for where it hits 1. I see the same dependency on p mod 8:
- for 1 or 7 mod 8, it repeats every p-1 terms
- for 3 or 5 mod 8, it repeats every 2p+2 terms
There are relatively few where it repeats more often as well. It repeats X times as often as follows:
p X
29 3
41 4
59 3
79 3
103 3
137 2
179 5
197 11
199 11
:
Strange sequence. Also looked at modulo odd composites up to 91. No obvious patterns. The only one that behaved like a prime (i.e. as above) was 35.
 
  • #11
haruspex said:
Fwiw, I investigated the behaviour of sk+1 = 2 sk + sk-1 mod p, s0=s1=1, looking for where it hits 1. I see the same dependency on p mod 8:
- for 1 or 7 mod 8, it repeats every p-1 terms
- for 3 or 5 mod 8, it repeats every 2p+2 terms
There are relatively few where it repeats more often as well. It repeats X times as often as follows:
p X
29 3
41 4
59 3
79 3
103 3
137 2
179 5
197 11
199 11
:
Strange sequence. Also looked at modulo odd composites up to 91. No obvious patterns. The only one that behaved like a prime (i.e. as above) was 35.
This sequence can be broken up into two intermeshed sequences of the form Sk+1 = 6*Sk - Sk-1. Is it correct that you were aware of this? PS see OEIS sequences A182431, A182439 through A182441 which I posted. The relation to the the sequences here where S0 = N and S1=-N (same for your sequence type and my sequence type) is explained in the comments and in the sequences referenced there.
 
Last edited:
  • #12
ramsey2879 said:
I would like to show that if a prime number P mod 8 is a) 1 or 7 or b) 3 or 5 then

a) [tex]\frac{(P+1)}{2}(1-sqrt{2})(3+sqrt{8})^\frac{P-1}{2}+ \frac{(P+1)}{2}(1+sqrt{2})(3-sqrt{8})^\frac{P-1}{2} = (\frac{P-3}{2} + 2)[/tex] mod P

b) [tex]\frac{(P+1)}{2}(1-sqrt{2})(3+sqrt{8})^\frac{P-1}{2}+ \frac{(P+1)}{2}(1+sqrt{2})(3-sqrt{8})^\frac{P-1}{2} = (\frac{P-3}{2} - 2)[/tex] mod P

Any suggestions
I also have found that the following identity holds and it does not depend on the value of P mod 8:

[tex]\frac{(P+1)}{2}(1-sqrt{2})(3+sqrt{8})^\frac{P+1}{2}+ \frac{(P+1)}{2}(1+sqrt{2})(3-sqrt{8})^\frac{P+1}{2} = -1[/tex] mod P

It appears to hold for all primes and certain composites such as 169.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
16
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K