Let $R$, $S$ and $T$ be binary relations defined as follows
- R is defined on $P(\mathbb{N})$ by $ARB$ if and only if $|A∪B| ≥ 2$
- $S$ is defined on $Q$ by $xSy$ if and only if |$x$|=|$y$|. (Note that |$q$| is defined to be the largest integer less than or equal to $q$. You can think of it is $q$ "rounded down".)
- $T$ is defined on $\mathbb{N}$ * $\mathbb{N}$ by $(a,b)T(c,d)$ if and only if $a≤c$ and $b≤d$.
For each relation state whether the relation is reflexive, symmetric, anti-symmetric and explain why so?
Also state if any of $R,S$ and $T$ are equivalence relations or partial relations. If they are equivalence relations then describe the equivalence classes. If they are partial order relations then state whether they are total order relations or well order relation.
This was the question that was given for my exams. I would attempt it myself but really don't know how to do so. Can anybody please tell me how to attempt it.
Honestly, I think that the best way to approach this as a beginning math student is just to try to parse through a few examples. If you find a counterexample, you're done, otherwise, after a few tries, see if you can see why it would be true. Try it out with $R$:
Reflexivity: $\forall X\in P(\mathbb{N}), R(X,X)$. Note that $A\cup A=A$, so $R(A,A)$ iff $|A|\geq 2$. Does every subset of $\mathbb{N}$ have cardinality greater than 2?
Symmetry: $\forall X,Y\in P(\mathbb{N}),R(X,Y)\to R(Y,X)$. If $|X\cup Y|\geq 2$, what can you conclude about $|Y\cup X|$?
Antisymmetry: $\forall X,Y \in P({\mathbb{N}}), (R(X,Y)\land R(Y,X)) \to X=Y$. If you can show that $R$ is symmetric, you only need to find a pair of different sets whose union has cardinality greater than $2$.
Transitivity: $\forall X,Y,Z\in P({\mathbb{N}}), (R(X,Y)\land R(Y,Z))\to R(X,Z)$. Try an examples for $X$ and $Z$ such that $X$ does not relate to $Z$. See if you can then find a $Y$ such that $R(X,Y)$ and $R(Y,Z)$.