Prove a relation is asymmetric.

2.8k Views Asked by At

Prove that if a non-empty relation $R$ on $A$ is transitive and irreflexive, then it is asymmetric.

I assume that I need to prove this one by contradiction, but I'm having a hard time wrapping my head around it. If a relation is transitive and irreflexive wouldn't it also be symmetric?

1

There are 1 best solutions below

1
On BEST ANSWER

Suppose for a contradiction that we can find $x,y \in A$ such that $(x,y) \in R$ and $(y,x) \in R$. Then by transitivity, $(x,x) \in R$, contradicting irreflexivity.

Edit. By the way, if this still seems at all mysterious, try visualizing it as follows. Consider two points $x$ and $y$, and an arrow going $x \rightarrow y$ and another $y \rightarrow x$. Use transitivity to deduce that there must be a loop at $x$. But irreflexivity basically says: "no loops."