What is the significance of the division algorithm in congruent modules?

  • Thread starter PsychonautQQ
  • Start date
  • Tags
    module
In summary, the author is saying that the Euclidean division algorithm gives a quotient and a remainder for every integer when divided by n. The equivalence classes are classes of integers that have the same remainder when divided by n. Every integer is in at least one of those classes. If you divide x by n, you would get x/n = q + r/n. However, the real remainder is actually r/n and not just r.
  • #1
PsychonautQQ
784
10

Homework Statement


≈ → equivalence
"In general, if a is an integer, the division algorithm gives a = qn + r, where 0 ≤ r ≤ n-1 so a≈r (mod n). Thus every residue class module n appears in the list [0], [1]...,[n-1]. In fact, it appears exactly once.

I'm having trouble connecting the dots here, can anyone help me explain what this is saying exactly?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
  • #2
Every class appears for if is any class ##b\approx r_b## for an ##r_b## given by the algorithm, that is =[##r_b##].
It appears exactly once then means ##[r_i]\neq[r_j]## if ##i\neq j##.
 
  • Like
Likes 1 person
  • #3
If a is any integer then, for any positive integer, n, we can write a= qn+ r for a and r integers and[itex]0\le r< n[/itex]. That is the "Euclidean division algorithm" which basically says that if you divide a by n you get some quotient, q, and remainder r.

"x is congruent to y modulo (not "module") n" if and only if x- y is divisible by n. By the Euclidean division algorithm, we can write [itex]x= q_1n+ r_1[/itex] and [itex]y= q_2n+ r_2[/itex] for some integers [itex]q_1[/itex], [itex]q_2[/itex], [itex]r_1[/itex], and [itex]r_2[/itex]. Then [itex]x- y]= q_1n+ r_1- (q_2n+ r_2)= (q_1- q_2)n+ (r_1- r_2)[/itex]. Since [itex]r_1[/itex] and [itex]r_2[/itex] are both non-negative and less than n, there difference is between -n and n. Since x- y is divisible by n, we must have [itex]r_1- r_2= 0[/itex] or [itex]r_1= r_2[/itex]. If x and y are equivalent modulo n (if x- y is divisible by n) then they have the same remainder when divided by n.

That is, we can label the equivalence classes (set of numbers that are all equivalent to one another modulo n) by the remainders when the numbers in that equivalence class are divided by n. Given any number, x, its remainder, when divided by n, is an integer from 0 to n-1. Every integer is in exactly one of those classes because it has exactly one such remainder.
 
  • Like
Likes 1 person
  • #4
If you divide x by n wouldn't you get x/n = q + r/n? isn't the remainder technically r/n and not just r? like say n = 5 and x = 17. 17/5 = 3 + r/5 so it seems that the real "remainder" here is going to be 2/5?
 

Related to What is the significance of the division algorithm in congruent modules?

1. What is the Congruent Module n Theorm?

The Congruent Module n Theorm, also known as the Chinese Remainder Theorem, is a mathematical theorem that states that if n is a positive integer and a1, a2, ..., an and b1, b2, ..., bn are integers that are pairwise coprime (i.e. their greatest common divisor is 1), then there exists an integer x that satisfies the system of congruences x ≡ a1 (mod b1), x ≡ a2 (mod b2), ..., x ≡ an (mod bn).

2. What are the applications of the Congruent Module n Theorm?

The Congruent Module n Theorm has various applications in number theory, cryptography, and computer science. It is used in the Chinese remainder theorem algorithm for solving systems of linear congruences, and in the RSA encryption algorithm for secure communication. It also has applications in error-correcting codes and polynomial interpolation.

3. How is the Congruent Module n Theorm related to modular arithmetic?

The Congruent Module n Theorm is closely related to modular arithmetic, as it deals with the concept of remainders. In modular arithmetic, numbers are reduced to their remainders when divided by a certain modulus. The theorem states that if two numbers have the same remainders when divided by a set of coprime divisors, then they must be congruent modulo their product.

4. Is the Congruent Module n Theorm applicable to all integers?

No, the Congruent Module n Theorm is only applicable to a set of integers that are pairwise coprime. If the integers do not meet this condition, then the theorem cannot be used to find a solution to the system of congruences.

5. What are the limitations of the Congruent Module n Theorm?

The main limitation of the Congruent Module n Theorm is that it can only be used to solve systems of congruences with pairwise coprime moduli. If the moduli are not coprime, then the theorem cannot be applied. Additionally, the theorem does not provide a unique solution, as there can be multiple values of x that satisfy the system of congruences. Furthermore, the theorem does not provide a method for finding the solution, but rather only guarantees its existence.

Similar threads

  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
17
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
27
Views
2K
Replies
5
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
853
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
4K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
17
Views
2K
Back
Top