I'm reviewing some problems to try and get a better understanding of relations. I get how a reflexive relation works on a defined relation with numbers, but not so much when its done with a set builder of sorts.
Let $R$ = {$(a,b)|a + b$ is odd} be a relation on all integers.
My professor's answer to $R$ being reflexive is that "Let $a$ =2, 2 + 2 = 4 and 4 is not odd. Therefore, ℛ is not reflexive."
For a function to be reflexive if for all $x\in A$, $(a,a)\in R$, this is where my flaw of understand this comes in but doesn't that mean that unless the relation is defined then all relations are reflexive?
EDIT: for a relation being defined I meant this $R$ on {1,2,3} given by $R$ = {(1,1), (2,2), (2,3), (3,3)}.
No. The condition for reflexivity for a relation $R$ is that for all $a$ in the domain of $R$, $(a, a) \in R$. If there is a single element $a$ in the domain such that $(a, a) \not\in R$, $R$ is not reflexive.