Order relation
A relation R on a set A is called an order relation if R has the following three properties:
For any a∈A, there is aRa. This means that R is reflexive.
For any a,b∈A, if aRb and bRa, then a=b. This means thatR is antisymmetric.
For any a,b,c∈A, if aRb and bRc, then aRc. This means that R is transitive.
The relation R is called a partial order, and the set A is said to be partially ordered under this relation. An ordered set is the term used to describe a set A that is partially ordered. Additionally, poset is commonly used as an abbreviation for a partially ordered set.
Note: We will interchangeably use both terms, i.e., order relation and partial order, to become comfortable with using both terms.
For a set S, we call an order relation R a partial order because some of the elements of S are not related to each other under R. For some a,b∈S, aRb is read as a precedes ...