0

If $a\equiv 1 \pmod n$ and $d\mid n$, then $a\equiv1 \pmod d$ is true.

That is the question I am trying to understand so I have some understanding of the question but cant place my finger on exactly why it is true.

$n = d \times k$ for $k\in\mathbb{Z}$

$a = k \times n +1$ and $a= k \times d +1$

$n \mid(a-1)$ and $d \mid(a-1)$

zellez11
  • 287

1 Answers1

0

If $a$ is congruent to 1 modulo $n$, then $a$ is one more than a multiple of $n$.

If $d$ divides $n$, then $n$ is a multiple of $d$. Hence, $a$ is also one more than a multiple of $d$. So we say $a$ is congruent to 1 module $d$.

Dan Barry
  • 534
  • 2
  • 9