Finding Roots and Order of an Integer: Two Problems in Number Theory

  • Thread starter Thread starter buzzmath
  • Start date Start date
  • Tags Tags
    Integer Roots
buzzmath
Messages
108
Reaction score
0
I have two problems I'm working on that I can't figure out. Could anyone please help?

1. show that if p and q are distinct odd primes, then pq is a pseudoprime to the base 2 iff order of 2 modulo p divides (q-1) and order of 2 modulo q divides (p-1)

I've been trying this proof by manipulating 2^(p-1)(q-1) congruent to 1 (mod pq) and 2^p congruent to 2 (modp) and 2^q congruent to 2 (modq) I also was trying to play around with the thm if (a,n)=1 n>0 then a^i congruent to a^j (modn) iff i is congruent to j (mod order of a modulo n) but I can't come up with anything.

2. Find the number of incongruent roots modulo 6 of the polynomial x^2 - x
I don't know how to solve this problem modulo 6 I only know how to solve it modulo p where p is a prime. Could anyone help me?

Thanks
 
Physics news on Phys.org
You should be looking at 2^{pq-1} for part one.

For part two, you might want to solve the problem for the prime factors of 6 to start.
 
for part one would saying that since we know that p doesn't divide p-1 and q doesn't divide q-1 then the orders have to divide the other primes for it to be a solution?

and part 2 i know that in the prime factors that the two factors can't have more than 2 incongruent roots by lagrange's theorem but how do I know exactly how many incongruent roots and how would I apply that to 6?
 
buzzmath said:
... and 2^p congruent to 2 (modp) and 2^q congruent to 2 (modq)...

This may be just a typo and not a problem with your work, but you've swapped p and q in the modulus, the order of 2 mod p divides q-1 means 2^q=2 mod p, etc.

I'm not sure what you're asking in your second post, it's not clear which orders you're alking about, mod p? mod q?

Can you prove either direction of this if and only if statement?

buzzmath said:
2. Find the number of incongruent roots modulo 6 of the polynomial x^2 - x
I don't know how to solve this problem modulo 6 I only know how to solve it modulo p where p is a prime. Could anyone help me?

There are only 6 possibilities mod 6, you can check them all.

If you want to revert to the prime case, if x is a root mod 6 if and only if it is a root mod 2 and mod 3. Solve the mod 2 and 3 cases, then work out which numbers mod 6 fit the bill.
 
##\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...
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...

Similar threads

Replies
2
Views
2K
Replies
11
Views
3K
Replies
8
Views
2K
Replies
3
Views
2K
Replies
17
Views
1K
Back
Top