Define a relation R on the set of real numbers by (x,y) R if and only if x - y = 0. Determine if the relation R is a partial order. If it is not a partial order, explain which property or properties it fails to have.
Since for all x=y, x-y=0, this relation would be irreflexive, correct? I am not sure...
You’ve just shown that $\langle x,y\rangle\in R$ if and only if $x=y$. In other words, $R$ is just the relation of equality on $\Bbb R$. This is a standard example of a relation that is reflexive: for each $x\in\Bbb R$, $x=x$, so $\langle x,x\rangle\in R$.
The other two properties that need to be checked are antisymmetry and transitivity.
In both cases you should begin by translating statments like $\langle x,y\rangle\in R$ into more basic statements about $x$ and $y$ by using the definition of $R$. For instance, we’ve already seen that $\langle x,y\rangle\in R$ means simply that $x=y$.