Modulo, congruences and primes - the love story

In summary, the conversation discusses how to prove that there exists an integer b such that ba is congruent to 1 mod p^2. The idea is to start with the proof for modulo p and then extend it to the "modulo p^2" case. This involves considering the sets S_1 and S_a and proving that they have the same elements. The proof can be done using proof by contradiction and the fundamental theorem of arithmetic.
  • #1
Virtate
6
0
Can somebody please give me a hint as to how to do the following proof please? I have no idea what to use or where to start :(

Suppose that p is a prime and a is an integer which is not divisible by p. Prove that there exists an integer b such that ba is congruent to 1 mod p^2.

Thank you.

T
 
Physics news on Phys.org
  • #2
Have you done the proof for modulo p (instead of modulo p^2) yet? If not then it's probably best to start there and once you understand that one it's pretty easy to exdend that same concepts to the "modulo p^2" case
 
  • #3
No, I haven't... How does that one work?
 
  • #4
[tex]\gcd(a,p)=1\Rightarrow \exists u,v\in \mathbb{Z}:au+pv=1 \Rightarrow p|1-au[/tex]

[tex]\Rightarrow au\equiv 1 (\bmod p)\Rightarrow [a]_p_p=[1]_p[/tex]
 
Last edited by a moderator:
  • #5
Virtate said:
No, I haven't... How does that one work?

Start with the set of all integers that are non-zero module p. That is S_1 = {1,2,3,...,p-1}.

Now consider the new set (call it say S_a) that results from multiplying each element in S_1 by a, where a is not a multiple of p (which is the same thing as saying that "a" is an element of S_1, since we're doing everything in module-p).
That is S_a = {a, 2a, 3a,...,(p-1)a}

You need to prove that the set S_a is actually the very same set as S_1.That is, S_a has all the same elements (no repeats and none missing) as S_1. This is a really fundamental result, you need to understand this proof. Attack it in two steps. First prove that there are no zero elements in S_a and then prove that there are no repeats.

Proof by condradiction is very useful here. Also use the fundamental theorum of arithmetic (uniqueness of prime factorization) to prove those above two properties of S_a.
 

1. What is a modulo in mathematics?

A modulo is a mathematical operation that finds the remainder when one number is divided by another. It is denoted by the symbol "%". For example, 7 % 3 = 1, since 3 goes into 7 two times with a remainder of 1.

2. How are congruences related to modulos?

Congruences are a type of relationship between two numbers that are related by a modulo. Two numbers are said to be congruent if they have the same remainder when divided by a given number. For example, 17 is congruent to 5 (mod 6) since both numbers have a remainder of 5 when divided by 6.

3. What is the significance of prime numbers in modulos and congruences?

Prime numbers play a crucial role in modulos and congruences. This is because every non-zero integer has a unique representation in terms of prime numbers, known as the fundamental theorem of arithmetic. This allows us to find solutions to congruence equations and determine whether a number is prime or not using modulos.

4. How are modulos and congruences used in cryptography?

Modulos and congruences are essential in modern cryptography, particularly in the field of public-key cryptography. This is because they provide a way to securely encrypt and decrypt messages using large prime numbers as keys. The security of many encryption algorithms relies on the difficulty of solving congruence equations with very large numbers.

5. What are some real-life applications of modulos, congruences, and primes?

Modulos, congruences, and primes have numerous real-life applications, including in computer science, number theory, and cryptography. They are used in data encryption, generating random numbers, and error-correcting codes. They also have applications in fields such as economics, statistics, and physics.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
725
  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
30
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
949
  • Calculus and Beyond Homework Help
Replies
16
Views
2K
  • Calculus and Beyond Homework Help
Replies
13
Views
707
  • Precalculus Mathematics Homework Help
Replies
17
Views
2K
  • Precalculus Mathematics Homework Help
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
27
Views
2K
Back
Top