Divisibility relation on nonnegative integers.

136 Views Asked by At

Definition: $a$ divides $b$ if $b = ak$ for some integer $k$.

The book says that it is reflexive. But what about $0/0$ ? I am missing any point ?

Is it not a paradox since for standard division operation it is not defined?

2

There are 2 best solutions below

3
On BEST ANSWER

The definition of divisibility states that $a|b$ if their exists a number $k$ such that $ka=b$. Let $b=0$ and let $a$ be any integer (positive or negetive). Then $a|0$ since their is some number $k$ (what $k$ will work) such that $ka=0$.

EDIT to address the comment The division operation $(a,b)\mapsto\frac{a}{b}$ asks for a unique $k$ such that $a=kb$. But if $a=b=0$, then any $k$ will do.

0
On

By that definition, $0 = a\cdot0$, therefore every number divides 0. I don't see any problem.