Basic Set Theory: Determining Relations: Reflexive, Symmetric, Transitive

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Bob4040
Messages
4
Reaction score
0
I am taking a philosophy course that covers basic set theory as part of the introduction. I’m not sure in which section of the forum set theory should be, but I think this is the right place.

Homework Statement



For each of the following relations, indicate whether it is Reflexive, Nonreflexive, Irrelfexive, Symmetric, Nonsymmetric, Asymmetric, Antisymmetric, Transitive, Nontransitive, and Intransitive.

9) {(b,d), (a,c), (d,c), (e,e), (b,c)} on the set {a,b,c,d,e}.

Homework Equations


The Attempt at a Solution



I believe they are Nonreflexive, nonsymmetric, and transitive.

I do not know if they are Asymmetric or Antisymmetric because I do not know how to deal with (e,e).
 
Physics news on Phys.org
You are correct that this relation is not symmetric because it contains (a, c) but not (c, a). It is not reflexive because it does not contain (a, a), (b, b), and (c, c). It is transitive because the only pairs of the form '(x, y), (y, z)' are (b, d) and (d, c) and it does contain (b, c). What is the difference between 'asymmetric' and 'antisymmetric'?
 
HallsofIvy said:
What is the difference between 'asymmetric' and 'antisymmetric'?


Asymmetric: [itex]xRy \Rightarrow \neg (yRx)[/itex]

Antisymmetric: [itex]xRy \wedge yRx \Rightarrow x=y[/itex]