The relation R ,$uRv$ is defined iif a word u is the suffix of a word v. u is a suffix of v if there exist another word w such that $v = wu $
I have to verify the 6 following relations.
- Reflexive : Yes because $wu = wu$
- Symmetric : No because $v = wu$ , $u \ne wu$
- Transitive : Yes ,
example : u="to", v="potato" and u2="otato", v="potato" and uRu2 - Asymmetric : No, v = wu, v $\ne$ u , except if w is an empty word
- Antisymmetric : No. ex: "to" R "potato" but "to" $\ne$ "potato"
- Irreflexive : No. ex: $wu = wu$.
Can you help me for those that are incorrect
Here a few comments/corrections. (I am assuming that the empty word $\lambda$ is included, otherwise some answers are different.)