What are the conjectures about the order of an integer modulo prime numbers?

  • Thread starter BenGoodchild
  • Start date
  • Tags
    Integer
In summary, there are two conjectures related to the order of an integer 'a' modulo prime numbers and the greatest common divisor function. The first conjecture states that the order of a modulo P^m is equal to P^(m-1) times the order of a modulo P, where P is an odd prime. The second conjecture states that if a, m, and n are elements of Z and (a, mn) = 1, then the order of a modulo mn is equal to the least common multiple of the orders of a modulo m and n. The proof for the first conjecture can be found in LeVeque's "Fundamentals of Number Theory" (4.4), while the second conjecture
  • #1
BenGoodchild
Two conjectures (or are they?):

1. The order of an integer 'a' modulo P^m = P^(m-1)*(Order of a mod P); where P
is an odd prime .

2. If a, m, and n are elements of Z and (a,mn) = 1, then Order of a mod mn =
QR/(Q,R); where Q = Order of a mod m and R = Order of a mod n and (Q,R) is the
greatest common divisor function.

For example:

Example 1:Let a =2 and P=7. Then the order of 2 mod 7 = 3 and the order of 2
mod 7^3 = 7^2(3)= 147.

Example 2: The Order of 2 mod 11^2 = 11*(Order of 2 mod 11) = 110

Example 3: The Order of 2 mod (3*7) = (Order of 2 mod 3)*(Order of 2 mod
7)/(U,V) = 2*3/1 = 6; where U = Order of 2 mod 3 and V = Order of 2 mod 7.

Are any of these two statements known? If so, could one point me in the
direction? If not can anyone prove or disprove?
 
Mathematics news on Phys.org
  • #2
Firstly,in 2. the quantity QR/(Q,R) is commonly called the least common multiple of Q and R.

In any case the proof of (the correct version of) statement 1 appears in LeVeque fundmentals of number theory 4.4

Let p be an odd prime, and suppose p does not divide a. Futher suppose that the order of a module p is t, and let s be the largest powe of p dividing a^t-1.

If s=p then the order of a modulo p^n is still t, otherwise it is tp^n/s

The second one is, I think, obvious, isn't it?

If a^t is 1 modulo mn it is 1 modulo m and n thus Q divides t as does R, hence their least common multiple, call that L, divides t. Conversely it suffices to show that a^L=1 modulo mn, but we know a^L=km+1 and jn+1 for some integers k and j, that is km=jn for some choice of integers j and k, hence m divides j and n divides k as n and m are coprime, ie km=nmk' for some integer k' and thus a^L=nmk'+1=1 mod(mn).

Thus the order is divisible by L and divides L, so they must be equal.
 
Last edited:
  • #3
matt grime said:
...as n and m are coprime...

I just wanted to point out that this assumption wasn't included in Ben's post, but it is needed.
 
  • #4
I would just like to clarify this is not for me! And I hadn't really looked at the problem, just somebody on another forum pm'd me with it nad at the time I had no time to spare.

so, anyway thank you a lot guys for doing it for me, and Matt I have LeVeques book - in all its purple and red glory!

-Ben
 
  • #5
I just blindly assumed I'd read m and n were coprime otherwise the conjecture would have to be false. Or rather it would be unlikely to be true and I'd instantly start to look for a counter example and find one very quickly I imagine eg a=3, m=n=2.

Sometimes your mind just fills in the blanks.
 

FAQ: What are the conjectures about the order of an integer modulo prime numbers?

What is the order of an integer?

The order of an integer is the smallest positive number n such that an ≡ 1 (mod m), where a is the integer and m is the modulus.

How is the order of an integer related to modular arithmetic?

The order of an integer is closely related to modular arithmetic because it is used to determine the smallest value of n in the equation an ≡ 1 (mod m). This value is important in modular arithmetic because it helps us find the remainder of a division by m.

Can the order of an integer be negative?

No, the order of an integer must always be a positive number. This is because the definition of order requires n to be a positive value in the equation an ≡ 1 (mod m).

How can we calculate the order of an integer?

The most common method for calculating the order of an integer is by using the Euler's totient function, also known as phi function. The order of an integer a modulo m can be calculated using the formula ordm(a) = m/ϕ(m), where ϕ(m) is the number of positive integers less than m that are relatively prime to m.

What is the significance of the order of an integer in number theory?

The order of an integer is an important concept in number theory because it helps us understand the properties of numbers and their relationships with modular arithmetic. It is also used to solve problems related to primitive roots and discrete logarithms. Additionally, the order of an integer has applications in cryptography, coding theory, and other fields of mathematics.

Similar threads

Replies
5
Views
2K
Replies
3
Views
1K
Replies
1
Views
2K
Replies
96
Views
11K
Replies
5
Views
2K
Back
Top