Divisibility of powers of primes

thomas430
Messages
16
Reaction score
0
Hi all,

so I was looking at Legendre symbols, and I saw that \left(\frac{2}{p}\right)=(-1)^{\frac{p^2-1}{8}}.

How does one show that \frac{p^2-1}{8} is always an integer? That is, how can we show that 8 | p^2-1?

Can a similar method be applied to show that 24 | p^3-p?


Thanks :-)

Thomas.
 
Physics news on Phys.org
Hi ... I suggest you wiki the Legendre symbol to get a better idea of it ... also wiki the proof for the Second Supplement to the Law of Quadratic Reciprocity.

The idea is this, we know that even numbers are of the form 2n, and odd numbers 2n+1. We can extend this further by showing that 4n and 4n+2 are even numbers, while 4n+1 and 4n+3 are odd numbers (and the combination of 4n, 4n+1, 4n+2, 4n+3 represent the form of any number) ... this is all actually from the division algorithm which states that for any two integers a and b, both greater than 0, there exists another two integers q and r such that a=bq+r where r is less than b and greater than or equal to zero.

So, we can set our a to be a prime number, say p, and we let our b=8. This gives us the following possibilities:
p=8q
p=8q+1
p=8q+2
p=8q+3
p=8q+4
p=8q+5
p=8q+6
p=8q+7

If you look at those equations, you'll notice that 8q, 8q+2, 8q+4, and 8q+6 will give you even numbers, so they can't be odd primes. So you're left with 8q+1, 8q+3, 8q+5, and 8q+7
as the forms of odd numbers (and thus possibly odd primes).

Now, let's take a look at p^2-1 = (p+1)(p-1) where p is one of the possibilities mentioned above.
For:
p=8q+1, (p+1)(p-1) = (8q+2)(8q) = 8q(8q+2), since 8|8, 8|8q(8q+2), then 8|p
p=8q+3, (8q+4)(8q+2) = 8q(8q+2) + 4(8q+2) = 8q(8q+2) + 32q + 8, and if you look at that, all those terms are divisible by 8, so 8|p
You can do the same for the rest ... and you'll see that if a prime is of any of those forms, then it will be divisible by 8.

You might be able to use this method to show 24|(p^3-p), but it will be somewhat tedious ...
 
Bingk said:
You might be able to use this method to show 24|(p^3-p), but it will be somewhat tedious ...
It is not so tedious since 8|p^2 -1 ==> 8|p^3-p. Thus to prove 24|p^3-p we only have to further prove that 3|p(p-1)(p+1)!
 
To prove simply that 8|p^2 - 1 is much easier than the proof given above. It's understood that p is odd. Therefore, both p + 1 and p - 1 are even. It's easy to see that, given two consecutive even numbers, one of them must be divisible by 4. It follows that the product (p + 1)(p - 1) is divisible by 8. But p^2 - 1 = (p + 1)(p - 1), so p^2 - 1 is divisible by 8.

Petek
 
I meant it would be tedious the way I did it :) ... Referring to thomas430's question if a similar method could be used to prove it :)

Petek, that's great :) ... I didn't realize that LCM could be taken advantage of in that way :). In my defense, I was trying to explain how (p-1)/2 became (p^2-1)/8 (Legendre symbol stuff :))
 
Thanks to all of you for your discussion, you've helped a great deal!

Bingk and Petek, your proofs next to one another gave me great insight :-D
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top