So I am working on a relation problem on the set of positive integers if and only if $a \equiv b \pmod n$. That in itself is fine.
But when I want to prove that the relation is for example reflexive, I am trying to do so using the definition of congruence mod $n$. So for $a-a = kn$, is there an integer $k$ that makes this hold? So that would be $0$, but then I started doubting if that holds, since $n$ must be greater than $1$ and positive. Must the factor $n$ also be greater than $1$ and positive (or on the set of positive integers)? Or can it be any integer?