Understanding Partial Order Relations and Their Definition on X={a,b,c,d,f}

  • Thread starter Thread starter Townsend
  • Start date Start date
  • Tags Tags
    Partial Relations
Townsend
Messages
232
Reaction score
0
For some reason I am having a hard time dealing with partial order relations. The definition is what is killing me here. I have a digraph of a partial order relation and yet it does not appear to agree with the definition of partial order. I wish I could draw a picture of the digraph but since that would not work very well I will just do my best to explain it and why I think it is not a partial order.

R is a relation on X={a,b,c,d,f}

Starting from the bottom I have

vertex a which is related to vertex b and vertex c

Then I have vertex b related to vertex d and c related to vertex d

then I have vertex d related to vertex d and vertex f

So correct me if I am wrong but if I were to write out R as a set of ordered pairs I would have

R={(a,b), (a,c), (b,d), (c,d), (d,f), (d,e)}

If that is correct then how can this be a partial order when the definition of partial order says a relation is partial order iff R is reflexive? That relation is not reflexive since (a,a) is not an element of R (the same is true for b,c,d,e,f).

Next problem I have is how to tell if one element is comparable to another. If someone could give me a good intuitive idea of how to tell if two elements of R is comparable I would greatly appericate it.

Regards
 
Physics news on Phys.org
it is implicit in the graph that there is a suppressed loop from each point to itself, and that the relation is reflexive, that is a<=a (usually a<a is false...)

an element is comparable (less than) to another if there is a (directed) path in the graph leading from the smaller to the larger. you are just using transitivity.

a<b, and b<d so a<d

a<c and c<d so a<d, good

a<d and d<f so a<f

a<d and d<e so a<e

now do it for b
 
matt grime said:
it is implicit in the graph that there is a suppressed loop from each point to itself, and that the relation is reflexive, that is a<=a (usually a<a is false...)

an element is comparable (less than) to another if there is a (directed) path in the graph leading from the smaller to the larger. you are just using transitivity.

a<b, and b<d so a<d

a<c and c<d so a<d, good

a<d and d<f so a<f

a<d and d<e so a<e

now do it for b


Well now that certainly makes things much easier to deal with.

b<d and d<f so b<f

b<d and d<e so b<e

I appreciate your help matt grime.

Regards
 
Last edited:
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top