I'm reading Devlin, Fundamentals of contemporary set theory, I am at page 13:
Definition Let $R$ denote any binary relation on a set $x$. We say:
$R$ is reflexive if $(\forall a\in x) (aRa)$
$R$ is symmetric if $(\forall a,b\in x) (aRb\rightarrow bRa)$
$R$ is antisymmetric if $(\forall a,b\in x) [(aRb \wedge a\neq b)\rightarrow (\neg bRa)]$
$R$ is connected if $(\forall a,b\in x)[(a\neq b)\rightarrow (aRb \vee bRa)]$
$R$ is transitive if $(\forall a,b,c\in x)[(aRb \wedge bRc)\rightarrow (aRc)]$.
Excercise: Which of the above properties does the membership relation, $\in$, on a set satisfy?
My answer is NONE. But I'm very confused by this question, since $\in$ relates objects of different nature, i.e. elements and sets of elements, so I actually don't know how to deal with this particular relation. Can you help me clarifying what is going on? Consider that this is the first chapter of the book, hence set theory is not developed in an axiomatic way at this stage, and I think the exercise should be done with no use of axiomatizations, only using intuition or evidence.
counterexamples:
reflexivity: an element is not a member of itself
symmetry: take $a$ an element, $b=\{a,c\}$
antisymmetry: take $a=\{b,c\}$ and $b=\{a,d\}$, with $c\neq d$
connection: $a$ and $b$ different elements
transitivity: take $a$ an element,$b=\{a,d\}$ and $c=\{b,e\}$