The relation R needs to be reflexive, antisymmetric, and transitive to be a partial order. All these conditions are obeyed by R as stated above. In fact, the popular notation to represent a partial order is derived from precisely the same thing (a-b being a non-negative integer).
Reflexive: aRa for all an in Z, since a-a=0, a non-negative integer, for any a.
The relation R needs to be reflexive, antisymmetric, and transitive to be a partial order. All these conditions are obeyed by R as stated above. In fact, the popular notation to represent a partial order is derived from precisely the same thing (a-b being a non-negative integer).
Antisymmetric: If "aR_b" and "bR_a", ie., if "a-b\u22650" and "b-a\u22650", then "a\u2265b" and "b\u2265a", which is only possible if "a=b".
Transitive: If "aR_b" and "bR_c", then "a-b\u22650" and "b-c\u22650", which gives "a-c\u22650" and hence aRc.R is also a total order, because for any given a or b in Z, either aRb or bRa must be true (This is because either "a\u2264b" or "b\u2264a" ).
Comments
Leave a comment