Let $X=\{x,y\}$ and consider all of the possible relations on $X \times X$
I understand there are 16 possible relations and generally I understand the definitions of reflexive, irreflexive, symmetry, etc... But I'm struggling to write down exactly what the relations here would be.
Please could you give a few examples these relations
For every set $X$, relation over it is arbitrary set $R\subset X \times X$. Then for any $a,b\in X$, notation $aRb$ or $a$~$b$ means that $(a,b)\in R$. Note, that in general expression $a,b\in X$ does not assume that $a\neq b$. Simple calculation ensures, that there are exactly 16 relations: $|X|=2,\ |X\times X|=4,\ |\mathcal{P}(X\times X)|=2^4=16$.
Example relations on $\{x,y\}$
Special case: emty set. $\emptyset\subset X\times X$ for any $X$. $\emptyset$ is not reflexive, but it is irreflexive, symmetric and transitive (vacuously). Try to check other properties. More information in this article.
Reflexive: note, that every relation $R$ with $(x,x)\in R, (y,y)\in R$ will be reflective. These are: $\{(x,x),(y,y)\},\{(x,x),(y,y),(x,y)\},\{(x,x),(y,y),(y,x)\},\{(x,x),(y,y),(x,y),(y,x)\}$
Irreflexive: these are exactly the same as reflexive, with deleted elements $(x,x)$ and $(y,y)$: $\emptyset,\{(x,y)\},\{(y,x)\},\{(x,y),(y,x)\}$.
Transitive: there are relations that fail to be transitive, but not much. Consider transitive relation $T$ such that $\{(x,y),(y,x)\}\subset T$. Then by definition: $xTy\land yTx\implies xTx$, and $yTx\land xTy\implies yTy$. This means, that any relation $\{(x,y),(y,x)\}\subset R \subset X\times X$ with $R\neq X\times X$ will fail to be transitive. There are exactly 3 of them. All others (13) are transitive.