cover {relations}R Documentation

Covering Relations

Description

Compute the covering relation of an endorelation.

Usage

relation_cover(x)

Arguments

x

an endorelation.

Details

Let RR be an endorelation with domain (X,X)(X, X) and PP be the asymmetric part of RR for which xPyx P y iff xRyx R y and not yRxy R x. (If RR is a \le order relation, PP is the associated strict order.) We say that xx is covered by yy if xPyx P y and there is no zz such that xPzx P z and zPyz P y. One also says that yy covers xx, or that it is a successor of xx.

The covering relation of RR consists of all pairs (x,y)(x, y) for which xx is covered by yy.


[Package relations version 0.6-13 Index]