Prove that every number is divisible by $1$ and that the only numbers that divide $1$ are $1$ and $-1$
axiom: if $d \mid n, \, \exists k \in \mathbb{Z}$ such that $d \cdot k = n$
for $1 \cdot k = n, \forall n \,\exists k$ such that $k = n \longrightarrow \forall n, \, 1 \mid n$
For the second part for $d \cdot k = 1$ there are two cases:
case 1: $k = 1 \longrightarrow d = 1$
case 2: $k = -1 \longrightarrow d = -1$
Does anybody have any feedback on this and my use of notation? Thanks.