How to Prove a Relation is Partially Ordered?

  • Thread starter Thread starter StIgM@
  • Start date Start date
  • Tags Tags
    Relation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
StIgM@
Messages
8
Reaction score
0
Hello,

I am trying to find out how you can prove that a relation is partially ordered.
I know that it must be reflexive, antisymmetric and transitive but if a relation is given how do you write that it should be partially ordered?

For example I have the relation R: X[tex]\leftrightarrow[/tex]X
I want to check if it is partially ordered...
[tex]\forall[/tex]x1:X | x1 |---> x1 [tex]\in[/tex] X [tex]\wedge[/tex] reflexive
[tex]\forall[/tex]x2:ran X | x1 |---> x2 [tex]\in[/tex] X [tex]\wedge[/tex] x1[tex]\neq[/tex]x2 [tex]\Rightarrow[/tex] x2 |---> x1 [tex]\notin[/tex] X antisymmetricbut how do you show transitivity?

Thanks
 
Physics news on Phys.org
StIgM@ said:
Hello,

I am trying to find out how you can prove that a relation is partially ordered.
I know that it must be reflexive, antisymmetric and transitive but if a relation is given how do you write that it should be partially ordered?
I'm not sure I understand your question, but if the relation is reflexive, antisymmetric, and transitive, then it is partially ordered.
StIgM@ said:
For example I have the relation R: X[tex]\leftrightarrow[/tex]X
I want to check if it is partially ordered...
[tex]\forall[/tex]x1:X | x1 |---> x1 [tex]\in[/tex] X [tex]\wedge[/tex] reflexive
[tex]\forall[/tex]x2:ran X | x1 |---> x2 [tex]\in[/tex] X [tex]\wedge[/tex] x1[tex]\neq[/tex]x2 [tex]\Rightarrow[/tex] x2 |---> x1 [tex]\notin[/tex] X antisymmetric
What is the relation? You haven't given a definition of the relation, so how can you show that it is reflexive, antisymmetric, and transitive?
StIgM@ said:
but how do you show transitivity?

Thanks
 
For example it is given the relation R:X<--->X
So, we want to check if it is partially ordered.

The only checks that we have to write are:

\forAll x:X | x-->x \in R
\forAll x,y:X | x--->y \in R \and x\notEqual y \isthecasethat y--->y \notIn R
\forAll x,y,z:X | x--->y \in R \and y--->z \in R \implies x--->z \in R

Are these correct?
 
StIgM@ said:
For example it is given the relation R:X<--->X
This doesn't define the relation. It just says that R is a relation between some set X and itself. It doesn't say how a given x value is mapped to the one it's related to.

Does a value x in X get mapped to itself? In that case the relation would be "=".

I think you are missing an important piece here.
StIgM@ said:
So, we want to check if it is partially ordered.

The only checks that we have to write are:

\forAll x:X | x-->x \in R
\forAll x,y:X | x--->y \in R \and x\notEqual y \isthecasethat y--->y \notIn R
\forAll x,y,z:X | x--->y \in R \and y--->z \in R \implies x--->z \in R

Are these correct?