I am having trouble understanding when is a set not being an empty set an important criterion. I was working on the following:
Suppose $R$ is a relation on $A$. Let $B=\{ X\in P(A)\mid X \neq \emptyset \} $, and define a relation $S$ on $B$ as follows:
$S=\{ (X,Y)\in B\times B\mid \forall x\in X, \forall y\in Y: (x,y)\in R \} $
Prove that if $R$ is transitive, then so is $S$. Why did the empty set have to be excluded from the set $B$ to make this proof work?
The solution states that $\emptyset$ needed to be excluded since the proof proceeds by assuming $y\in Y$, from the fact that $Y\in B$ and $Y\neq \emptyset$.
My interpretation is that this is an instance of universal instantiation, which I understand. What I don't understand is that this doesn't seem to apply to all universal instantiation. For example:
Suppose $R$ is a relation on a set $A$. Prove that $R$ is symmetric iff $R=R^{-1}$.
Solution: For the right-to-left direction of the iff, suppose $R=R^{-1}$, and let $x$ and $y$ be arbitrary elements of $A$...
Here $A$ is not guaranteed not to be the $\emptyset$, so why did the restriction apply to the first case but not the latter?
Could anyone please help?