Suppose R is a relation on A, and S is a relation on P(A) (the power set of A) such that S = {(X,Y) ∈ P(A)×P(A)|(∃x∈X)(∃y∈Y)((x,y)∈R)}.
Thm: If R is transitive, then S is transitive.
Proof: Assume R is transitive. Let (x,y)∈R and (y,z)∈R be arbitrary. Since R is transitive, it follows that (x,z)∈R. Since (x,y),(y,z),(x,z)∈R, it follows that (X,Y),(Y,Z),(X,Z)∈S. Since (x,y),(y,z) were arbitrary, it is true for all such, and therefore we can conclude that S is transitive. □
Where is my reasoning going wrong?