⎝ ⎛ ord ( n ) < p − 1 ∏ n ⎠ ⎞ ( m o d 1 6 0 1 )
Consider the prime number 1 6 0 1 . Let ord ( x ) denote the least j > 0 such that x j ≡ 1 ( m o d 1 6 0 1 ) . Evaluate the product above over the set of nonzero residues modulo 1 6 0 1 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Pairing up terms is the nice way to showing the result. It works for wilson's theorem with a clear pairing.
Watch out that in the above solution, the other product that doesn't "cancel out" is when n = n − 1 = 1 , because we have a repeated term. However, it contributes a term of 1, which doesn't affect the product.
If we disregard the condition o r d ( n ) < p − 1 then we have by Wilson's theorem
n = 1 ∏ p − 1 n ≡ − 1 ( m o d p )
and that by introducing the condition in the problem we remove all primitive roots from the product. Thus, if the value of the desired product is a and g 1 , g 2 . . . g ϕ ( p − 1 ) are the primitive roots then
a ⎝ ⎛ n = 1 ∏ ϕ ( p − 1 ) g n ⎠ ⎞ = − 1
Now, we just need ∏ n = 1 ϕ ( p − 1 ) g n . It's pretty well known that this product is just one mod p , but I left a proof as a comment. Using that it's one, we get a × 1 = − 1 so a = − 1 . So the answer is 1600!
First, re-write the product of the primitive roots.
n = 1 ∏ ϕ ( p − 1 ) g n = g c d ( i , p − 1 ) = 1 ∏ g 1 i = g 1 ∑ g c d ( i , p − 1 ) = 1 i
Fortunately, we have the property that if g c d ( i , p − 1 ) = 1 then g c d ( p − 1 − i , p − 1 ) = 1 . Hence, we get ϕ ( p − 1 ) pairs summing to p − 1 so the product is just
g 1 2 ( ϕ ( p − 1 ) ) ( p − 1 ) = 1
since ϕ ( p − 1 ) is even and therefore we are raising to a power 0 mod p-1, giving 1.
Log in to reply
Can you clarify the Latex in your first equation? Thanks!
Log in to reply
I made it bigger, hopefully it's readable now.
Log in to reply
@Dylan Pentland – Ah, I see that it is exactly what you mean. Looks good! I thought it was a Latex error.
Problem Loading...
Note Loading...
Set Loading...
Note that o r d ( n ) = o r d ( n − 1 ) , where n − 1 is taken modulo 1601. Thus all the products n ∗ n − 1 cancel out, except for n = n − 1 = − 1 , so that the product is − 1 ≡ 1 6 0 0 ( m o d 1 6 0 1 )