Non-strict partial order
Set
context | X |
definiendum | ≤ ∈ it |
The relation ≤ is an order relation if it's in the intersection of all reflexive, all anti-symmetric and all transitive relation. Hence
context | ≤ ∈ Rel(X) |
x,y,z∈X |
postulate | x≤x |
postulate | x≤y ∧ y≤x⟹(x=y) |
postulate | x≤y ∧ y≤z⇔x≤z |
Here we use infix notation: x≤y ≡ ≤(x,y).
Discussion
Reference
Wikipedia: Order theory, Poset