Determine if the relation A = R and for x, y ∈ R is reflexive, symmetric, transitive, or antisymmetric:
x ∼ y ⇔ x > 5. I think the relation is reflexive and not symmetric and not antisymmetric. Not too sure if it's transitive or not. How would you solve this question and write the answer in a proper way?
EDIT: So I just thought about this a bit more and now I don't think it's reflexive. I had a misunderstanding of the definition. My reasoning now is that it's not reflexive because you can take an example like (1,1) which isn't a part of A. It's not symmetric because (6,5) is a part of A but not (5,6). It's not antisymmetric because x=y is not always the case (e.g. (6,7)). Still not too sure if it's transitive or not. Can someone please correct me if I'm wrong?