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)$
\pmod
, not\mod
. – Arturo Magidin Mar 18 '21 at 23:38