-1

Congruence mod n is a congruence relation for integer addition. Is the converse true? That is, is every congruence relation for integer addition of the form mod n for some integer n?

user107952
  • 20,508

1 Answers1

0

Of course the trivial relation, $a\sim b\iff a=b$ is a congruence relation in this sense.

Let's assume that there is some pair, $a>b $, with $a\sim b$. Then $(a-b)\sim 0$ so there is some positive integer $n$ such that $n \sim 0$. Let $n$ be the least positive integer with $n\sim 0$.

We then contend that $a\sim b \iff n\,|\,(a-b)$.

Note first that $\Leftarrow$ is clear.

Now suppose $a\sim b$ with $a>b$. We write $(a-b)=nq+r$ where $0≤r<n$. It is easy to see that $r\sim 0$ so if $r\neq 0$ we'd contradict the minimality of $n$ and we are done.

lulu
  • 70,402