World's most popular travel blog for travel bloggers.

[Solved]: Are two elements always in a relation within a partially ordered set?

, , No Comments
Problem Detail: 

In a partially ordered set, am I always able to order two arbitrary elements out of the set? Or is it possible that two elements within the set have no order relation to each other?

For example if there are three elements $\{a, b, c\}$ and $a \leq b$ and $a \leq c$, does either $b \leq c$ or $c \leq b$ have to hold?

I need this to understand the fixed point theory for semantics of programming languages (denotation of while loops).

Asked By : atticae

Answered By : Kaveh

In a partially ordered set, there may be members which are not comparable. A partial order where all elements are comparable is called a total order.

We say $a$ and $b$ are comparable when at least one of the following holds:

  • $a\leq b$,
  • $b \leq a$.
Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/764

3.2K people like this

 Download Related Notes/Documents

0 comments:

Post a Comment

Let us know your responses and feedback