Instinctively I think yes, since $a \equiv b$ (modulo 1) for all $a$ and $b$.
Asked
Active
Viewed 45 times
3
-
You are right. The least non-negative residue is always $0$. Not overwhelmingly interesting! – André Nicolas Dec 14 '15 at 01:52
3 Answers
0
Yes. You are right. Here is a maybe incomplete proof that demonstrates the idea:
WLOG, $a=1*a \implies a=1*a+0 \implies a\equiv_10$.

SalmonKiller
- 2,140
- 2
- 16
- 31
0
As all integers $a$ are such $a = 1*a$ all integers are such $a = 0 \mod 1$ and any integers $a, b$ are such $a = b \mod 1$. The residue class(es) are/is simply {0} = $\mathbb Z$.
So as commented. Very boring.

fleablood
- 124,253
0
One way to think about congruence modulo $c$ is in the following way: $$a \equiv b \text{ (mod c)}$$ if $c$ divides $b - a$.
Let's check that for any $a$ and $b$, $a \equiv b$ (mod $1$). We need to show $1$ divides $b - a$. But since $b$ and $a$ are integers, so is $b - a$. Clearly, since $1 \cdot (b - a) = (b - a)$, $1$ divides $b - a$, so $$b \equiv a \text{ (mod 1)}.$$

layman
- 20,191