I'm trying to answer a textbook question from page 188 of How To Prove It, second edition by Daniel J. Velleman, but I can't figure it out.
- Consider the following putative theorem.
Theorem? Suppose $R$ is a relation on $A$, and define a relation $S$ on $\mathscr{P}(A)$ as follows:
$$ S = \lbrace (X,Y) \in \mathscr{P}(A) \times \mathscr{P}(A) : \exists x \in X \, \exists y \in Y (xRy) \rbrace$$
If $R$ is transitive, then so is $S$.
- a) What's wrong with the proof for this theorem?
Proof: Suppose $R$ is transitive. Suppose $(X,Y) \in S$ and $(Y,Z) \in S$. Then by definition of $S$, $xRy$ and $yRz$, where $x \in X$, $y \in Y$, and $z \in Z$. Since $xRy$, $yRz$, and $R$ is transitive, $xRz$. But then since $x \in X$ and $z \in Z$, it follows from the definition of $S$ that $(X,Z) \in S$. Thus, $S$ is transitive. Q.E.D.
- b) Is the theorem correct? Justify your answer with either a proof or a counterexample.
Any ideas?