- Is zero even?
- Is zero a multiple of ANY number?
I did some reading, and I found the following:
for 1) I see a whole Wiki article saying that this is true, but I just can't understand why?
for 2) I think it is, but I don't have a precise definition, and the only thing I remember is that in the junior classes, I used to write that the smallest multiple of any number is the number itself and it was approved by my teachers...so a proof on 1) and 2) would be highly appreciated... Thanks a Ton!
$1$. It depends on your definition of even number. If you define the set of even numbers as $$\mathbb{E} = \{x \in \mathbb{R}: x = 2n, \text{ where } n \in \mathbb{Z}^+\}$$ then $0$ is not even. However, if you define the set of even numbers as $$\mathbb{E} = \{x \in \mathbb{R}: x = 2n, \text{ where } n \in \mathbb{Z}\}$$ then it is.
$2$. For the second question again it depends on your definition of multiple of a number. If you define, the set of multiples of $x$ as $$M_x = \{y \in \mathbb{R}: y = z \times x, \text{ where }z \in \mathbb{Z} \}$$ then $0$ is indeed a multiple of any number since $0 = 0 \times x$ for any $x$ and in fact, $0$ is the only number present in all the sets, i.e., $\cap_{x \in \mathbb{R}} M_x = \{0\}$, i.e., $0$ is the only number that is a multiple of all numbers.