For a positive integer $n$, two numbers $a$ and $b$ are said to be congruent modulo n, if $(a-b)$ is some integer multiple of $n$, or mathematically:
$\hspace{15em} a=kn+b$
I am assuming that this can be represented symbolically as:
$\hspace{13em} \forall a \ \forall b \ \forall n \ \exists k, a=kn+b $
Say the following theorem holds:
$\hspace{10em} \ \ k\cdot n|(a-b) \wedge l\cdot n|(c-d) \implies \ q \cdot n|((ax + c) - (bx +d)) $
Is the following symbolic notation an accurate description of the above theorem, particularly the quantifiers and their placement in the statement.
$ \forall n \ \forall a \ \forall b \ \forall c \ \forall d \\ \Big( (\exists k , a=kn +b) \wedge \ (\exists r , c=ln +d) \Big)\implies \bigg( (\exists x , (ax + c) = q\ \cdot n + (bx+ d) ) \bigg) $
a = b ( mod n) is much different than that for all a,b,n thing.
No. kn|(a - b) is not that confusion of variables:
exists k with a = kn + b.