I would appreciate some help.
Here are the binary relations:
Below we are defining some binary relations over the set {a, b, c}
- S ₁: {〈a, a⟩, 〈a, b⟩, 〈b, b⟩, 〈b, c⟩}
- S ₂: {〈a, a⟩, 〈a, b⟩, 〈b, b⟩}
- S ₃: {〈a, a⟩, 〈a, b⟩, 〈b, b⟩, 〈b, c⟩, }
- S ₄: {〈a, a⟩, 〈a, b⟩, 〈b, a⟩, 〈b, b⟩, 〈c, c⟩}
- S ₅: {〈a, a⟩, 〈b, c⟩, 〈c, b⟩}
Here is the questions:
- Which element(s) is missing in S ₁ so it can become a reflexive relation?
- Which element(s) is missing in S ₂ so it can become a symmetric relation?
- Which element(s) is missing in S ₃ so it can become a transitive relation?
- Which element(s) can you remove from S ₄ so it can become anti-symmetric relation?
- Which element(s) can you remove from S ₅ so it can become a irreflexive relation?
- Which of the binary relations above are reflexive?
- Which of the binary relations above are symmetric?
- Which of the binary relations above are transitive?
Here is my answers:
We can insert 〈c, c⟩ in S ₁ and it will become a reflexive relation.
We can insert 〈b, c⟩, 〈c, c⟩, 〈a, c⟩, 〈c, a⟩, 〈b, a⟩, 〈c, b⟩ in S ₂ and it will become a symmetric relation
We can insert 〈a, c⟩, 〈c, c⟩ in S ₃ and it will become a transitive relation
We can take out 〈b, a⟩ from S ₄ and it will become a anti-symmetric relation
We can take out 〈a, a⟩ from S ₅ and it will become a irreflexive relation
S ₂ is a reflexive relation
S ₄ and S ₅ are symmetric relations
S ₂ and S ₄ are transitive relations
As you can see, i've figured out all the answers for the tasks, but i'm unsure if the answers are correct. I would appreciate if someone could see if I have done anything wrong here or if there is something i'm missing.
Thanks alot!
In order to check if a relation is reflexive you need to know on which set the relation is defined. My guess would be that you are meant to use $\{a,b,c\}$ in all cases. This assumption makes $S_2$ not a reflexive relation, because it is missing $(c,c)$.
Your second answer is correct, but just inserting $(b,a)$ is sufficient.
Your third answer is correct, but just inserting $(b,c)$ is sufficient.
Your sixth answer is wrong, only $S_4$ is reflexive under the assumption mentioned earlier.
The other answers are correct.