Does not $0\mid 0$ contradicts that divisibility by zero is undefined?
Could anyone clarify this for me please?
Does not $0\mid 0$ contradicts that divisibility by zero is undefined?
Could anyone clarify this for me please?
In general, we have $x|y$ when there is some integer $z$ such that $x \cdot z = y$. If there is exactly one such number $z$, then we can define the quotient $\frac{y}{x}$ as $z$.
We have $0|0$ because there does exist an integer $z$ such that $0 \cdot z = 0$. However, there isn't just one such integer, meaning that $\frac{0}{0}$ is undefined (I think that's what you meant by 'divisibility by zero is undefined').
Also, there is no integer $z$ such that $0 \cdot z = x$ for any $x \not = 0$, and so $\frac{x}{0}$ for any non-zero $x$ is also undefined.
Given integers $a$ and $b$, we say that $a$ divides $b$ if there is an integer $c$ with $b=ac$. This is purely multiplicative, no division around.
So, by our definition, is it true that $0$ divides $0$? Yes, because $0=0 \cdot 1$. Done.
Again, none of this was phrased with division.