Provide an inductive definition of the ordered n-tuple $(x_1,\ldots,x_n)$ of elements $x_1,\ldots,x_n$ of a set so that $(x_1,\ldots,x_n)$ and $(y_1,\ldots,y_n)$ are equal iff their coordinates are equal in order, i.e. $x_1=y_1,\ldots,x_n=y_n$.
My work:
To form the inductive proof, we must show that firstly $n=1$ is true, then show that $n=k$ is true, assuming that $n=k-1$ is also true.
I believe that the proof of $n=1$ is trivial, because we can show that an ordered 1-tuple set $(x_1)$ is equal to $(y_1)$ iff the coordinates are the same. However, I am finding difficult to prove the second have of the inductive proof. Any help would be greatly appreciated!!
NOTE: this question is a repost from a few days ago that was put on hold and subsequently never answered. I have edited the question sufficiently since that time and hope that we can find a solution.