Determining whether a relation is reflexive is straightforward, as it is for symmetric and transitive.
But considering how strict the criteria, does it mean that any relation that simply fails the (P) part of the P then Q equation is vacuously transitive/symmetric/antisymmetric?
Example: For transitivity: for all $a, b, c \in X$, if $a R b$ and $b R c$, then $a R c$.
Let $A =\{a,b,c,d\}$, let $R$ on $A$ be $\{(a,a)\}$. There's not even a second element so that I could infer a relation, but would I call this relation vacuously transitive, or something else entirely?
Sure, a relation $R$ is transitive if for all $x,y,z$, if $(x,y) \in R$ and $(y,z) \in R$, then $(x,z) \in R$. If $R$ is empty, say, then it is trivially transitive. I don’t think it has a name since it is not very interesting…