I was given the following task to do
Which of the following relations are partially ordered relations and which are linearly ordered relations.
$ (x, y) \preceq_1 (x', y') $ if both $x \le x'$ and $y \le y'$ are true.
$ (x, y) \preceq_2 (x', y') $ if either $x \le x'$ and $y \le y'$ is true.
Could you please explain how do we solve such a problem ?