Proving Algebraic Equivalence: GCDs & Modular Arithmetic

Click For Summary
SUMMARY

This discussion focuses on proving algebraic equivalences involving greatest common divisors (GCDs) and modular arithmetic. The first proof establishes that if \( ca \equiv cb \mod m \) and \( \gcd(c, m) = 1 \), then \( a \equiv b \mod m \). The second proof demonstrates that if \( a \equiv b \mod m \), then \( \gcd(a, m) = \gcd(b, m) \). Key steps include using the properties of divisibility and the definition of GCD in relation to modular equations.

PREREQUISITES
  • Understanding of modular arithmetic and congruences
  • Knowledge of greatest common divisor (GCD) properties
  • Familiarity with integer divisibility concepts
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the properties of modular arithmetic in detail
  • Learn about the Euclidean algorithm for computing GCD
  • Explore applications of GCD in number theory
  • Investigate advanced topics in algebraic structures, such as rings and fields
USEFUL FOR

Students of mathematics, particularly those studying number theory, algebra, or discrete mathematics, as well as educators seeking to enhance their understanding of modular arithmetic and GCD concepts.

guroten
Messages
32
Reaction score
0

Homework Statement


1. Prove that if ca=cb (mod m) and gcd(c,m)=1, then a=b (mod m)
2. Prove that if a=b (mod m), then gcd(a,m)=gcd(b,m)

Homework Equations


The Attempt at a Solution



I can't figure out how to get started on these, especially the last one. Is it just a matter of expanding definitions?
 
Last edited:
Physics news on Phys.org
That would be a good start -- using definitions.
 
guroten said:

Homework Statement


1. Prove that if ca=cb (mod m) and gcd(c,m)=1, then a=b (mod m)
2. Prove that if a=b (mod m), then gcd(a,m)=gcd(b,m)

ca=cb (mod m) means m divides (ca - cb), which implies that m divides c(a - b). If gcd(c,m) =1 then, m cannot divide c(because they are relatively prime to each other). logically, m will divide (a - b), i.e there an integer k such that mk = a - b, which iplies that a=b(mod m)

2. If a=b(mod m), then there is an integer k such that a - b = km. suppose gcd(a, m) = n, then n divides a and n divides m. Thus a = ns and m = np, for some integers s and p.
but a - b = km, implies ns - b = knp, implies b = n(s - kp) where s - kp is also an integer. This implies that n divides b. Similarly if gcd(b,m) = q, it is easy to show that q divides a. Thus logically, q = n since gcd(a,m) divides b and gcd(b,m) divides a, thus the gcd's must be the same
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K