Proving Algebraic Equivalence: GCDs & Modular Arithmetic

In summary, we have proved that if ca=cb (mod m) and gcd(c,m)=1, then a=b (mod m). We also proved that if a=b (mod m), then gcd(a,m)=gcd(b,m).
  • #1
guroten
32
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
  • #2
That would be a good start -- using definitions.
 
  • #3
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
 

Related to Proving Algebraic Equivalence: GCDs & Modular Arithmetic

1. What is meant by algebraic equivalence?

Algebraic equivalence refers to two mathematical expressions that have the same value regardless of the values of the variables used. This means that the expressions can be replaced by each other in equations or calculations without changing the overall result.

2. How do you prove algebraic equivalence?

To prove algebraic equivalence, you need to show that the expressions have the same value for all possible values of the variables. This can be done by simplifying both expressions and showing that they have the same simplified form, or by substituting values for the variables and showing that the expressions have the same numerical value.

3. What is the role of GCDs in proving algebraic equivalence?

The greatest common divisor (GCD) is the largest number that divides evenly into two or more numbers. In proving algebraic equivalence, GCDs can help simplify expressions by factoring out common terms. This can make it easier to compare the expressions and show that they have the same value.

4. How is modular arithmetic used in proving algebraic equivalence?

Modular arithmetic is a way of performing calculations with integers that involves finding the remainder after division. In proving algebraic equivalence, modular arithmetic can be used to show that two expressions have the same remainder when divided by the same number, thus proving their equivalence.

5. Can algebraic equivalence be proven for all expressions?

No, algebraic equivalence can only be proven for expressions that are truly equivalent, meaning they have the same value for all possible values of the variables. Some expressions may appear to be equivalent, but upon further analysis, they may have restrictions or exceptions that make them not truly equivalent.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
972
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
838
Back
Top