1

$ \{(a,c),(c,d),(b,e),(d,e) \} \subseteq \{a,b,c,d,e \}^2$

I don't know exactly, how to write these elements. I know that a poset has to be reflexive,antisymmetric, and transitive. I also know that a covering relation of a poset is a binary relation which holds between comparable elements that are immediate neighbours.

Herrpeter
  • 1,326

1 Answers1

1

So ... I think your question is: $ \{(a,c),(c,d),(b,e),(d,e) \}$ is the covering relation of what poset?

To answer this, we need to make it reflexive, i.e. add $(a,a)$, $(b,b)$, etc., and transitive (i.e. find its transitive closure).

So, given that you have $(a,c)$, and $(c,d)$, you need to add $(a,d)$. Likewise, you need to add $(c,e)$, and therefore also $(a,e)$.

So you end up with:

$ \{(a,c),(c,d),(b,e),(d,e),(a,a),(b,b),(c,c),(d,d),(e,e),(a,d),(c,e),(a,e) \}$

Bram28
  • 100,612
  • 6
  • 70
  • 118