Theorem: The Intersection of 2 anti-symmetric relation is anti-symmetric.
Proof: Let $R_{1}, R_{2}$ be two anti-symmetric relations and $R_{3} = R_{1} \cap R_{2}$
Then $(x,y) \in R_{3} $
$(x,y) \in R_{1} \cap R_{2}$
$(x,y) \in R_{1} \wedge (x,y) \in R_{2}$
$(x \neq y) \rightarrow (y,x) \notin R_{1} \wedge (y,x) \notin R_{2}$
$(x \neq y) \rightarrow (y,x) \notin R_{1} \cap R_{2}$
$(x \neq y) \rightarrow (y,x) \notin R_{3}$
can someone please verify this proof?