There's a problem on my homework that asks if a "binary relation is transitive" and I'm really confused on how I should start this problem.
Most examples of proving transitivity online are of sets, but this question asks about the relation $R: R(x,y) = ∃k.9x + 15y = 21k$.
I know that the definition of transitivity is $∀x,y,z.R(x,y) ∧ R(y,z) → R(x, z)$. Can I use the variable $k$ as $z$?