Context / Disclosure on the Origins of the Question:
My question is motivated by an MSE question posted earlier today which ultimately was closed. I was thinking about it when it was posted, just for its own sake: I never contended with relations on the empty set in my coursework, and vacuous logic was always something I felt I had a tenuous understanding of at best. So I wanted to make sure my own personal understanding of the question was okay, plus it also made me think of a related question which I ask here.
While I understand that usually reposting previously-closed questions is frowned upon, I feel like in the spirit of this post on Meta, my elaborations and attempts might make me reposting this question worthwhile, and useful for people who come by in the future.
Below, I employ a more proper formulation of the question (that being which of the four properties the empty relation has), and ask a question based on some of the results I saw.
Formulation of the Question:
Since the empty set is a subset of every set, i.e. $\emptyset \subseteq \emptyset$, we can consider the empty relation on the empty set. In studying relations, there are four particular properties we're interested in.
Definitions: Let $R$ be a relation on a set $S$, i.e. $R \subseteq S \times S:$. Then we define four properties of $R$ by the following:
Reflexivity: $\forall x \in S, (x,x) \in R$
Transitivity: $\forall x,y,z \in S, (x,y), (y,z) \in R \implies (x,z) \in R$
Symmetry: $\forall x,y \in S, (x,y) \in R \iff (y,x) \in R$
Anti-Symmetry: $\forall x,y \in S, (x,y), (y,x) \in R \iff x=y$
With that in mind, we want to see which of these properties the empty relation on the empty set has.
My Attempts:
For ease in notation, we let $R$ be the empty relation on $\emptyset$, i.e. $R \subseteq \emptyset \times \emptyset = \emptyset$.
Each proof follows through vacuous logic. To my understanding, we can look at each definition from before as an "if this then that" statement - symbolically, $P \implies Q$. If $P$ is always false, then the overall statement is always true, and thus the definition satisfied. So we investigate each property in that light:
Reflexivity: Since there exists no $x \in \emptyset$, there is no element $x$ such that $(x,x) \not \in R$. Thus, vacuously, $R$ is reflexive.
Transitivity: Similarly, there exists no $(x,y), (y,z) \in R$, so for all such pairs $(x,z) \in R$. Thus, vacuously, $R$ is transitive.
Symmetry: For every $(x,y) \in R$, none of which exist, we cannot say there is no $(y,x) \in R$. Therefore, vacuously, $R$ is symmetric.
Anti-Symmetric: There are no $(x,y), (y,x) \in R$, and therefore, for all such pairs, vacuously $x=y$ and $R$ is anti-symmetric.
My Questions:
Are the above proofs, if not fully formal, at least in the right line of thinking? Are there any particular errors?
I noticed that, if so, the empty relation is both symmetric and anti-symmetric. Intuitively, I feel like this is almost self-contradicting (but that's probably an issue in the terminology). Is this a particularly common property for relations that don't involve the empty set and aren't artificially constructed to be this way? I know that per Alessandro Codenotti's answer to this related question the equality relation is both antisymmetric and symmetric. A post on Physics Forums indicates that the only relations which are both symmetric and antisymmetric where $S$ is nonempty are relations $$R = \{(x,x) | x \in S \} \subseteq S \times S$$ This would suggest such relations $R$ are very rare, and not entirely interesting or useful (aside from the aforementioned equality relation). Is this really the case? Do no other such relations exist for nonempty $S$? If so, how would one show that? (Showing this $R$ is indeed both is trivial. Showing no other such $R$ exist ... I'm not sure how to do that.)