a divides b is not a partial ordering on the set Z of integers since a | b and b | a need not imply a = b.
This is a line from Schaum's outline of discrete mathematics ( chapter 2 Relations pg. 33)
I understood that it is a POSET for set of Natural numbers $N$. But, it even holds the necessary conditions to be a POSET on set of integers $Z$.
My approach:
- It is reflexive as $a|a\ \forall a \in Z $.
- It is anti-symmetric as $a|b \ , b|a \implies a=b \forall a,b \in Z$.
- It is transitive too.
Then why is it mentioned that it is not a POSET on $Z$ ?
1 != -1. Hence not antisymmetric and so not a poset on Z. Thank you! – taurus05 Aug 11 '21 at 17:10Is a divides b a POSET on set of non negative integers$Z+$, it would've been false, right? As it is not reflexive when a is 0. – taurus05 Aug 11 '21 at 17:15