A is a set. Let $B\subsetneq A$.
$R=A\times B \cup B\times A$
Determine if the relation is (a)reflexive, (b)symmetric, (c)transitive, (d)anti-reflexive, (e)anti-symmetric, (f)asymmetric, (g)equivalence relation.
This is what I did:
It isn't reflexive because there can't be a set that is a proper subset of itself. So it is anti-reflexive.
It is symmetric because a union is symmetric: $A\times B \cup B\times A=B\times A\cup A\times B$
It isn't transitive because not every ordered pair of (A and B) and (B and C) is in A and C, example:
$A=\{1\} \ B=\{1,2\} \ C=\{1,2,3\} \\ A\times B \cup B\times A = (1,1),(1,2),(2,1) \\ C\times B \cup B\times C = (1,1),(1,2),(1,3),(2,1),(2,2),(2,3),(3,1),(3,2) \\ A\times C \cup C\times A = ( 1,1 ),( 1,2 ),(1 ,3 ),( 2,1 ),( 3,1 ) $
There is no equivalence relation.
Is it correct ? Thanks.
You need your counterexample to transitivity to be such that $B\subsetneq A$ and $C \subsetneq B$: $$C\subsetneq B \subsetneq A$$
So, for example, in your case, you'd need $$A = \{1, 2, 3\}, B = \{1, 2\}, C = \{1\}$$ Your approach, however, should still hold.
But you should note that because of the failure of reflexivity, the relation is not an equivalence relation, anyway.