- #1
dijkarte
- 191
- 0
A relation R on a set S is transitive:
(x, y) and (y, x) ==> (x, z), for all pairs in R
So if I cannot find (y, z) for (x, y) in R, does this mean the relation is considered transitive since the condition still holds true because False ==> False/True evaluates to True?
Thanks.
(x, y) and (y, x) ==> (x, z), for all pairs in R
So if I cannot find (y, z) for (x, y) in R, does this mean the relation is considered transitive since the condition still holds true because False ==> False/True evaluates to True?
Thanks.