Prove that any integer divides zero: $a\in \mathbb Z \implies a\mid0$
How can i prove that any integer divides zero?
i tried using the definition of divisibility, but i dont know if for the formal proof, it can be used as i im using it.
$a\in \mathbb Z \implies a\mid0$
$a\mid0 \implies \exists b\in \mathbb Z$, such that, $0=a\cdot b$
And by knowing that $n\cdot 0=0$, will implie something, but i cant join together the pieces.
PROOF OF $n\cdot 0=0$
We take:
$$0=0$$ by zero property of addition: $$0+0=0$$ by definition of multiplication: $$a\cdot(0+0)=a\cdot0$$ by distributive law: $$a\cdot0 + a\cdot0 = a\cdot0$$ by cancellation law: $$a\cdot0=0$$
The cancellation law isn't under the field axioms and requires a proof for the above to be complete. Here's a proof:
We want to prove that if $a+c=b+c$, then $a=b$.
by the additive inverse property, we have an $c^{-1}$ such that $c^{-1}+c=0$. So by definition of addition:
$$c^{-1}+a+c=c^{-1}+b+c$$
by associativity and commutativity of addition:
$$(c^{-1}+c)+a=(c^{-1}+c)+b$$
by definition of $c^{-1}$:
$$0+a=0+b$$
by zero property of addition:
$$a=b$$
So we have proven the cancellation law.