Question from the proof in euler's forumla

  • Thread starter Thread starter lifom
  • Start date Start date
  • Tags Tags
    Proof
lifom
Messages
14
Reaction score
0
Let b1,b2,...bn be the integers between 1 and m that are relative prime to m (including 1), and let B = b1*b2*...*bn be their product. The quantity B came up during the proof of euler formula. a^n = 1 (mod m), where n is number of integers between 1 and m that relative prime to m.

How can I show B=1 (mod m ) or B = -1(mod m)?
 
Physics news on Phys.org
Have you seen Wilson's theorem? This states that (p-1)!=-1 (mod p) for prime p.

Can you adjust the proof so that it also works in this case?
 
micromass said:
Have you seen Wilson's theorem? This states that (p-1)!=-1 (mod p) for prime p.

Can you adjust the proof so that it also works in this case?

I have tried, but fail in the last step:
In Wilson's proof, the number satisfy a^2=1(mod p) -> (a-1)(a+1) = p*n. Since 0<=a<p
a= 1 or p-1 only. So for 2,3,...,p-2, I can group them into pairs without repeat such that the pair product = 1 (mod p)...

But in my problem, the number satisfy a^2=1(mod m) does not imply a=1 or m-1 since m is a composite number. (e.g. 3^2=1(mod 8))

I also modify my proof. Consider B^2=b1^2*b2^2*...bn^2. I have showed that for each bi, there exist unique bj such that bi*bj=1 (mod m) (similar to Wilson’s proof). Although we don't know bi is equal to bj or not.

So I divide the number into 2 groups,
1st group: bi*bj=1 (mod m) for i <>j
2nd group: bi*bj=1 (mod m) for i = j

So B^2 = 1 (mod m) but the same problem occurs,
It cannot be concluded that B= 1 or -1(mod m)
 
Well, you could show the following:

For each bi, there exists a bj such that bibj=1 (mod m). If bi happens to equal bj, then there exists a br such that bibr=-1 (mod m).

So you can group the product into pairs again. Some pairs will multiply to 1 and some will multiply to -1.
 
micromass said:
Well, you could show the following:

For each bi, there exists a bj such that bibj=1 (mod m). If bi happens to equal bj, then there exists a br such that bibr=-1 (mod m).

So you can group the product into pairs again. Some pairs will multiply to 1 and some will multiply to -1.

I get it! Thanks.
 
micromass said:
Well, you could show the following:

For each bi, there exists a bj such that bibj=1 (mod m). If bi happens to equal bj, then there exists a br such that bibr=-1 (mod m).

So you can group the product into pairs again. Some pairs will multiply to 1 and some will multiply to -1.
If bj^2 = 1 mod m then bj *(m -bj) = -1 mod m
 
Last edited:
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
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