If $N$ divides $a$ and $N$ divides $b$ then $N$ divides $a \cdot b$?
Is the statement true? I mean.
$$a \equiv 0 \pmod{N}$$
$$b \equiv 0 \pmod{N}$$
$$\implies ab \equiv 0 \pmod{N}$$
But I am not sure how rigorous this is?
If $N$ divides $a$ and $N$ divides $b$ then $N$ divides $a \cdot b$?
Is the statement true? I mean.
$$a \equiv 0 \pmod{N}$$
$$b \equiv 0 \pmod{N}$$
$$\implies ab \equiv 0 \pmod{N}$$
But I am not sure how rigorous this is?
If $N \mid a$ and $N \mid b$, then $N \mid ab$.
Suppose $N \mid a$ and $N \mid b$, then by the definition of divisibility there exist integers $x$ and $y$ such that $Nx = a$ and $Ny = b$. So we have that $$ab = NxNy = N^2xy$$ which is clearly divisibly by $N$.