Prove ## a/d\equiv b/d \mod n/d ##.

  • Thread starter Thread starter Math100
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
Math100
Messages
823
Reaction score
234
Homework Statement
Prove the following assertion:
If ## a\equiv b \mod n ## and the integers ## a, b, n ## are all divisible by ## d>0 ##, then ## a/d\equiv b/d \mod n/d ##.
Relevant Equations
None.
Proof:

Suppose ## a\equiv b \mod n ## and the integers ## a, b, n ## are all divisible by ## d>0 ##.
Then ## n\mid (a-b)\implies mn=a-b ## for some ## m\in\mathbb{Z} ##.
Note that ## a=id\implies \frac{a}{d}=i ##, ## b=jd\implies \frac{b}{d}=j ##, and ## n=kd\implies \frac{n}{d}=k ## for some ## i, j, k\in\mathbb{Z} ##.
Thus ## id-jd=m(kd)\implies i-j=mk\implies \frac{a}{d}-\frac{b}{d}=m\frac{n}{d}\implies \frac{a}{d}\equiv \frac{b}{d} \mod \frac{n}{d} ##.
Therefore, if ## a\equiv b \mod n ## and the integers ## a, b, n ## are all divisible by ## d>0 ##, then ## a/d\equiv b/d \mod n/d ##.
 
Reply
  • Like
Likes   Reactions: fresh_42
Physics news on Phys.org
Math100 said:
Homework Statement:: Prove the following assertion:
If ## a\equiv b \mod n ## and the integers ## a, b, n ## are all divisible by ## d>0 ##, then ## a/d\equiv b/d \mod n/d ##.
Relevant Equations:: None.

Proof:

Suppose ## a\equiv b \mod n ## and the integers ## a, b, n ## are all divisible by ## d>0 ##.
Then ## n\mid (a-b)\implies mn=a-b ## for some ## m\in\mathbb{Z} ##.
Note that ## a=id\implies \frac{a}{d}=i ##, ## b=jd\implies \frac{b}{d}=j ##, and ## n=kd\implies \frac{n}{d}=k ## for some ## i, j, k\in\mathbb{Z} ##.
Thus ## id-jd=m(kd)\implies i-j=mk\implies \frac{a}{d}-\frac{b}{d}=m\frac{n}{d}\implies \frac{a}{d}\equiv \frac{b}{d} \mod \frac{n}{d} ##.
Therefore, if ## a\equiv b \mod n ## and the integers ## a, b, n ## are all divisible by ## d>0 ##, then ## a/d\equiv b/d \mod n/d ##.
That's fine.

Edit: Only remark: the product "id" is a bit unlucky because ##id## often abbreviates the identity function.
 
Reply
  • Like
Likes   Reactions: Math100
fresh_42 said:
That's fine.

Edit: Only remark: the product "id" is a bit unlucky because ##id## often abbreviates the identity function.
I agree. I haven't thought about that before.